Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NotoriousBigg/series-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Ί VideoVak Scraper API

A FastAPI-powered API that scrapes series and episode data from videovak.com. This project allows you to retrieve:

  • βœ… Series title, tags, description, number of seasons, and episodes
  • βœ… Episode title, description, and torrent source

πŸš€ Features

  • Async HTTP requests using httpx
  • HTML parsing with BeautifulSoup
  • FastAPI framework for building async APIs
  • Custom error handling with meaningful responses

🧰 Requirements

  • Python 3.9+
  • pip

πŸ“¦ Installation

  1. Clone the repository:
git clone https://github.com/your-username/videovak-fastapi-scraper.git
cd videovak-fastapi-scraper
  1. Create a virtual environment (optional):
python -m venv venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

▢️ Running the API

uvicorn main:app --reload

By default, the API will run at: πŸ“ http://localhost:8000

πŸ›‘ Disclaimer

This tool is provided for educational purposes only. Ensure that you have permission to scrape data from any third-party site.

πŸ§‘β€πŸ’» Author

Kresswell-> Telegram

Want to collaborate or improve this? Open an issue or PR!

About

A simple api for getting information and download links for series at the videovak.com website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages