This is a web scraping project to extract information from Instagram using Puppeteer. The program logs into an Instagram account and extracts information from a specific profile.
This is a gif demonstrating the project
This project utilizes the following technologies:
Chalk - To color the console output
Chalk-table - To display colorful tables in the console
Dotenv - To load environment variables from a .env file
Puppeteer - To perform browser automation
Yargs - To create a command-line interface
To run this project, you will need the following things installed on your computer:
Node.js (v14 or higher)
npm (v6 or higher)
An Instagram account with a username and password
If you want to contribute to this project, follow these steps:
Fork this repository
Create a new branch (git checkout -b new-feature)
Make the desired changes and commit them (git commit -am 'Add new feature')
Push to the branch (git push origin new-feature)
Create a new Pull Request and await feedback
This project is licensed under the MIT license. See the LICENSE file for more information.
Developed with 💜 by Gabriel Moretti