Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alina1412/morning_bot
Sends a random picture or a temperature at the morning.
https://github.com/alina1412/morning_bot
api asyncio sqlite3 telegram-bot
Last synced: 2 months ago
JSON representation
Sends a random picture or a temperature at the morning.
- Host: GitHub
- URL: https://github.com/alina1412/morning_bot
- Owner: alina1412
- Created: 2022-04-22T08:48:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T16:31:04.000Z (about 2 years ago)
- Last Synced: 2023-03-11T07:06:29.595Z (almost 2 years ago)
- Topics: api, asyncio, sqlite3, telegram-bot
- Language: Python
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Morning bot
## Description
Sends to a subscriber a random picture or a temperature in Moscow at the morning. Asks a user to choose one of those options (the choice can be changed).
## Usage
To start a bot user types `/start`.
Then he gets a telegram-*keyboard* with options what morning information he wants to receive from bot.
![](image/README/1651647957013.png)
## Purpose
The project make for educational purpose to use a structure of classes, api-requests, asyncio library, sqlite3 database.
![scheme](https://user-images.githubusercontent.com/8655093/164984131-7546e538-025e-4a4f-9b12-30f92941c79a.jpg)