Sign inSign up

salvag/mule-bot

By salvag

•Updated 7 days ago

Image
0

1.1K

salvag/mule-bot repository overview

Bot to add ed2k links (one or many at a time) to your xMule instance. Now it works with aMule, eMule Web interfaces and Rucio P2P clients with automatic identification.

Docker compose:

services:
  mulebot:
    image: salvag/mule-bot:latest
    container_name: mulebot
    environment:
      # Mandatory:Your Telegram Channel for messages
      - TELEGRAM_TOKEN=YOUR_TELEGRAM_BOT_TOKEN 
      # Mandatory:Your Telegram User ID (can be many, separated with commas)
      - ALLOWED_USER_IDS=xxxxxxx  
      # Mandatory: your Mule Server Web Interface(aMule/eMule)
      - MULE_WEB_URL=http://192.168.1.2:4711
      # Mandatory: for web login. If using Rucio, just type dummy word
      - MULE_PASSWORD=your_mule_web_password
      # Optional: ca, de, en (default), es, eu, fr, gl, it, ru
      - LANGUAGE=es  
      # Optional : Number of downloads to be shown per page using /downloads command,
      # Default: 5
      - DOWNLOADS_PER_PAGE = 5
      # Optional: Time, in seconds, between download downloadscheck, default 150
      - MONITORING_INTERVAL = 150 
      # Optional: Number of retries in case of monitoring error, default 10
      - MONITORING_MAX_RETRIES = 10 
      # Optional: Enable debug logging. 0 = Debug logging off, 1 = Debug logging on 
      - DEBUG_MODE=0 
    restart: always
    network_mode: host
    tty: true

Tag summary

Content type

Image

Digest

sha256:d97dbc6cf…

Size

48.7 MB

Last updated

7 days ago

docker pull salvag/mule-bot