Giter Club home page Giter Club logo

odevjorge / instagram-post-fetcher Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 10 KB

"instagram-post-fetcher" is a Python module leveraging Selenium to extract Instagram post details, including account username, descriptions, media URLs, and post timestamps. Simplifying access to Instagram data for analytics and research.

License: MIT License

Python 100.00%
automation data-analysis data-extraction data-mining instagram instagram-cli instagram-metadata instagram-scraper osint-python pictures python videos web-scraping web-scraping-python

instagram-post-fetcher's Introduction

Instagram Post Fetcher

The Instagram Post Fetcher is a Python module designed to extract information from Instagram posts using Selenium.

Features

  • Fetches post data including account username, descriptions, media URLs, and post timestamps.
  • Utilizes Selenium for web scraping tasks.
  • Provides a modular structure for easy integration into other projects or workflows.
  • Supports both image and video posts.
  • Requires Python 3.x and the Selenium library.

Installation

  1. Clone the repository:

    git clone https://github.com/seu-usuario/instagram-post-fetcher.git
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Import the DataManage class from the module:

    from core.management.data.post import DataManage
  2. Initialize a Manage object:

    data = DataManage()
  3. Retrieve post information using the provided methods:

    post_info = data.get_all_post_info()

Output Structure:

The output will be in the following structure:

{
 'account_username': 'solucoesdigitais',
 'description': '🔍 Estamos sempre buscando maneiras de aprimorar nossos serviços e atender melhor aos nossos clientes. Quais sugestões você tem para nós?\n\n',
 'tags': ['#solucoesdigitais', '#feedback', '#melhorias', '#atendimentocliente'],
 'images_url': {
     1: 'https://fakecdn.example.com/image1.jpg',
     2: 'https://fakecdn.example.com/image2.jpg'
 },
 'post_date': '2024-02-27T09:30:00.000Z'
}
  1. Analyze and process the retrieved post information as needed.

Usage Disclaimer

This tool is intended for legitimate and authorized use cases, such as research, data analysis, and automation of tasks within the boundaries of Instagram's terms of service. The developers of this tool do not endorse any unauthorized or unethical use of the software. Users are responsible for ensuring that their use of this tool complies with all applicable laws and regulations.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contribution

Contributions are welcome! Feel free to submit issues, feature requests, or pull requests to help improve this project.

instagram-post-fetcher's People

Contributors

odevjorge avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.