Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahrom04/send-screenshoot
Send screenshoot of check and admin will verify it on telegram bot
https://github.com/bahrom04/send-screenshoot
aiogram django payment screenshot telegram-bot
Last synced: about 1 month ago
JSON representation
Send screenshoot of check and admin will verify it on telegram bot
- Host: GitHub
- URL: https://github.com/bahrom04/send-screenshoot
- Owner: bahrom04
- Created: 2024-05-19T05:43:51.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-24T16:30:02.000Z (4 months ago)
- Last Synced: 2024-08-24T18:02:20.591Z (4 months ago)
- Topics: aiogram, django, payment, screenshot, telegram-bot
- Language: Python
- Homepage: https://t.me/uravobot
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This conversation saves your time about asnyc querysets
```
https://stackoverflow.com/questions/61926359/django-synchronousonlyoperation-you-cannot-call-this-from-an-async-context-u
```## gunicorn
```
sudo nano /etc/systemd/system/gunicorn-secondapp.service
```## Modify bot.py: Make your changes to the Python script.
## Restart the service: Restart the service to apply the changes to the script.
```
sudo systemctl restart uravo-bot.service
sudo systemctl restart gunicorn
sudo systemctl restart nginx```