instascrape
Lightweight Python 3 web scraper for data mining Instagram easily and efficiently!
Installation
Clone
- Clone to your local machine using
$ git clone https://github.com/chris-greening/instascrape.git
Setup
- Install required dependencies using
$ pip3 install -f requirements.txt
Features
- Post
Instantly scrape dozens of data points from a single Instagram post
from instascrape.post import Post
url = 'https://www.instagram.com/p/CFcSLyBgseW/'
post = Post(url)
post.load()
print(post.likes)
print(post.upload_date)
Support
Reach out to me if you have questions or ideas!
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
insta-scrape-0.0.4.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file insta-scrape-0.0.4.tar.gz.
File metadata
- Download URL: insta-scrape-0.0.4.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
253fcbfce193dd572a2645fc28d8a97c2cf1f931552d434e5b91ebe7b8fb9bfa
|
|
| MD5 |
16adf1ac1ce9a4dc7d099ac16218e405
|
|
| BLAKE2b-256 |
0395bc8e727e36835bd28a03d3dc98364e6c0c52bce2f758b5c12e4807761c0c
|
File details
Details for the file insta_scrape-0.0.4-py3-none-any.whl.
File metadata
- Download URL: insta_scrape-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35ff895159ce108cfc115221140f83733906926e0451719f658893e70b32bcc1
|
|
| MD5 |
705cc40dc77ecfd1891bd6005e9f86b0
|
|
| BLAKE2b-256 |
963c1ffd6a6b3d9ac31a9367ce56a53186017682b6b845c7c439eea7c08b9ce0
|