Simple telegram bot that helps you to get current weather in a specific city all around the world.
Bot is called
WeatherBotthat served by, search for it in thetelegramapp 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:
~ pytestAfter 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
nameandemail pip install -r requirements.txtto install all project dependenciespip install -r requirements-dev.txtto install all project development dependencies
