Skip to content

QuePast/seedbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FitGirl Repacks RSS Generator

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/.

How It Works

  1. The script fetches the official RSS feed from FitGirl's website
  2. It parses the feed to extract magnet links from the content
  3. It filters out non-game posts (like updates, upcoming releases, etc.)
  4. It generates an RSS feed with the magnet links
  5. The RSS feed is committed to the repository

Automated RSS Feed

This script is automatically run every 1 hour via GitHub Actions to provide an up-to-date RSS feed of the latest FitGirl repacks.

Using the RSS Feed in qBittorrent

  1. Open qBittorrent
  2. Go to View > RSS Reader
  3. Click "New subscription"
  4. Enter the following URL:
    https://raw.githubusercontent.com/QuePast/seedbox/main/fitgirl_torrents.xml
    
  5. 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.

GitHub Actions Workflow

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.

Requirements

  • Python 3.6+
  • Required packages: requests

Local Usage

If you want to run the script locally:

  1. Clone this repository
  2. Install the required packages:
    pip install requests
    
  3. Run the script:
    python fitgirl_rss.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages