├── LICENSE ├── README.md ├── Readme.tr.md ├── assets └── img │ ├── allUnfollow.PNG │ ├── bulkComment.PNG │ ├── logo.png │ ├── mainMenu.PNG │ ├── messagesDeleted.PNG │ ├── postsDownload.PNG │ └── postsLike.PNG ├── config.json ├── instagram.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/README.md -------------------------------------------------------------------------------- /Readme.tr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/Readme.tr.md -------------------------------------------------------------------------------- /assets/img/allUnfollow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/assets/img/allUnfollow.PNG -------------------------------------------------------------------------------- /assets/img/bulkComment.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/assets/img/bulkComment.PNG -------------------------------------------------------------------------------- /assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/assets/img/logo.png -------------------------------------------------------------------------------- /assets/img/mainMenu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/assets/img/mainMenu.PNG -------------------------------------------------------------------------------- /assets/img/messagesDeleted.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/assets/img/messagesDeleted.PNG -------------------------------------------------------------------------------- /assets/img/postsDownload.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/assets/img/postsDownload.PNG -------------------------------------------------------------------------------- /assets/img/postsLike.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/assets/img/postsLike.PNG -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/config.json -------------------------------------------------------------------------------- /instagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/instagram.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafadalga/Instagram-Bot/HEAD/requirements.txt --------------------------------------------------------------------------------