Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pasanlaksitha/instagram-bio-followers-display
- Owner: Pasanlaksitha
- License: mit
- Created: 2022-02-07T12:16:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T14:20:00.000Z (about 2 years ago)
- Last Synced: 2023-04-16T17:20:12.652Z (almost 2 years ago)
- Topics: instagram, instagram-api, instagram-bio, instagram-biography, instagram-followers
- Language: Python
- Homepage:
- Size: 615 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)