All Projects → AgiMaulana → Instagram-Comments-Scraper

AgiMaulana / Instagram-Comments-Scraper

Licence: MIT license
Instagram comment scraper using python and selenium. Save the comments into excel.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Instagram-Comments-Scraper

Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (-31.51%)
Mutual labels:  instagram, scraper, selenium, instagram-scraper
InstagramLocationScraper
No description or website provided.
Stars: ✭ 13 (-82.19%)
Mutual labels:  instagram, scraper, selenium, instagram-scraper
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (-21.92%)
Mutual labels:  instagram, scraper, selenium, instagram-scraper
instagram-get-images
Instagram get images 🌄 (hashtags, account, locations) with puppeteer
Stars: ✭ 69 (-5.48%)
Mutual labels:  instagram, scraper, instagram-scraper
Instamancer
Scrape Instagram's API with Puppeteer
Stars: ✭ 273 (+273.97%)
Mutual labels:  instagram, data-mining, instagram-scraper
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (+416.44%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Crawler
Get Instagram posts/profile/hashtag data without using Instagram API
Stars: ✭ 643 (+780.82%)
Mutual labels:  instagram, scraper, instagram-scraper
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+857.53%)
Mutual labels:  instagram, selenium, instagram-scraper
Instagram-to-discord
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
Stars: ✭ 113 (+54.79%)
Mutual labels:  instagram, scraper, instagram-scraper
Instaloctrack
An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
Stars: ✭ 85 (+16.44%)
Mutual labels:  instagram, scraper, selenium
Instagram Crawler
Crawl instagram photos, posts and videos for download.
Stars: ✭ 178 (+143.84%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+235.62%)
Mutual labels:  instagram, scraper, instagram-scraper
Tianyancha
pip安装的天眼查爬虫API,指定的单个/多个企业工商信息一键保存为Excel/JSON格式。A Battery-included Scraper API of Tianyancha, the best Chinese business data and investigation platform.
Stars: ✭ 206 (+182.19%)
Mutual labels:  scraper, selenium, pandas
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+7658.9%)
Mutual labels:  instagram, scraper, instagram-scraper
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+8.22%)
Mutual labels:  instagram, scraper, selenium
Instascrape
Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
Stars: ✭ 202 (+176.71%)
Mutual labels:  instagram, data-mining, instagram-scraper
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+30.14%)
Mutual labels:  instagram, selenium, instagram-scraper
instagram-hashtag-scraper
NodeJS application for scraping recent top posts from Instagram by hashtag without API access.
Stars: ✭ 17 (-76.71%)
Mutual labels:  instagram, scraper
ig-automatic-story-viewer
Python Program To Send Instagram Story Views
Stars: ✭ 17 (-76.71%)
Mutual labels:  instagram, selenium
instagram-profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
Stars: ✭ 964 (+1220.55%)
Mutual labels:  instagram, selenium

Instagram Comments Scraper

Installation

  1. Clone:

    git clone [email protected]:AgiMaulana/Instagram-Comments-Scraper.git

    or git clone https://github.com/AgiMaulana/Instagram-Comments-Scraper.git

    or download the zip

  2. Create Virtual Environment (Recommended)

    • pip install virtualenv
    • virtualenv .venv
  3. Activate the virtual environment

    • source .venv/bin/activate
  4. Install dependencies

    • pip install -r requirements.txt
  5. Install Chrome Web Driver

    • wget https://chromedriver.storage.googleapis.com/x.xx/chromedriver_linux64.zip
      See the latest Chrome web driver on https://sites.google.com/a/chromium.org/chromedriver/downloads

    • Extract and move the binary to bin: unzip chromedriver_linux64.zip -d .venv/bin/
    • Make it executable chmod +x .venv/bin/chromedriver
  6. Run

    • python scraper.py post-url total-load-more-click

    Change the URL with your post target.
    For example : python scraper.py https://www.instagram.com/p/CBHH2KjI6BW/ 5

  7. Deactivate the virtual environment

    • deactivate

License

This project is under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].