webscraper_for_instagram
v1.0.11
Published
🤖 WebScraper For Instagram - is a data miner for Instagram, made to extract photos, reels and posts in general.
Downloads
3
Readme
💻 About the project
🤖 WebScraper For Instagram - is a data miner for Instagram, made to extract photos, reels and posts in general.
Project designed for people who want a library that extracts data from Instagram quickly and easily.
⚙️ Functionalities
[x] People can get receive the information through your Instagram post link.
[x] Users can return a JSON that has:
- [x] Videos;
- URL;
- [x] Images;
- URL;
- [x] Comments:
- Message;
- Author avatar;
- The at sign/author's name;
- [X] Post Author Information;
- Avatar;
- Nickname;
- At sign;
- [X] Post date;
- [X] Description;
- [x] Videos;
[x] There is an error message if a.
🚀 How to run the dependency
This project runs on the Back End.
Prerequisites
Before starting, you will need to have the following tool installed on your machine: Node.js Also it's nice to have an editor to work with code like VSCode
⬇️ Downloading the dependency
# Navigate to your project folder
cd project/
# Install with NPM package
npm i webscraper_for_instagram
# Or with yarn
yarn add webscraper_for_instagram
🪄 Running
const fetchInstagram = require("webscraper_for_instagram");
(async()=> {
const post = await fetchInstagram("https://www.instagram.com/p/CXChwP3Pvke/");
console.log(post);
})()
🛠 Technologies
The following tools were used in the construction of the project:
- Node JS
- Puppeteer
See the file package.json
Utilities
- Editor: Visual Studio Code
💪 How to contribute to the project
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save the changes and create a commit message telling you what you've done:
git commit -m "feature: My new feature"
- Submit your changes:
git push origin my-feature
If you have any questions, check out this how to contribute on GitHub guide
🦸 Author
📝 License
This project is under license MIT.
Made with ❤️ by Luís Passos 👋🏽