django-social-monitor-example
                                
                                
                                
                                    django-social-monitor-example copied to clipboard
                            
                            
                            
                        Need some docs
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)?