A python script to generate a RSS feed from a thepiratebay.se search
./tpb2rss.py ( INPUT_FILE | TPB_URL | SEARCH_TERM ) [ OUTPUT_FILE ]
Read my installation guide here
- Python 2
- Beautiful Soup 4
- urllib2 library (default in Python 2.x)
- datetime library (default in Python 2.x)