webscraper_for_instagram

1.0.11 • Public • Published

GitHub language count Repo Size Instagram GitHub last commit GitHub license Stargazers luisspassos Github

Instagram_Logo

🚧 WebScraper For Instagram 🤖 Concluded 🚀 🚧

AboutFunctionalitiesHow to runTechnologiesAuthorLicense

💻 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] 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:

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

My Avatar

Luís Passos 🚀

Gmail Badge


📝 License

This project is under license MIT.

Made with ❤️ by Luís Passos 👋🏽

Readme

Keywords

none

Package Sidebar

Install

npm i webscraper_for_instagram

Weekly Downloads

2

Version

1.0.11

License

MIT

Unpacked Size

80.8 kB

Total Files

11

Last publish

Collaborators

  • luisspassos