Skip to content

juanrad/BotAffinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotAffinity

A simple Telegram bot to share films.

Uses a non official API.

Usage:

  • /share or /film: search a movie with the keywords provided. Shares with the group
  • /help show help

Run

You need to register your bot in the BotFather to obtein a TOKEN

Straight forward

pipenv shell
PYTHONPATH=$PYTHONPATH:$(pwd)/src TOKEN="YOUR_TOKEN" python src/bot_affinity/__init__.py 

Docker

docker container run --rm -e TOKEN="YOUR_TOKEN" kilaweo/bot_affinity:latest

About

Telegram Bot for sharing Filmaffinity pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published