Giter VIP home page Giter VIP logo

tg-torrent-bot-transmission's Introduction

Ansible Role: tg_torrent_bot_transmission

DEPRECATION WARNING: This role is no longer supported. Please use this collection instead.

Integrates Telegram Torrent Bot with Transmission bittorrent client.

Thus, you'll be able to search for torrents and download them to your server using Telegram on your cell phone.

Requirements

  • systemd

Role Variables

All variables which can be overridden are stored in defaults/main.yml file as well as in table below.

Name Default Value Description
telegram_token Telegram bot token, get it from @BotFather
rutracker_host https://rutracker.org You can set your own rutracker mirror here.
rutracker_username Username for access to rutracker.org
rutracker_password Password for access to rutracker.org
allowed_users "" Comma-separated list of users, with whom the bot will work. If empty, the bot will respond to any user.
proxy_telegram false Should the bot use proxy to access Telegram servers
proxy_rutracker false Should the bot use proxy to access rutracker.org
proxy_protocol http Possible values: http, https, socks5
proxy_host 127.0.0.1 Proxy host
proxy_port 8080 Proxy port
proxy_username "" Proxy username
proxy_password "" Proxy password
transmission_settings {} Json with custom settings that will be applied to Transmission's settings.json

Example Playbook

Fill in your telegram bot token (get it from @BotFather telegram bot) and credentials for rutracker.org.

- hosts: all
  roles:
    - role: fertkir.tg_torrent_bot_transmission
      vars:
        telegram_token: <your_telegram_token_here>
        rutracker_username: <rutracker_username>
        rutracker_password: <rutracker_password>
        transmission_settings: { 'rpc-whitelist-enabled': false, 'rpc-authentication-required': false }

License

This project is licensed under GNU General Public License v3.0. See LICENSE for more details.

tg-torrent-bot-transmission's People

Contributors

fertkir avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.