-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
# print-tgbot | ||
|
||
Telegram бот отправки заданий на печать бесплатного принтера профкома студентов физического факультета МГУ | ||
Telegram-Бот отправки заданий на печать бесплатного принтера профкома студентов физического факультета МГУ | ||
|
||
Продовый бот: | ||
https://t.me/profcomff_print_bot | ||
* [Продовый бот](https://t.me/profcomff_print_bot) | ||
* [Тестовый бот](https://t.me/profcomff_print_test_bot) | ||
|
||
Тестовый бот: | ||
https://t.me/profcomff_print_test_bot | ||
|
||
Так же советую заглянуть в Enviroments Githab'a, там лежат важные константы | ||
### Tested on | ||
|
||
| Name | version | | ||
|---------------------|---------| | ||
| Python | 3.11 | | ||
| pip | 23.0 | | ||
| python-telegram-bot | 20.0 | | ||
| SQLAlchemy | 2.0.3 | | ||
| alembic | 1.9.1 | | ||
| requests | 2.28.1 | | ||
| pydantic | 1.10.4 | | ||
| psycopg2-binary | 2.9.5 | | ||
|
||
|
||
Другое: | ||
* [Печать через сайт](https://www.profcomff.com/work/obshkom/print) | ||
* [ВК-бот](https://vk.com/profcomff_print) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
requests | ||
psycopg2-binary | ||
python-telegram-bot | ||
pydantic | ||
SQLAlchemy | ||
alembic | ||
requests | ||
pydantic | ||
psycopg2-binary |