cs-fedy / scrape-instagram-posts

scrape Instagram posts and save them in a JSON file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrape instagram posts

scrape instagram posts and save them in a json file

installation:

  1. clone the repo git clone https://github.com/cs-fedy/scrape-instagram-posts.git
  2. install virtualenv usin pip: sudo pip install virtualenv
  3. create a new virtualenv: virtualenv venv
  4. activate the virtualenv: source venv/bin/activate
  5. install requirements: pip install requirements.txt
  6. change the instagram url with your url.
  7. run the script and enjoy: python scraper.py

Author:

created at 🌙 with 💻 and ❤ by f0ody

About

scrape Instagram posts and save them in a JSON file


Languages

Language:Python 100.0%