1.0.11 • Published 2 years ago

webscraper_for_instagram v1.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

🤖 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

  • People can get receive the information through your Instagram post link.
  • Users can return a JSON that has:

    • Videos;
      • URL;
    • Images;
      • URL;
    • Comments:
      • Message;
      • Author avatar;
      • The at sign/author's name;
    • Post Author Information;
      • Avatar;
      • Nickname;
      • At sign;
    • Post date;
    • Description;
  • 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


💪 How to contribute to the project

  1. Fork the project.
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save the changes and create a commit message telling you what you've done: git commit -m "feature: My new feature"
  4. Submit your changes: git push origin my-feature

    If you have any questions, check out this how to contribute on GitHub guide


🦸 Author

Gmail Badge


📝 License

This project is under license MIT.

Made with ❤️ by Luís Passos 👋🏽

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago