https://github.com/fcakyon/insta-assist
Personal Instagram Tools
https://github.com/fcakyon/insta-assist
Last synced: about 1 year ago
JSON representation
Personal Instagram Tools
- Host: GitHub
- URL: https://github.com/fcakyon/insta-assist
- Owner: fcakyon
- License: mit
- Created: 2020-08-19T13:52:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T13:52:06.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T19:24:25.785Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# insta-assist: My Personal Instagram Tools
## Usage
- install required packages:
```bash
pip install requirements.txt
```
- create a config.py file containing agent login info and target username to be scraped:
```python
agent_id = "ig_username"
agent_pw = "ig_password"
target_username = "target_ig_username"
```
- scrape required data:
```bash
python scrape.py
```
- run web app:
```bash
python app.py
```
- view endponints on browser:
```
localhost:5000/likes/ig_username
```
## Endpoints
- **/likes/target_ig_username:** shows the posts that target instagram user has liked
- **/likes_per_account/target_ig_username:** shows the number of posts that target instagram user has liked from specific accounts
- **/follower_likes/target_ig_username:** shows the number of posts that each follower of the target instagram user has liked
- **/hd_profile_pic/target_ig_username:** returns the hd version of the profile picture of the target instagram user