Simple telegram bot that helps you to get current weather in a specific city all around the world.
Bot is called
WeatherBot
that served by, search for it in thetelegram
app to allow it help you to get your desired weather value. Enjoy it!
- python 3.6+
- flask
- pytest
- travis CI
- pythonanywhere
Run script from the root directory of the project:
~ python -m chat
Serving Flask app "chat.server.core" (lazy loading)
Running on http://127.0.0.1:5000
...
Please run tests from the root directory of the project:
~ pytest
After please open test-report.html
file to check report for unittests execution.
- 0.1.0
- Add Travis CI
Author – Volodymyr Yahello
Distributed under the Apache 2.0
license. See LICENSE for more information.
You can reach out me at:
- vyahello@gmail.com
- https://github.com/vyahello
- https://www.linkedin.com/in/volodymyr-yahello-821746127
- clone the repository
- configure Git for the first time after cloning with your
name
andemail
pip install -r requirements.txt
to install all project dependenciespip install -r requirements-dev.txt
to install all project development dependencies