I made this script as long time fitgirl torrent user as another form of donation. I wanted to automatically download torrents through RSS feed and seed them to very high ratio and then delete them. This is how my personal seedbox works. This script generates an RSS feed with magnet links for the latest FitGirl Repacks by parsing the official RSS feed from https://fitgirl-repacks.site/feed/.
- The script fetches the official RSS feed from FitGirl's website
- It parses the feed to extract magnet links from the content
- It filters out non-game posts (like updates, upcoming releases, etc.)
- It generates an RSS feed with the magnet links
- The RSS feed is committed to the repository
This script is automatically run every 1 hour via GitHub Actions to provide an up-to-date RSS feed of the latest FitGirl repacks.
- Open qBittorrent
- Go to View > RSS Reader
- Click "New subscription"
- Enter the following URL:
https://raw.githubusercontent.com/QuePast/seedbox/main/fitgirl_torrents.xml
- Set up auto-downloading rules as needed
The RSS feed contains magnet links for the 8 most recent FitGirl repacks and is updated every 6 hours.
The script is automatically run using GitHub Actions:
- Runs every 1 hour
- Updates the RSS feed with the latest repacks
- Commits and pushes changes to this repository
You can also manually trigger the workflow by going to the Actions tab and running the "Update FitGirl RSS Feed" workflow.
- Python 3.6+
- Required packages: requests
If you want to run the script locally:
- Clone this repository
- Install the required packages:
pip install requests
- Run the script:
python fitgirl_rss.py