{ "info": { "author": "Allston Mickey", "author_email": "allston.mickey@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Flask", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Financial :: Investment", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "|logo|\n\n|travis| |python| |license| |tag| |status|\n\nSpeculator predicts the price trend of cryptocurrencies like Bitcoin and\nEthereum.\n\nNormal markets will also be added in future updates.\n\nHow to get started\n------------------\nWith Python:\n\n::\n\n python main.py\n\nWith Web RESTful API:\n\n::\n\n python api.py\n curl http://localhost:5000/api/public/predict -X GET\n\n**Example:**\n\n|example|\n\nUse the ``--help`` flag for a complete list of optional arguments.\nNote: A website for a friendly user experience is in development\n\nDependencies\n~~~~~~~~~~~~\n\nMake sure these packages are installed before running Speculator:\n\n- `Delorean `__, ``pip3 install delorean``\n\n- `requests `__, ``pip3 install requests``\n\n- `NumPy `__, ``pip3 install numpy``\n\n- `TensorFlow `__, ``pip3 install tensorflow``\n\n- `scikit-learn `__, ``pip3 install scikit-learn``\n\n- `pandas `__, ``pip3 install pandas``\n- `flask `__, ``pip3 install flask``\n- `flask-cache `__, ``pip3 install flask-cache``\n- `flask-restful `__, ``pip3 install flask-restful``\n- `webargs `__, ``pip3 install webargs``\n\nOr just use a one-liner:\n\n.. code:: bash\n\n pip3 install delorean requests numpy tensorflow scikit-learn pandas flask flask-cache flask-restful webargs\n\nAPI\n~~~\n**Web RESTful:**\n\nFirst start the Flask API server with ``python api.py``.\nThen use HTTP methods like GET: ``curl http://localhost:5000/api/public/predict -X GET``\n\nFor a list of valid arguments in the URL, please check back tomorrow (12/20/17).\n\nI plan to start a server for anyone to access this without starting their own Flask server, but with only public access.\nStarting this on your own server with authentication for users (private access) will allow you to PUT/POST/DELETE your own market data and analyze that instead of the default.\nThis is currently in development and will be extended in the future.\n\n**Python:**\n\nSpeculator is available as a package on PyPi.\n\n::\n\n pip3 install speculator\n\nIf you want to use or thoroughly understand Speculator\u2019s API, I\nrecommend checking out the `docs `__, which features a fully\ndocumented example.\n\nProject Structure\n~~~~~~~~~~~~~~~~~\n\n::\n\n LICENSE\n README.md\n\n docs\n \\_ CONTRIBUTING.md\n \\_ analysis.md\n \\_ example.md\n \\_ example.py\n \\_ utils.md\n\n speculator\n \\_ api.py\n \\_ main.py\n \\_ market.py\n \\_ features\n \\_ obv.py\n \\_ rsi.py\n \\_ sma.py\n \\_ so.py\n \\_ models\n \\_ deep_neural_network.py\n \\_ random_forest.py\n \\_ tests\n \\_ integration\n \\_ test_poloniex.py\n \\_ unit\n \\_ test_date.py\n \\_ test_poloniex.py\n \\_ test_obv.py\n \\_ test_rsi.py\n \\_ test_sma.py\n \\_ test_so.py\n \\_ test_stats.py\n \\_ utils\n \\_ date.py\n \\_ poloniex.py\n \\_ stats.py\n\nContact for Feedback, Questions, or Issues\n------------------------------------------\n\nFeel free to send me a message on Reddit at\n`/u/shneap `__. I am\nhappy to hear any concerns, good or bad, in order to progress the\ndevelopment of this project.\n\nContributing\n~~~~~~~~~~~~\n\nPlease read the detailed `contributing doc `__.\n\n.. |logo| image:: https://i.imgur.com/klemIi5.png\n.. |travis| image:: https://img.shields.io/travis/amicks/Speculator.svg\n :target: https://travis-ci.org/amicks/Speculator\n.. |python| image:: https://img.shields.io/pypi/pyversions/Speculator.svg\n.. |license| image:: https://img.shields.io/pypi/l/Speculator.svg\n :target: https://github.com/amicks/Speculator/blob/master/LICENSE\n.. |tag| image:: https://img.shields.io/github/tag/amicks/speculator.svg\n :target: https://github.com/amicks/Speculator/archive/0.1.tar.gz\n.. |status| image:: https://img.shields.io/pypi/status/Speculator.svg\n.. |example| image:: https://i.imgur.com/5tB8zvJ.png", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/amicks/Speculator/archive/1.0.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amicks/Speculator", "keywords": "finance,price,trend,analysis,machine learning,artificial intelligence,bitcoin,ethereum,cryptocurrency,crypto,api,REST,web", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "speculator", "package_url": "https://pypi.org/project/speculator/", "platform": "", "project_url": "https://pypi.org/project/speculator/", "project_urls": { "Download": "https://github.com/amicks/Speculator/archive/1.0.0.tar.gz", "Homepage": "https://github.com/amicks/Speculator" }, "release_url": "https://pypi.org/project/speculator/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Speculator predicts the price trend of cryptocurrencies like Bitcoin and Ethereum with machine learning models and technical analysis.", "version": "1.0.2" }, "last_serial": 3428837, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f40e55e53142e4bbbb4757467f116d7c", "sha256": "001952ddd9728d7bb99db8128d417b3608026d63e3f1658ba5b34ea58c386f03" }, "downloads": -1, "filename": "speculator-0.1.tar.gz", "has_sig": false, "md5_digest": "f40e55e53142e4bbbb4757467f116d7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14563, "upload_time": "2017-09-24T09:11:40", "url": "https://files.pythonhosted.org/packages/7c/9f/b876e57eedcf5cc8ea6f7f48590455d74a906c2e44e75a83b8482ebb816e/speculator-0.1.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c099c9f09286795b08384233ebab68ff", "sha256": "ccbf4ca94d4aac82279c875ac9795b06fd16d5346d8684757d8e4707061d71d1" }, "downloads": -1, "filename": "speculator-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c099c9f09286795b08384233ebab68ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14410, "upload_time": "2017-10-31T02:08:28", "url": "https://files.pythonhosted.org/packages/1b/be/07c56568080770a519614a0252317b4b7b79172dba9d3b647277f22aeb2f/speculator-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4b2ef028a6e43ad82b16ce676e912352", "sha256": "7e6f643a2489c0bda21941fe8caaac57ea744fbde9c17f25f328b376fcccc02d" }, "downloads": -1, "filename": "speculator-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4b2ef028a6e43ad82b16ce676e912352", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15142, "upload_time": "2017-10-31T02:26:47", "url": "https://files.pythonhosted.org/packages/d7/e8/f41cd3dda15f2968573df0245fd85876c472e087d4b138e6f0ddf8b3d8c4/speculator-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "ed1eab628bd045c4d2b17780252961f7", "sha256": "45a83b07a5f315202503b93848c3bf360df5d8b7a2f0e721b29ee3a09ddee5db" }, "downloads": -1, "filename": "speculator-0.2.3.tar.gz", "has_sig": false, "md5_digest": "ed1eab628bd045c4d2b17780252961f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15155, "upload_time": "2017-10-31T02:30:01", "url": "https://files.pythonhosted.org/packages/d7/1d/d97a1381350bf2e950188ceb8abd2bfc4ca51c341fe21a6968f9a6ac9424/speculator-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "ed6f0ea38098ce7fcc1ad79c4683690a", "sha256": "65a012415cb51332de5307148e6dc8d94e426c2d9e2416d034f8ddae11c1de45" }, "downloads": -1, "filename": "speculator-0.2.4.tar.gz", "has_sig": false, "md5_digest": "ed6f0ea38098ce7fcc1ad79c4683690a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13030, "upload_time": "2017-10-31T02:41:25", "url": "https://files.pythonhosted.org/packages/60/d2/ec032b08855b0575d647e7b35a0a2ac362e1a12cc2552dda498c36a1e6e1/speculator-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "f6cb5ac8fc8d9b878c14f0bf74ab7cee", "sha256": "1a8cd147dad8f6886ce4b1617b9d5d321a7ccbafbb427362df06f3e5a2eba5ea" }, "downloads": -1, "filename": "speculator-0.2.5.tar.gz", "has_sig": false, "md5_digest": "f6cb5ac8fc8d9b878c14f0bf74ab7cee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14834, "upload_time": "2017-10-31T02:48:26", "url": "https://files.pythonhosted.org/packages/8e/51/90e1a53d977b21a700bfed07d1dbc3d043182c7161a67a6ea1ace9cfaffb/speculator-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "063c22e315ca75fef75103cb2fce8975", "sha256": "6eb2ef589e80695f84e676f711c9ae58927c05815a7dca9c54cb1b387da90e35" }, "downloads": -1, "filename": "speculator-0.2.6.tar.gz", "has_sig": false, "md5_digest": "063c22e315ca75fef75103cb2fce8975", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14709, "upload_time": "2017-10-31T03:02:28", "url": "https://files.pythonhosted.org/packages/5c/54/d40ce7fa320f770c6b98c79242b3c0505c87bfc1cba14fc74435e01385de/speculator-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "53d3b55067922a502d19e5db18c1df26", "sha256": "847105233c1765cd3663262d153bda336e7abfa71e6e9728b49e824997fe447e" }, "downloads": -1, "filename": "speculator-0.2.7.tar.gz", "has_sig": false, "md5_digest": "53d3b55067922a502d19e5db18c1df26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14447, "upload_time": "2017-10-31T03:13:56", "url": "https://files.pythonhosted.org/packages/95/6f/1966b28794bb9923898cca22264dee87301bb2f5ad12e8f33d4c34ccd5ed/speculator-0.2.7.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "a2bf9f85f147b388aaa0f222bb2baee0", "sha256": "35b45694197758d1f5946a07885d94f2817e1eecc842ffd9b9b285c485b05147" }, "downloads": -1, "filename": "speculator-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a2bf9f85f147b388aaa0f222bb2baee0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15103, "upload_time": "2017-12-19T16:37:55", "url": "https://files.pythonhosted.org/packages/4d/7a/c2a70c41f2bce4d660b99a6215f7ffedad80d436a9a611900972fb1133d4/speculator-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a2be160479c95dd1ef876aa731cd4592", "sha256": "479b3ff37b314b2b09894261c389cc0e5502d67ca843770b74ca8f6813eab5be" }, "downloads": -1, "filename": "speculator-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a2be160479c95dd1ef876aa731cd4592", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15099, "upload_time": "2017-12-19T16:40:48", "url": "https://files.pythonhosted.org/packages/07/1b/f8ce94b2c7518bd04ab353032395c57cafc9bbdb897fb0c212e7985087d9/speculator-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "9afa67da518f0e63cb6b5a2ad248fc98", "sha256": "796148483610f26e63cec77492762f44ab0f0d523fcc1674a05bbe7b4874cb13" }, "downloads": -1, "filename": "speculator-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9afa67da518f0e63cb6b5a2ad248fc98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15112, "upload_time": "2017-12-19T16:44:02", "url": "https://files.pythonhosted.org/packages/50/a5/ed9df81a81f4657a2887572d40cf6e9f8114cf307e2877db36265faf841a/speculator-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9afa67da518f0e63cb6b5a2ad248fc98", "sha256": "796148483610f26e63cec77492762f44ab0f0d523fcc1674a05bbe7b4874cb13" }, "downloads": -1, "filename": "speculator-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9afa67da518f0e63cb6b5a2ad248fc98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15112, "upload_time": "2017-12-19T16:44:02", "url": "https://files.pythonhosted.org/packages/50/a5/ed9df81a81f4657a2887572d40cf6e9f8114cf307e2877db36265faf841a/speculator-1.0.2.tar.gz" } ] }