Added push_feature for weather

Enables user to get weather information every day at a set time for a set city
City and time can be changed and the subscription can be deleted.
Formatting can be optimized
This commit is contained in:
JuliusFreudenberger 2020-09-24 11:41:17 +02:00
parent 172efd7974
commit d6debf6a46
3 changed files with 283 additions and 2 deletions

3
.gitignore vendored
View file

@ -5,6 +5,9 @@
token
openweathermap_token
#storage/pickle
*.pkl
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]