Sign inSign up

enigmus/bitsqueak

By enigmus

Updated 6 months ago

Search MAM and start downloads in qbittorrent

Image
0

228

enigmus/bitsqueak repository overview

BitSqueak 🐭 is a lightweight, Dockerized automation bridge designed specifically for members of the MyAnonaMouse (MAM) private tracker. It acts as a smart "scout" that ensures your MAM session stays alive passing torrents to your qBittorrent client.

To get BitSqueak running, use the following docker-compose.yml:

services:
  bitsqueak:
    image: enigmus/bitsqueak:latest
    container_name: bitsqueak
    restart: unless-stopped
    ports:
      - "5000:5000"
    environment:
      # MAM URL. DO NOT CHANGE
      - FLASK_SEARCH_URL=https://www.myanonamouse.net/tor/js/loadSearchJSONbasic.php

      # qBitTorrent Settings
      - FLASK_HOST=<URLto qBitTorrent WebUI>
      - FLASK_USERNAME=<qBitTorrent Username>
      - FLASK_PASSWORD=<qBitTorrent Password>

      # Mousehole settings
      - FLASK_MOUSEHOLE_URL=<Mousehole URL>/state

      # Optional proxy settings
      #- FLASK_PROXY_URL_HTTP=<Proxy HTTP IP:port>
      #- FLASK_PROXY_URL_HTTPS=<Proxy HTTPS IP:port>

Tag summary

Content type

Image

Digest

sha256:61dd21368

Size

51.4 MB

Last updated

6 months ago

docker pull enigmus/bitsqueak