Skip to content

Simple telegram bot for receive weather information based asked by location.

Notifications You must be signed in to change notification settings

sgregori/python-telegram-bot-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

python-telegram-bot-weather

Simple telegram bot for receive weather information based asked by location.

  • Install dependencies with python3:
pip3 install twx.botapi
pip3 install pyowm
  • Install dependencies with python2.7:
pip install twx.botapi
pip install pyowm
  • Setup Telegram TOKEN and OpenWeather API Key:
TOKEN = "xxxxxxxx:xxxxxx"
OWMKEY = "xxxxxxx"
  • Usage:
python python-weather.py

About

Simple telegram bot for receive weather information based asked by location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages