An open API service indexing awesome lists of open source software.

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

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)