Skip to content

federicocanedo/telegram_weather_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple telegram weather bot

Running the bot

I developed the bot to be runned with Docker, it can be runned locally but I haven't tested it with differents python/libraries versions.

Python 3.10, libraries in requiremtents.txt file

To run the bot with docker you can run the following command:

docker run -it \
-e TELEGRAM_TOKEN=telegram_token_here \
-e WEATHER_API_KEY=openweather_key_here \
-e OPENAI_API_KEY=openai_key_here \
$(docker build . -q)

The counter will be reset every time the cointainer is run, however you could create a volume to save the counter.json file in the project root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published