Skip to content

Commit

Permalink
Добавлен README.md к главе "Платежи"
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterGroosha committed Jun 9, 2024
1 parent 1b4c01f commit f55cb27
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/09_payments/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Платежи

В этом каталоге исходники к главе https://mastergroosha.github.io/aiogram-3-guide/payments/

Для запуска бота (требуется Python 3.11 и выше) скопируйте файл `settings.example.toml` под именем
`settings.toml` и заполните своими значениями. Далее можно запустить (из-под venv) командой:

```python
CONFIG_FILE_PATH=/path/to/settings.toml python -m bot
```

Также в репозитории лежит файл [donatebot.example.service](code/09_payments/donatebot.example.service)
для запуска через Systemd.

0 comments on commit f55cb27

Please sign in to comment.