-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлен README.md к главе "Платежи"
- Loading branch information
1 parent
1b4c01f
commit f55cb27
Showing
1 changed file
with
13 additions
and
0 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 |
---|---|---|
@@ -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. |