{ "info": { "author": "Liam Schumm", "author_email": "liamschumm@icloud.com", "bugtrack_url": null, "classifiers": [], "description": "========\nisptweet\n========\n\nInstallation\n============\n\nSimply install from PyPI like so:\n\n.. code::\n\n\tpip install isptweet\n\n\n\nInstallation (from source)\n==========================\n\nRun\n\n.. code::\n\n\tpython setup.py install\n\t\n\nSetup\n=====\n\nFirst, you'll need to obtain credentials from the Twitter API. Navigate to `apps.twitter.com `_, and you should see the following page:\n\n|tutorial-image-1|\n\nCreate your own application like so:\n\n|tutorial-image-2|\n\n\nAnd you should get some credentials (note that here, examples are used):\n\n|tutorial-image-3|\n\nThen grab the generated consumer key and secret, as well as your access token and secret. Then you'll have to invoke the script with the proper environment variables. My preferred way of doing this is to create some script, for example :code:`launch-isptweet.sh`, with the following body:\n\n.. code:: bash\n\n\t#!/usr/bin/env bash\n\t\n\texport CONSUMER_KEY='CONSUMER_KEY'\n\texport CONSUMER_SECRET='CONSUMER_SECRET'\n\n\texport ACCESS_TOKEN='ACCESS_TOKEN'\n\texport ACCESS_TOKEN_SECRET='ACCESS_TOKEN_SECRET'\n\t\n\tisptweet testing 200 20\n\n\nwhere all the value strings are your API credentials, and 200 and 20 are your download and upload speeds, respectively.\n\n.. |tutorial-image-1| image:: https://raw.github.com/lschumm/isptweet/master/readme_images/1.png\n.. |tutorial-image-2| image:: https://raw.github.com/lschumm/isptweet/master/readme_images/2.png\n.. |tutorial-image-3| image:: https://raw.github.com/lschumm/isptweet/master/readme_images/3.png", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lschumm/isptweet/", "keywords": "", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "isptweet", "package_url": "https://pypi.org/project/isptweet/", "platform": "", "project_url": "https://pypi.org/project/isptweet/", "project_urls": { "Homepage": "https://github.com/lschumm/isptweet/" }, "release_url": "https://pypi.org/project/isptweet/1.0.0a2/", "requires_dist": null, "requires_python": "", "summary": "Tweet @ your ISP whenever your internet speed is below what you pay for.", "version": "1.0.0a2" }, "last_serial": 3017323, "releases": { "1.0.0a1": [ { "comment_text": "", "digests": { "md5": "fe8bfb611f1fbc815afdb55955081655", "sha256": "a4783796b6a6b80960766a62322f6a1a5bca952ce9a9a2bc4890c18177d0a796" }, "downloads": -1, "filename": "isptweet-1.0.0a1.tar.gz", "has_sig": false, "md5_digest": "fe8bfb611f1fbc815afdb55955081655", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1808, "upload_time": "2017-07-09T16:44:04", "url": "https://files.pythonhosted.org/packages/8d/e5/648634df006cfdc723a842e3fe61544c295223abe2b8869b9d703ea843ac/isptweet-1.0.0a1.tar.gz" } ], "1.0.0a2": [ { "comment_text": "", "digests": { "md5": "0fa15a1c9872bfb1cf6b862c822c3b7b", "sha256": "6b3ee7ba9a4170b9aedc682f96cf10bff50bb5d5fa5b647ae225b4fb670fa4ce" }, "downloads": -1, "filename": "isptweet-1.0.0a2.tar.gz", "has_sig": false, "md5_digest": "0fa15a1c9872bfb1cf6b862c822c3b7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1808, "upload_time": "2017-07-12T12:05:49", "url": "https://files.pythonhosted.org/packages/86/e5/643fa760b635ad851d5b89087882c7b61fe6be2fcd467ec7d855e3b39df3/isptweet-1.0.0a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0fa15a1c9872bfb1cf6b862c822c3b7b", "sha256": "6b3ee7ba9a4170b9aedc682f96cf10bff50bb5d5fa5b647ae225b4fb670fa4ce" }, "downloads": -1, "filename": "isptweet-1.0.0a2.tar.gz", "has_sig": false, "md5_digest": "0fa15a1c9872bfb1cf6b862c822c3b7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1808, "upload_time": "2017-07-12T12:05:49", "url": "https://files.pythonhosted.org/packages/86/e5/643fa760b635ad851d5b89087882c7b61fe6be2fcd467ec7d855e3b39df3/isptweet-1.0.0a2.tar.gz" } ] }