Skip to content

CHURLZ/fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetcher

Setup

Before first run, run setup_db.py to create DB tables. You need RabbitMQ. Install yourself :) You need celery + other requirements.

pip install -r requirements.txt

Run run.sh to execute application. This scripts run the following:

celery -A app.tasks beat -l info
celery -A app.tasks worker --pool=solo -l info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published