Version of the Torrent Tracker Rest API, more faster in comparasion with the node one. BeautifulSoup to crawl torrent pages getting the best results
- Python 3.10
- FastAPI
- BeautifulSoup
- Pydantic
Clone
git clone https://github.com/IgorLAP/torrent-tracker-py.git .
Creating environment
python -m venv venv
Active environment
# in CMD
.\venv\Scripts\activate.bat
# in PowerShell
.\venv\Scripts\activate.ps1
Install required dependencies
pip install -r requirements.txt
uvicorn main:app --reload