-
Notifications
You must be signed in to change notification settings - Fork 0
rogopag/attractions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Attractions =============================================================== Attractions is a Python administrative Django module to programmatically collect Tweets from a certain geographical area. By using the multithread module dj-celery, Attractions gives the opportunity to grab and save the Tweets to a local database in separated threads leaving the webserver and the website front-end alone. With attractions interface you can set up the boundaries of a certain area with a Google Maps instance and start the collection of the tweets and finally monitor the activity of the Grabber. This version sits on a mongo-db instance as the db backend, the module needs a Django-non-rel installation that you want to run in virtual environment to avoid conflict with your main Django installation. If you want to use a normal Django installation use Attractions-rel (https://github.com/rogopag/attractions_rel) which is also best updated. ==================================================== Requirements ==================================================== Django-nonrel (http://www.allbuttonspressed.com/projects/django-nonrel) django-google-maps 0.2.1 (http://pypi.python.org/pypi/django-google-maps/0.2.1) Celery 3.0 (http://celeryproject.org/) tweepy (https://github.com/tweepy/tweepy) ==================================================== Usage ==================================================== Install the module and the 4 required modules, go to the admin and create a new location of your like. Then set up the boundaries and run the grabber. ==================================================== License ==================================================== Grabber licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published