https://github.com/rajat19/torrent-crawler
crawls and stores list of torrent links
https://github.com/rajat19/torrent-crawler
bs4 crawler hacktoberfest python3 torrent
Last synced: 2 months ago
JSON representation
crawls and stores list of torrent links
- Host: GitHub
- URL: https://github.com/rajat19/torrent-crawler
- Owner: rajat19
- License: mit
- Created: 2019-04-14T02:51:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:55:23.000Z (about 3 years ago)
- Last Synced: 2025-09-09T17:29:31.231Z (9 months ago)
- Topics: bs4, crawler, hacktoberfest, python3, torrent
- Language: Python
- Homepage: http://rajat19.github.io/torrent-crawler/
- Size: 1.23 MB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/rajat19/torrent-crawler/blob/master/LICENSE)

[](https://github.com/rajat19/torrent-crawler/commits/master)
[](https://www.github.com/rajat19/torrent-crawler/issues)
[](https://github.com/rajat19/torrent-crawler/pulls)
[](https://github.com/rajat19/torrent-crawler/pulls?q=is%3Apr+is%3Aclosed)
## Torrent Crawler
It is not always easy to find torrents for your favourite movies, and that too while sitting at a place where torrent sites are banned on browsers. Torrent Crawler got its motivation from this issue only. Torrents can be easily downloaded along with their subtitles just by typing name of movies in terminal.
An easy way to get your favourite movie torrents. Try it now !!
> Search for torrents using CLI
```bash
pip install search-torrent
search-torrent
```
> Use api to get data (movies and subtitles)
```bash
python api.py
```

---
### Contributing
```bash
git clone https://github.com/rajat19/torrent-crawler.git
cd torrent-crawler
pip install -r requirements.txt
python setup.py install
python torrent_crawler/search.py
```
---
### What's next
- Store search history in cache or something for faster processing
- Integrate kickass and piratebay for wider search results