Skip to content

bqio/switch-dumps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

switch-dumps

Github All Releases

Nintendo Switch rutracker forum dump

Schema

class Entry:
    title: str # Game title
    magnetURI: str # Magnet uri
    poster: str # Poster URL
    size: int # Size (in bytes)
    published_date: int # Unix epoch
    screenshots: list[str] # Screenshots links (if available)

Usage

usage: dump.py [-h] [--posters] [--screenshots] xml_path forum_id output

Nintendo Switch rutracker forum dumper script, by bqio

positional arguments:
  xml_path           path to the XML dump file (Path)
  forum_id           rutracker forum id (int)
  output             output json file path (Path)

options:
  -h, --help         show this help message and exit
  --posters, -p      download posters locally (bool)
  --screenshots, -s  add screenshots (if available) to the json dump (bool)

API

https://api.github.com/repos/bqio/switch-dumps/releases/latest

Thanks

https://rutracker.org/forum/viewtopic.php?t=5591249

About

[Nintendo Switch] Rutracker dumps

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages