Skip to content

Commit

Permalink
Write readme
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Feb 13, 2023
1 parent a004061 commit 74a1d77
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
26 changes: 20 additions & 6 deletions README.md
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)
6 changes: 3 additions & 3 deletions requirements.txt
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

0 comments on commit 74a1d77

Please sign in to comment.