A Celery application to collect data, download media and extract information from social media APIs
A Celery application to collect data, download media and extract information from social media APIs. Requirements You must have a Redis DB instance running (which is currently used as the Celery broker). Also, another DB will probably be used as the Celery backend in the future(if we ever need backend, that is). You must also have a MongoDB instance running as the application’s write layer. Usage Run celery: celery -A app.core.celery.worker worker -l info Note, that Celery does not support […]
Read more