Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshitbansall/InstagramBOT

Script for Instagram to Download Posts, Profile Images and Hashtag Pictures. Will post and Manage images also in future.
https://github.com/harshitbansall/InstagramBOT

Last synced: about 2 months ago
JSON representation

Script for Instagram to Download Posts, Profile Images and Hashtag Pictures. Will post and Manage images also in future.

Awesome Lists containing this project

README

        

# 🍕 Instagram BOT

## Prerequisites

* Create Virtual Environment
```
python -m venv env
```
* Activate the Environment
```
env\Scripts\activate
```
* Install all the dependencies
```
pip install -r requirements.txt
```

## Usage

* Start the Script instagram_bot.py

* 1 to Download Profile Image from Username
* 2 to Download All Posts from Username
* 3 to Download Images from Hashtags

## Examples

* Example 1 - Download Profile Image of jacquelinef143






* Example 2 - Download Post Images of jacquelinef143





* Example 3 - Download Hash Tag Images of dogs



## Author - [Harshit Bansal](https://github.com/harshitbansall)