Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 725 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 725 Bytes

🤖 Torrent Tracker API

Version of the Torrent Tracker Rest API, more faster in comparasion with the node one. BeautifulSoup to crawl torrent pages getting the best results

Techonologies

  • Python 3.10
  • FastAPI
  • BeautifulSoup
  • Pydantic

Local setup

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

Running API Locally

uvicorn main:app --reload

Deploy

DETA