Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pasanlaksitha/instagram-bio-followers-display

Display your Instagram Followers on Bio
https://github.com/pasanlaksitha/instagram-bio-followers-display

instagram instagram-api instagram-bio instagram-biography instagram-followers

Last synced: 4 days ago
JSON representation

Display your Instagram Followers on Bio

Awesome Lists containing this project

README

        

# Instagram-bio-followers-display
## Display your Instagram Followers on Bio

**Did you ever wonder how TomScott did this**

![This is an image](readme/Capture1.PNG)

**ignore it let's do it for Instagram**

![This is an image](readme/Capture2.PNG)

### [ Example Instagram Account ](https://www.instagram.com/boinkchimp/)

## Installation

1. Download the repository

```bash
git clone https://github.com/Pasanlaksitha/Instagram-bio-followers-display.git
```

2. requirement.txt install
```bash
pip install -r requirements.txt
```

3. open bio.py and enter username password
```python
username = "USERNAME"
password = "PASSWORD"
```
4. schedule for the run program (recommended: once per 6 hours )
- schedule it on task scheduler or google cloud

## Other Usage

you can convert this for following and posts count also

- for following count
```python
#change scraping json to this
followers = data2['graphql']['user']['edge_follow']['count']
```
- read JSON on Instagram https://www.instagram.com/boinkchimp/?__a=1 to do more

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://github.com/Pasanlaksitha/Instagram-bio-followers-display/blob/main/LICENSE/)