KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
celerybot
★ 8
Open GitHub ↗
Example of telegram bot using celery
Download README (.md)
Explore Similar Repositories
protractor-pretty-html-reporter
:
A jasmine reporter that produces an easy to use html report to analyze protractor test results.
Build-Minimum-CMS-with-Laravel
:
基于laravel框架构建最小内容管理系统
U-Crawler
:
Crawl urls from search engine
mTLS-Tests
:
A golang client and server test setup for mutual TLS
grpc-spring-boot
:
this project contain spring boot application that use Google’s gRPC to data transaction
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
celerybot
?
Download (.md)
# celerybot Example of telegram bot using celery To run the webapp: python webapp.py To run the worker: celery worker -A tasks --queues=bot_messages --loglevel=INFO Have Fun!