All Projects → VoodaGod → InstagramLocationScraper

VoodaGod / InstagramLocationScraper

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to InstagramLocationScraper

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 (+338.46%)
Mutual labels:  instagram, scraper, selenium, instagram-scraper
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (+461.54%)
Mutual labels:  instagram, scraper, selenium, instagram-scraper
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (+284.62%)
Mutual labels:  instagram, scraper, selenium, instagram-scraper
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (+2800%)
Mutual labels:  instagram, scraper, 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 (+630.77%)
Mutual labels:  instagram, selenium, instagram-scraper
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+43469.23%)
Mutual labels:  instagram, scraper, instagram-scraper
instagram-get-images
Instagram get images 🌄 (hashtags, account, locations) with puppeteer
Stars: ✭ 69 (+430.77%)
Mutual labels:  instagram, scraper, instagram-scraper
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+5276.92%)
Mutual labels:  instagram, selenium, instagram-scraper
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+507.69%)
Mutual labels:  instagram, scraper, selenium
Instagram-to-discord
Monitor instagram user account and automatically post new images to discord channel via a webhook. Working 2022!
Stars: ✭ 113 (+769.23%)
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 (+553.85%)
Mutual labels:  instagram, scraper, selenium
Instagram Crawler
Get Instagram posts/profile/hashtag data without using Instagram API
Stars: ✭ 643 (+4846.15%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Crawler
Crawl instagram photos, posts and videos for download.
Stars: ✭ 178 (+1269.23%)
Mutual labels:  instagram, scraper, instagram-scraper
Instagram Scraper
scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot
Stars: ✭ 2,209 (+16892.31%)
Mutual labels:  instagram, scraper, scrape
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+1784.62%)
Mutual labels:  instagram, scraper, instagram-scraper
TinderBotz
Automated Tinder bot and scraper using selenium in python.
Stars: ✭ 265 (+1938.46%)
Mutual labels:  scraper, selenium
GChan
Scrape boards and threads from 4chan (8kun WIP). Downloads images, videos and HTML if desired.
Stars: ✭ 31 (+138.46%)
Mutual labels:  scraper, scrape
insta
Instagram power tool
Stars: ✭ 56 (+330.77%)
Mutual labels:  instagram, instagram-scraper
InstaPy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 14,719 (+113123.08%)
Mutual labels:  instagram, selenium
diffbot-php-client
[Deprecated - Maintenance mode - use APIs directly please!] The official Diffbot client library
Stars: ✭ 53 (+307.69%)
Mutual labels:  scraper, scrape

Instagram Location Crawler

A non API python program to scrape number of posts at a location, as well as locations in a city from Instagram
I am coding this for use in my Seminar "Computational Social Sciences" to acquire data for my group

Full usage:

usage: LocationCrawler.py [-h] [-l LOCATION] [-c CITY] [-fromFile FILE TYPE]
                          [-fromDir DIR SUFFIX] [-d DATE] [-t TIMEWINDOW]
                          [-dir DIRPREFIX] [-threads THREADCOUNT]
                          [-max MAXPOSTS] [-drv DRIVERPATH]
                          [-drvProfile DRIVERPROFILEPREFIX]

Instagram Location Scraper

optional arguments:
  -h, --help            show this help message and exit
  -l LOCATION, --location LOCATION
                        Location Number to scrape, eg. -l 214335386/ for
                        Englischer Garten
  -c CITY, --city CITY  City to scrape location links from, eg. -c c579270/
                        for Munich
  -fromFile FILE TYPE   File containing a list of locations/cities to scrape,
                        specify with c or l, eg. -fromFile cities.txt c
  -fromDir DIR SUFFIX   Directory containing files with lists of locations to
                        scrape with suffix to specify which files to scrape,
                        eg. -fromDir ./data/Locations _Locations.txt
  -d DATE, --date DATE  Date up till which to scrape, eg. -d
                        2017-06-01T10:00:00 ; default: now
  -t TIMEWINDOW, --timeWindow TIMEWINDOW
                        Timeframe to check number of posts in hours, eg. -t
                        1.0 ; default: 1.0
  -dir DIRPREFIX, --dirPrefix DIRPREFIX
                        directory to save results to, eg. -dir ./data/ ;
                        default: ./data/
  -threads THREADCOUNT, --threadCount THREADCOUNT
                        how many threads (each one instance of chromedriver)
                        to use, eg. -threads 4 ; default: 1
  -max MAXPOSTS, --maxPosts MAXPOSTS
                        maximum number of posts to scrape, mainly due to
                        performance reasons, eg. -max 1500 ; default: -1
                        (unlimited)
  -drv DRIVERPATH, --driverPath DRIVERPATH
                        path to chromedriver, eg. -drv ./chromedriver.exe ;
                        default: ./chromedriver.exe
  -drvProfile DRIVERPROFILEPREFIX, --driverProfilePrefix DRIVERPROFILEPREFIX
                        prefix for scraper chrome profiles, eg -drvProfile
                        ./Scraper ; default: ./Scraper

Installation

download chromedriver here: https://sites.google.com/a/chromium.org/chromedriver/ either place chromedriver.exe in same directory as LocationCrawler.py, edit CHROMEDRIVER_PATH in LocationCrawler.py, or pass it as an argument with -drv (eg: "-drv ./chromedriver.exe")

then install the requirements (you need to have a python 3 distribution installed):

$ pip install -r requirements.txt
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].