I don't think that you need it. It's specified for small virtual operator.
I don't think that you need it. It's specified for small virtual operator.
Weather in my hometown.
/weather
- example: 21.4C, ясно
send flat meters data to database.
send health data to database.
heroku needs requirements.txt to build the app so make it with the command below if you use poetry
poetry export -f requirements.txt --output requirements.txt --without-hashes
set environment variables
TELEGRAM_TOKEN
- bot token
WEATHER_TOKEN
- token for openweathermap.org
api
DATABASE_URL
- postgres db connection string
DELAY
- seconds for repeating background tasks
ADMIN
- telegram id to notifications
create table
/* postgres */
CREATE TABLE public.chat_ids (
chat_id int4 NULL,
"name" varchar NULL
);
move from redis to aioredis
redis do postgres backup (new users, TODOes...)
Wanna new features? Create an issue on this repo.