Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telarr

Telarr is a simple and easy to use bot for telegram designed to interact with Radarr and Sonarr.

How to use

  1. Create a bot with the BotFather

  2. Clone the repository

git clone https://github.com/AlexT59/Telarr.git
  1. Edit the config.yaml.ex configuration file and rename it as config.yaml. You can move it to another location if you want.

  2. Edit the docker-compose file to fit your needs

  3. Build the docker image

docker build -t telarr:latest .
  1. Run the container
docker-compose up -d

Authorizations files

The authorizations files are used to allow or deny users to use the bot. Two files are used, one for whitelisting (autorized.json) and one for blacklisting (blacklist.json). Both files are formatted as follow:

[
    {
        "id": 123456789,
        "name": "username"
    }
]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages