A mirror of the rarbg torrent database.
 
 
 
Go to file
Klaupacius 53f3fbbc0c Add about page 2025-01-19 14:36:02 -06:00
src Add about page 2025-01-19 14:36:02 -06:00
.gitignore Fix .gitignore 2025-01-11 22:12:20 -06:00
LICENSE Add license 2025-01-12 14:16:58 -06:00
README.md Change README to README.md 2025-01-12 19:24:55 -06:00
babel.cfg Add project structure and translations 2025-01-11 18:28:16 -06:00
requirements.txt Add project structure and translations 2025-01-11 18:28:16 -06:00
text.pot Update translations 2025-01-12 14:14:27 -06:00

README.md

RARBG Mirror

A web app for serving a sqlite snapshot of the (now defunct) RARBG's database.

How to host

TODO: Upload a torrent of the sqlite file to tracker2.postman.i2p

  • Download the sqlite file and paste it to the root of the src directory.

  • Clone the repo

http_proxy=http://localhost:4444 git clone http://git.community.i2p/klaupacius/rarbg-mirror.git
  • Generate a virtual environment and install the dependencies:
python -m venv env
pip install -r requirements.txt
  • Run the app:
flask --app src/main run