django-social-monitor-example icon indicating copy to clipboard operation
django-social-monitor-example copied to clipboard

Need some docs

Open GraphGrailAi opened this issue 11 years ago • 0 comments

Could you provide some docs on how to use your app, simple workflow? I have added my Twitter app settings, + as a callback i use http://127.0.0.1:8000/account/connect/twitter/callback (also set this in dev.twitter.com).

The i have added crontab and interval in admin panel, but when trying to add Periodic tasks and choose Crontab from dropdown i see an error: Only one of interval or crontab must be set.

By the way, on this page before adding i see warning Periodic tasks won't be dispatched unless you set the CELERYBEAT_SCHEDULER setting to djcelery.schedulers.DatabaseScheduler, or specify it using the -S option to celerybeat

What is additional setting i should set to scrap tweets automatically (Windows 7)?

GraphGrailAi avatar Mar 16 '14 08:03 GraphGrailAi