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 venvActive environment
# in CMD
.\venv\Scripts\activate.bat
# in PowerShell
.\venv\Scripts\activate.ps1Install required dependencies
pip install -r requirements.txtuvicorn main:app --reload