Skip to content

AndresNavarrete/telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram_bot

Requirements and use

The requirements.txt file should list all Python libraries that are mandatory for running this bot. To install them you can use:

pipenv shell

A .env file is needed to run the bot. Enviroment must have the following variables:

TOKEN=''     # telegram bot token
MOVIE_KEY='' # omdb-api token
IMDB_KEY=''  # imdb-api token

All movies data is streamed from Open Movie Database and IMDb Api

To run the bot you just need to execute the following line:

python3 main.py

About

Telegram bot for sending random messages and memes

Topics

Resources

Stars

Watchers

Forks

Languages