{ "info": { "author": "Steffan Jensen", "author_email": "6hourapp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "![image](https://raw.githubusercontent.com/instagrambot/instabot.ai/master/img/banner.png)\n---\n### | [Website](https://instabotai.com/) | [Read the Docs](https://instabotai.github.io/docs/) | [Contribute](https://github.com/instagrambot/docs/blob/master/CONTRIBUTING.md) |\n\n---\n [![PyPI version](https://badge.fury.io/py/instabotai.svg)](https://badge.fury.io/py/instabotai)\n [![Telegram Chat](https://camo.githubusercontent.com/67fd2a1c7649422a770e7d82cb35795c2a8baf32/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636861742532306f6e2d54656c656772616d2d626c75652e737667)](https://t.me/instabotai)\n [![Build Status](https://travis-ci.org/instagrambot/instabot.svg?branch=master)](https://travis-ci.org/instagrambot/instabotai)\n![Python 2.7, 3.5, 3.6, 3.7](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%203.7-blue.svg)\n\n# InstabotAi\n\nInstabotai is an instagram bot with face detection that uses the undocumented Web API. Instabotai can reupload photo to feed, reupload photo to stories, watch stories, comment, like and DM users if a face is detected on image.\nUnlike other bots, Instabotai does not require Selenium or a WebDriver. Instead, it interacts with the API over simple HTTP Requests. It runs on most systems.\n\n# Demo:\nhttps://www.instagram.com/japanheaven\n\n## Requirements\n* Python 3.6+\n* Min 20-30 Profiles to scrape or it will repost same image when no new image is posted in list.\n\n### Installation with PIP\nInstall `instabotai` with:\n``` bash\npip install -U instabotai\n```\nRun `instabotai` with:\n``` bash\ninstabotai -u yourusername -p password -l josephineskriver,wolfiecindy -t \"#like4like#follow4follow\"\n```\n\n### Installation with Docker\n``` bash\ndocker pull reliefs/instabotai\n\ndocker run reliefs/instabotai -u username -p password -l josephineskriver,wolfiecindy -t \"#tag1#tag2\"\n```\n\n## Face detection at work on a live webcam \n\n![image](https://res.cloudinary.com/practicaldev/image/fetch/s--qdvR8Vl8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://cloud.githubusercontent.com/assets/896692/24430398/36f0e3f0-13cb-11e7-8258-4d0c9ce1e419.gif)\n\nThis script scrapes images from users and then repost, like and comment their images if face is detected with your own tags.\n\n## To install script on Windows:\n\n### Install Cmake \ndownload link : https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1.zip\n\n### Install Dblib\nDownload dlib \u2018.wheel\u2019 file as ur system requirnment (use link bellow)\ndownload link : https://pypi.python.org/simple/dlib/\n\n```\nOpen cmd navigate to dlib wheel file path and hit command\npip install dlib_file_name.wheel\n```\n\n### Then run\n\n``` bash\ngit clone https://github.com/instagrambot/instabotai.git --recursive\n```\n\n```\ncd instabotai/\n```\n\n```\npip install -r requirements.txt\n```\n\n```\npython example.py -u yourusername -p password -l josephineskriver,wolfiecindy -t \"#like4like#follow4follow\"\n\n```\n\nAnd press Enter.\n\n\n## To install script on Linux:\n```\nUbuntu:\napt-get install python-dev python3-dev\nsudo apt install g++\nsudo apt install cmake\nsudo apt install python3-pip\n\nArch Linux:\nsudo pacman -S cmake\nsudo pacman -S python3-pip\n```\n\nFirst, make sure you have dlib already installed with Python bindings:\n\n * [How to install dlib from source on macOS or Ubuntu](https://gist.github.com/ageitgey/629d75c1baac34dfa5ca2a1928a7aeaf)\n \n\n### Then do\n\n```\ngit clone https://github.com/instagrambot/instabotai.git\n\ncd instabotai\n\nsudo pip install -r requirements.txt\n\npython example.py -u yourusername -p password -l josephineskriver,wolfiecindy -t \"#like4like#follow4follow\"\n\n```\n\n## Troubleshoot\nIf you are getting Illegal Instruction with face_recognition follow this guide:\nhttps://github.com/ageitgey/face_recognition/issues/11#issuecomment-475482716\n\nAttributeError: 'module' object has no attribute 'face_recognition_model_v1'\n\nSolution: The version of dlib you have installed is too old. You need version 19.7 or newer. Upgrade dlib.\n\n### For Dlib install error run \n\npython3 setup.py install --no DLIB_USE_CUDA", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/instagrambot/instabotai", "keywords": "instagram,bot,api,wrapper", "license": "Apache Software License 2.0", "maintainer": "", "maintainer_email": "", "name": "instabotai", "package_url": "https://pypi.org/project/instabotai/", "platform": "", "project_url": "https://pypi.org/project/instabotai/", "project_urls": { "Homepage": "https://github.com/instagrambot/instabotai" }, "release_url": "https://pypi.org/project/instabotai/1.0.44/", "requires_dist": null, "requires_python": "", "summary": "Instagram bot scripts for promotion and API python wrapper.", "version": "1.0.44" }, "last_serial": 5428113, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1c6a74f3f0f730bfee8be004da506057", "sha256": "5afb924d8de1cfa3eac3941743dfaaa327cc13e5cbb721750837388773e9f23b" }, "downloads": -1, "filename": "instabotai-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1c6a74f3f0f730bfee8be004da506057", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2065, "upload_time": "2019-05-30T23:32:40", "url": "https://files.pythonhosted.org/packages/12/fc/25281c3533cbb23cad1910bf3e5ebcac52e77ff94557a5dc4b1d1cfd4ca9/instabotai-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a0a3c5199ca974e7575c295d42e7d27b", "sha256": "5b6da092370be6fd5e85e285bd588c16e3d2433059f3f78fb25dc8b02e640015" }, "downloads": -1, "filename": "instabotai-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a0a3c5199ca974e7575c295d42e7d27b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6205, "upload_time": "2019-05-31T01:08:25", "url": "https://files.pythonhosted.org/packages/f5/e4/7cfe3856dfa252d174d4a79e86fa2dfe6afe764b214dac6e42a4018f387f/instabotai-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "3890d18c852b9a6f67d3571544557185", "sha256": "8235476f996c32248669e93c54308d9dccbde5c90dff978a0c4789ffe06f41bf" }, "downloads": -1, "filename": "instabotai-1.0.2.tar.gz", "has_sig": false, "md5_digest": "3890d18c852b9a6f67d3571544557185", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6286, "upload_time": "2019-05-31T01:28:16", "url": "https://files.pythonhosted.org/packages/6b/9e/5ac58919de72bb82536f67ccdb71c7ac803cb8389a667a691429995b22b8/instabotai-1.0.2.tar.gz" } ], "1.0.21": [ { "comment_text": "", "digests": { "md5": "d020139225e7bbac7d38d893b92f56c9", "sha256": "b90d01320b68889be2990912d45233a0fbc9014b6037829f24ab67a5d08f40c1" }, "downloads": -1, "filename": "instabotai-1.0.21.tar.gz", "has_sig": false, "md5_digest": "d020139225e7bbac7d38d893b92f56c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6326, "upload_time": "2019-05-31T01:37:42", "url": "https://files.pythonhosted.org/packages/47/9b/56346c0b233096b2e2c9864dfa0edb41a8f6236a2c99b7ad42979182696d/instabotai-1.0.21.tar.gz" } ], "1.0.22": [ { "comment_text": "", "digests": { "md5": "054b9d52ed5915c3e1c7f5346151d904", "sha256": "3c89c0598f3bf0b2ff83bcd408a91a37920232f9730e4e29c66c2bd3c229bf00" }, "downloads": -1, "filename": "instabotai-1.0.22.tar.gz", "has_sig": false, "md5_digest": "054b9d52ed5915c3e1c7f5346151d904", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6323, "upload_time": "2019-05-31T01:44:54", "url": "https://files.pythonhosted.org/packages/8f/7b/581f25bc7c9a8e62975cc549a1d243f8e5254cfd75522c2f903826e0b2a0/instabotai-1.0.22.tar.gz" } ], "1.0.23": [ { "comment_text": "", "digests": { "md5": "f5ac9aeb4aabec8a4ce051c7a917c715", "sha256": "d1294e3c5b3185720a4c4c22a12a9240b19cbac2b6d61b81051c7fbe6143ba18" }, "downloads": -1, "filename": "instabotai-1.0.23.tar.gz", "has_sig": false, "md5_digest": "f5ac9aeb4aabec8a4ce051c7a917c715", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6263, "upload_time": "2019-05-31T03:16:18", "url": "https://files.pythonhosted.org/packages/7e/9b/a942ba8292cb8ff87b7d4f9ccc075ffe678e6daa50539373bc3e7971d712/instabotai-1.0.23.tar.gz" } ], "1.0.24": [ { "comment_text": "", "digests": { "md5": "67bf586ece19cbd4a6469e9388181416", "sha256": "a2757f6a771a4f34379f7a022c748be654fa73854444195a0e468593aaf6bd46" }, "downloads": -1, "filename": "instabotai-1.0.24.tar.gz", "has_sig": false, "md5_digest": "67bf586ece19cbd4a6469e9388181416", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6336, "upload_time": "2019-05-31T15:21:50", "url": "https://files.pythonhosted.org/packages/94/d8/f737ed636d42e83d38fa263419f979eed0f5da8c3970a340aa4f0a9e1048/instabotai-1.0.24.tar.gz" } ], "1.0.25": [ { "comment_text": "", "digests": { "md5": "1d3754a9f9fecf74b49e58c1ee174d54", "sha256": "604a8ee7233719d53f90fd3fe552780868bfc527056c31b973562243543da435" }, "downloads": -1, "filename": "instabotai-1.0.25.tar.gz", "has_sig": false, "md5_digest": "1d3754a9f9fecf74b49e58c1ee174d54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6308, "upload_time": "2019-05-31T15:51:21", "url": "https://files.pythonhosted.org/packages/11/84/c7817f799e5aa06b4c5ceafc291e07cf339870b6bca4a06575815a350636/instabotai-1.0.25.tar.gz" } ], "1.0.26": [ { "comment_text": "", "digests": { "md5": "142d7a003f0817402e53c9b19cfa1a2b", "sha256": "add4f539405048e7e7f0349ff88e0060cc37a2ae2785d53d44ae95fc7702f813" }, "downloads": -1, "filename": "instabotai-1.0.26.tar.gz", "has_sig": false, "md5_digest": "142d7a003f0817402e53c9b19cfa1a2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6315, "upload_time": "2019-06-01T04:37:40", "url": "https://files.pythonhosted.org/packages/63/df/19da4df34dc06ecc443a6c96b300df659912a9ab4e50e8f875caac616ca3/instabotai-1.0.26.tar.gz" } ], "1.0.27": [ { "comment_text": "", "digests": { "md5": "a5bf5586356a0ce7b3fffb0974d9fd57", "sha256": "783faec0e6cfe7e26cca70f9b9783de7047046e1e54eea0531fa3b16fb369b3b" }, "downloads": -1, "filename": "instabotai-1.0.27.tar.gz", "has_sig": false, "md5_digest": "a5bf5586356a0ce7b3fffb0974d9fd57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6314, "upload_time": "2019-06-02T00:17:49", "url": "https://files.pythonhosted.org/packages/59/3d/d91c58e20107f5fd7efe271f5d4c3e2c9c658f61dcd96d04b5a185049639/instabotai-1.0.27.tar.gz" } ], "1.0.28": [ { "comment_text": "", "digests": { "md5": "3751d7e22e7e7b84af43f56072653b11", "sha256": "182cf5afbe6d2c834cf53ac1c364ae13c350af3e84956059fe6dfff291f9548f" }, "downloads": -1, "filename": "instabotai-1.0.28.tar.gz", "has_sig": false, "md5_digest": "3751d7e22e7e7b84af43f56072653b11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6333, "upload_time": "2019-06-02T14:42:10", "url": "https://files.pythonhosted.org/packages/89/35/897439ca54a70a11974618724444e8e989a09c38b5c74e438e75e46058da/instabotai-1.0.28.tar.gz" } ], "1.0.29": [ { "comment_text": "", "digests": { "md5": "8d7019c1c3e5383679fb59ff9d66de7f", "sha256": "f0eef1e99d4cb6170c596830b68c0cd100cf8d5cf7ebde2660a4ee9eb7f3f079" }, "downloads": -1, "filename": "instabotai-1.0.29.tar.gz", "has_sig": false, "md5_digest": "8d7019c1c3e5383679fb59ff9d66de7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6338, "upload_time": "2019-06-02T21:50:55", "url": "https://files.pythonhosted.org/packages/c5/b2/225ec4f621a81b6af73aa0e57bda1dd8e513a66f46a45fd7385a0157f430/instabotai-1.0.29.tar.gz" } ], "1.0.30": [ { "comment_text": "", "digests": { "md5": "e95c75fad704fbab80dc7d32728e6f07", "sha256": "3c7d2514f265ea19320f1883567d57eea30e93ba72c977755d737743b2d86d09" }, "downloads": -1, "filename": "instabotai-1.0.30.tar.gz", "has_sig": false, "md5_digest": "e95c75fad704fbab80dc7d32728e6f07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6551, "upload_time": "2019-06-05T21:57:41", "url": "https://files.pythonhosted.org/packages/a1/98/51104fa7ae1804cd529d01410a3df927fea4cf4fae5d79249ee8397f3a17/instabotai-1.0.30.tar.gz" } ], "1.0.40": [ { "comment_text": "", "digests": { "md5": "6d0b4c76c2276a263ec19b9ec26611ee", "sha256": "4e93eb33d7a2f032bc6cef7b2c2b9a547d9c81131c404e22f7ade1fc564895db" }, "downloads": -1, "filename": "instabotai-1.0.40.tar.gz", "has_sig": false, "md5_digest": "6d0b4c76c2276a263ec19b9ec26611ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7302, "upload_time": "2019-06-17T03:05:53", "url": "https://files.pythonhosted.org/packages/38/c4/f439c009b510beabb418e5f248dfc7f01cab5a565cd4177895f88a1ea780/instabotai-1.0.40.tar.gz" } ], "1.0.41": [ { "comment_text": "", "digests": { "md5": "3e6d3d0203c7d989be9d6ea786124aa7", "sha256": "64fbe5110e8939999792a070cb194ea98468ac9a7e598a2c66684b890f936b74" }, "downloads": -1, "filename": "instabotai-1.0.41.tar.gz", "has_sig": false, "md5_digest": "3e6d3d0203c7d989be9d6ea786124aa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7313, "upload_time": "2019-06-17T03:52:15", "url": "https://files.pythonhosted.org/packages/3d/ca/6b94419e223d73a3c586aa6b450c2c6ab32922d9e523504c9bebb668f6b7/instabotai-1.0.41.tar.gz" } ], "1.0.42": [ { "comment_text": "", "digests": { "md5": "37f08c1a38460d729bfeee8ba8c977ae", "sha256": "e263037f77272e9f03eb52998df2368c1235b7129c740c18cb803096e9664f14" }, "downloads": -1, "filename": "instabotai-1.0.42.tar.gz", "has_sig": false, "md5_digest": "37f08c1a38460d729bfeee8ba8c977ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7314, "upload_time": "2019-06-17T19:35:57", "url": "https://files.pythonhosted.org/packages/0d/1c/ee753d0f39fe807f0d928d9daf406ee965d8effb21c4eefbf6cfabf4035d/instabotai-1.0.42.tar.gz" } ], "1.0.43": [ { "comment_text": "", "digests": { "md5": "9dc6919ab635ba2e2c68460266d3df1d", "sha256": "18386d08e9aeea78832107c799a419a629ed2dbd98d911fbf73090fbd4f25b72" }, "downloads": -1, "filename": "instabotai-1.0.43.tar.gz", "has_sig": false, "md5_digest": "9dc6919ab635ba2e2c68460266d3df1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7321, "upload_time": "2019-06-18T13:19:31", "url": "https://files.pythonhosted.org/packages/b8/bc/856c2b7c0cfce347713d8f5524b2e85fda9374c5a4fe24cea3783c0f6812/instabotai-1.0.43.tar.gz" } ], "1.0.44": [ { "comment_text": "", "digests": { "md5": "3a359617ce4b93b64bc34d30a412fc24", "sha256": "af43728326d4348f7e9b614e4d0f430c465b58ee207b3f8d97183008b45b76df" }, "downloads": -1, "filename": "instabotai-1.0.44.tar.gz", "has_sig": false, "md5_digest": "3a359617ce4b93b64bc34d30a412fc24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7323, "upload_time": "2019-06-20T23:54:13", "url": "https://files.pythonhosted.org/packages/d2/2c/710823f9390aa29d6f41cbee9b39cc7104dbc7e9b5405c5f4f6250210ff4/instabotai-1.0.44.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a359617ce4b93b64bc34d30a412fc24", "sha256": "af43728326d4348f7e9b614e4d0f430c465b58ee207b3f8d97183008b45b76df" }, "downloads": -1, "filename": "instabotai-1.0.44.tar.gz", "has_sig": false, "md5_digest": "3a359617ce4b93b64bc34d30a412fc24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7323, "upload_time": "2019-06-20T23:54:13", "url": "https://files.pythonhosted.org/packages/d2/2c/710823f9390aa29d6f41cbee9b39cc7104dbc7e9b5405c5f4f6250210ff4/instabotai-1.0.44.tar.gz" } ] }