Giter Site home page Giter Site logo

webscrapinginstagram's Introduction

WebscrapingInstagram with Selenium


This Repository contains a collection of notebooks related to Instagram web scraping and automation.

CURRENT VERSION (THUMBNAIL EXTRACTION)

Please refer to WebscrapingInstagram_completeUpdated_DEC2022.ipynb generated and tested on December 22th, 2022.
This file showcases the updated Selenium commands, which have changed from the moment of filming my YouTube tutorial and now.
FYI, in the new version of Selenium, commands of this syntax:

driver.find_elements_by_tag_name("input")

were replaced with commands of that syntax:

driver.find_elements(By.TAG_NAME, "input")

CURRENT VERSION (IMAGE EXTRACTION)

Please refer to ImageExtracting_Updated-DEC2022.ipynb generated and tested on December 22th, 2022.
This file includes new Selenium syntax, Fixes to scrolling issues and a more efficient keyword search.

OLD VERSIONS

PLEASE NOTE: the notebooks below were not updated to the current Selenium syntax!!!

  • WebscrapingInstagram_completeNotebook: contained 90% automated code for extracting Instagram Thumbnails
    it was working great 2 years ago, now it must be adjusted to the new Selenium syntax.

  • WebscrapingInstagram_starterNotebook: contains the starter files for the Python Simplified tutorial on Youtube:
    https://youtu.be/iJGvYBH9mcY

  • ImageExtracting_bot: contains a 100% automated code for extracting Instagram Images
    as well as ERROR FIXES and WIDER FUNCTIONALITY
    must be adjusted to the new Selenium syntax.

  • Commenting_bot: contains a 100% automated code for commenting on all photos from a certain hashtag presented live with We Are Growth Hackers:
    https://youtu.be/XnEgVZsZgco

webscrapinginstagram's People

Contributors

mariyasha 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.