{ "info": { "author": "Adaptive Lab", "author_email": "hey@adaptivelab.com", "bugtrack_url": null, "classifiers": [], "description": "Datasift Preview Grabber\n========================\n\nA script to fetch datasift preview stats for a particular hash, over a particular date range.\n\nQuick Start\n-----------\n\nIf you have Python and virtualenv installed, the simplest way to get set up is to\nclone or download all the source files, cd into the directory and then run these\ncommands for first time:::\n\n $ virtualenv .env\n $ source .env/bin/activate\n $ python setup.py install\n\nThat will install everything you need to run the script.\n\nRunning the Script\n------------------\n\n::\n\n Usage: datasift_preview_grabber \n\n Where:\n start_date and end_date are in the format yyyy-mm-dd\n\nThe script will split the date range you give it into individual days (a limitation\nof the Datasift Preview service as it stands). Each day costs 20DPU currently so\ndon't go mental with your date range!\n\nFor each day, the script creates a preview job with Datasift. The script waits for\neach job to finish, which can take a while. When all the jobs are finished, the\nresults of them are simply printed to stdout.\n\nDeveloping the Script Further\n-----------------------------\n\nIf you want to enhance the script in some way, install the libraries from the\ntest_requirements.txt in the virtualenv you created earlier and make sure the\ntests all pass before adding something new:::\n\n $ pip install -r test_requirements.txt\n $ nosetests\n\nIf it's useful, send it back to us in the form of a pull request on Github!\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/adaptivelab/datasift-preview-grabber", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adaptivelab/datasift-preview-grabber", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "datasift_preview_grabber", "package_url": "https://pypi.org/project/datasift_preview_grabber/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datasift_preview_grabber/", "project_urls": { "Download": "https://github.com/adaptivelab/datasift-preview-grabber", "Homepage": "https://github.com/adaptivelab/datasift-preview-grabber" }, "release_url": "https://pypi.org/project/datasift_preview_grabber/0.0.0/", "requires_dist": null, "requires_python": null, "summary": "Grabs Datasift preview stats and writes them out to stdout", "version": "0.0.0" }, "last_serial": 897467, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "b5b160542bb850d8b0f7e7844f6a1e3c", "sha256": "1cc645cf8c609ed4772301bf9c0820a5352a6115fd532d0173315816b5c15e35" }, "downloads": -1, "filename": "datasift_preview_grabber-0.0.0.tar.gz", "has_sig": false, "md5_digest": "b5b160542bb850d8b0f7e7844f6a1e3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5310, "upload_time": "2013-10-18T08:47:59", "url": "https://files.pythonhosted.org/packages/26/12/bccf4a23151a98aedebace8e075ec7890c3a84e8154f690895c74842c3c9/datasift_preview_grabber-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5b160542bb850d8b0f7e7844f6a1e3c", "sha256": "1cc645cf8c609ed4772301bf9c0820a5352a6115fd532d0173315816b5c15e35" }, "downloads": -1, "filename": "datasift_preview_grabber-0.0.0.tar.gz", "has_sig": false, "md5_digest": "b5b160542bb850d8b0f7e7844f6a1e3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5310, "upload_time": "2013-10-18T08:47:59", "url": "https://files.pythonhosted.org/packages/26/12/bccf4a23151a98aedebace8e075ec7890c3a84e8154f690895c74842c3c9/datasift_preview_grabber-0.0.0.tar.gz" } ] }