https://github.com/whynot46/a1rsoftschedule_bot
https://github.com/whynot46/a1rsoftschedule_bot
sqlite3 telebot telegram-bot-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/whynot46/a1rsoftschedule_bot
- Owner: Whynot46
- Created: 2024-05-17T22:24:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T10:33:21.000Z (about 2 years ago)
- Last Synced: 2025-12-25T17:10:07.726Z (5 months ago)
- Topics: sqlite3, telebot, telegram-bot-api
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A1rSoftSchedule_bot
Telegram-бот A1rSoftSchedule_bot
https://github.com/Whynot46/A1rSoftSchedule_bot/assets/83154713/74e9fc82-883c-497b-b4d0-a732ea6df999
## Содержание
- [Технологии](#технологии)
- [Функционал](#функционал)
- [Использование](#использование)
- [Требования](#требования)
- [Лицензия](#лицензия)
- [Команда проекта](#команда-проекта)
## Технологии
- [Python 3.10.0](https://www.python.org/downloads/release/python-3100/)
- [pyTelegramBotAPI 4.18](https://pypi.org/project/pyTelegramBotAPI/)
- [SQLite 3](https://docs.python.org/3/library/sqlite3.html)
## Функционал
- Создание страйкбольных мероприятий
- Поиск страйкбольных мероприятий по региону
## Использование
Скачайте репозиторий:
For Windows:
```
git clone https://github.com/Whynot46/A1rSoftSchedule_bot
```
For Linux:
```
sudo git clone https://github.com/Whynot46/A1rSoftSchedule_bot
```
Установите необходимые библиотеки с помощью команды:
For Windows:
```
pip install -r requirements.txt
```
For Linux:
```
pip3 install -r requirements.txt
```
В файле ./src/config.py необходимо поменять API_TOKEN.
## Требования
- Python 3.10.0
- Стабильное интернет-соединение
## Лицензия
Этот проект лицензирован по лицензии MIT
## Команда проекта
- [Алексей Пахалев](https://github.com/Whynot46)