{ "info": { "author": "Hunter Thompson", "author_email": "thompson.grey.hunter@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "# bit-notify\nSMS notifier for bittrex\n\n## Installation\n```\n$ pip install bit-notify\n```\n\n### Install from source\n```\n$ git clone https://github.com/hthompson6/bit-notify.git\n$ cd bit-notify\n$ python setup.py install -e .\n```\n\n## Usage\nPlease note that this service relies on Twilio. To sign up for Twilio please\nvisit https://www.twilio.com/try-twilio.\n\n```python\napi_key = 'my_bittrex_api_key'\napi_sign = 'my_bittrex_api_secret'\naccount_sid = 'my_twilio_account_sid'\nauth_token = 'my_twilio_auth_token'\nsender = ''\nreciever = ''\n\nnotify = Notifier(api_key, api_sign, account_sid, auth_token, sender, reciever)\nnotify.start()\n\nnotify.kill_thread()\n```\n\n### Advanced Usage\nNotifications occur when the percent change over a 24hr span of time\nlies outside of the given threshold. (Updates to this percentage are\nchecked every 30 minutes.)\n\nThe default is as follows: **-100% < %change < 100%**\n\nTo alter the threshold simply modify the class instatiaion:\n```python\nnotify = Notifier(api_key, api_sign, account_sid, auth_token,\n sender, reciever, lower_bound=-15, upper_bound=50)\nnotify.start()\n```\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hthompson6/bit-notifier", "keywords": "sms bittrex", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bit-notify", "package_url": "https://pypi.org/project/bit-notify/", "platform": "", "project_url": "https://pypi.org/project/bit-notify/", "project_urls": { "Homepage": "https://github.com/hthompson6/bit-notifier" }, "release_url": "https://pypi.org/project/bit-notify/0.1.3/", "requires_dist": [ "bit-bind (>=0.1.0)", "twilio (>=6.4.2)" ], "requires_python": "", "summary": "Bittrex SMS Notifier", "version": "0.1.3" }, "last_serial": 2992165, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7a9fbee36a011282357d9f9fa3467b2c", "sha256": "a685388599d2219e9ea444d9bcf90c98a6ce1a121fd6491761b2e150f9542525" }, "downloads": -1, "filename": "bit_notify-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "7a9fbee36a011282357d9f9fa3467b2c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4952, "upload_time": "2017-07-01T08:39:03", "url": "https://files.pythonhosted.org/packages/76/30/e6d46a640650a9d77daec033ce40cf3d7ff90ea5c299936583c0f3854b65/bit_notify-0.0.1-py2-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "65dc5a6d017f710f8cda7cff9ab873ae", "sha256": "147753282aedc2989892e4c51bdc4f835a02c8d803d5220a10705b3717877fb7" }, "downloads": -1, "filename": "bit_notify-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "65dc5a6d017f710f8cda7cff9ab873ae", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5998, "upload_time": "2017-07-01T09:26:38", "url": "https://files.pythonhosted.org/packages/67/da/8c85988dfc98acc62f28ec394f2ec1acaba109b9db79a32ccf8945c95a41/bit_notify-0.1.1-py2-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c92f148c0d3d624067d056e3f05d3f0c", "sha256": "c0dab732a46935120ced38b035b4d2cc79e79d45665ffff95959171a90281784" }, "downloads": -1, "filename": "bit_notify-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "c92f148c0d3d624067d056e3f05d3f0c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5998, "upload_time": "2017-07-01T09:28:57", "url": "https://files.pythonhosted.org/packages/d5/cc/fdb5a498e1038f74d03dd66e25ba3a0658805da1a3c66248c56f161d9c8f/bit_notify-0.1.2-py2-none-any.whl" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "04423a01580b93842840ed187ee4cca9", "sha256": "49345984f3f20e3398d65d3c0e565827a2af65ff1fba70153941598361d355e6" }, "downloads": -1, "filename": "bit_notify-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "04423a01580b93842840ed187ee4cca9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5997, "upload_time": "2017-07-01T09:51:31", "url": "https://files.pythonhosted.org/packages/ac/ff/f3063cd47bb22924010323cd15bcd27bb6079955fd502d0067b65add2bf4/bit_notify-0.1.3-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04423a01580b93842840ed187ee4cca9", "sha256": "49345984f3f20e3398d65d3c0e565827a2af65ff1fba70153941598361d355e6" }, "downloads": -1, "filename": "bit_notify-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "04423a01580b93842840ed187ee4cca9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5997, "upload_time": "2017-07-01T09:51:31", "url": "https://files.pythonhosted.org/packages/ac/ff/f3063cd47bb22924010323cd15bcd27bb6079955fd502d0067b65add2bf4/bit_notify-0.1.3-py2-none-any.whl" } ] }