https://github.com/clhore/scraping-instagram
This repository indicates how you can extract a user's instagram posts
https://github.com/clhore/scraping-instagram
Last synced: 3 months ago
JSON representation
This repository indicates how you can extract a user's instagram posts
- Host: GitHub
- URL: https://github.com/clhore/scraping-instagram
- Owner: clhore
- Created: 2021-09-01T10:44:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T00:07:36.000Z (over 3 years ago)
- Last Synced: 2025-01-20T20:54:55.025Z (5 months ago)
- Language: Python
- Homepage:
- Size: 5.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scraping-instagram
This repository indicates how you can extract a user's instagram posts# - Windows
--> Install `chromedriver.exe`:
[1] ayuda/información de Google Chrome

[2] Check your version of Google Chrome
[3] Download the correct version: https://chromedriver.chromium.org/downloads

[4] Then move the .zip to the project folder

[5] Extract the .zip file to the project folder

[6] In case of using linux you should modify the system.json file

[*] You will have to run the following commands
>> Parrot OS
[1] $ sudo apt install nodejs
[2] $ sudo apt install npm
[3] $ sudo npm -g install chromedriver
[4] $ sudo ln -sf /usr/local/lib/node_modules/chromedriver/lib/chromedriver/chromedriver /usr/bin/chromedriver
>> Ubuntu
[1] $ sudo apt install nodejs
[2] $ sudo apt install npm
[3] $ sudo npm -g install chromedriver
[4] $ sudo ln -sf /usr/lib/node_modules/chromedriver/lib/chromedriver/chromedriver ~/bin/chromedriver# Check that you have all the necessary files
# Enter your username and password in the instagram_credentials.json
>> For instance:
