Skip to content

A program that fetches a list of torrent trackers from various websites and puts in a single text file for you to use.

License

Notifications You must be signed in to change notification settings

progyadeep/torrent_tracker_scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Torrent Tracker Scrapper

A python program that fetches a lot of trackers from a lot of websites on the internet and puts them in a single text file which you can copy the list from and enter into uTorrent/BitTorrent to try and boost your downloads.

How is it happening?

It's a pretty non-intelligent piece of code. It fetches the search result of "torrent tracker list" from p pages (as specified by the user) on Google, fetches the list of URLs that are expected to lead to a website containing a list of torrent trackers and picks up all the words that match one of the following expressions:

http://*/announce

https://*/announce

udp://*/announce

Language

Python 3.x

Supported platforms

The source file can be run on any platform that supports Python 3+. Windows binary is available in the bin folder (because Windows users are stupid and they can't do shit themselves).

Libraries/Dependencies

About

A program that fetches a list of torrent trackers from various websites and puts in a single text file for you to use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages