Skip to content

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

Notifications You must be signed in to change notification settings

IgorLAP/torrent-tracker-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages