Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-tu/instadig
Visualizing instagram
https://github.com/i-tu/instadig
Last synced: 2 days ago
JSON representation
Visualizing instagram
- Host: GitHub
- URL: https://github.com/i-tu/instadig
- Owner: i-tu
- Created: 2014-02-23T13:28:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T09:41:11.000Z (almost 10 years ago)
- Last Synced: 2024-11-08T13:35:14.877Z (about 2 months ago)
- Language: Python
- Size: 190 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
InstaDig
=========Download Instagram images and metadata by hashtag.
To start:```
itu@home:~> python instadig.py justinbieber 0
downloaded 0/1500
found 25 new items
downloading xcKsJ2Avv5
downloading xaRn8Vgvvb
...
```To continue where you left off:
`python instadig.py justinbieber xaRn8Vgvvb`After downloading a huge amount of images, the amount of files causes `mv` and other utils problems.
`splitter.sh`divides the files in folders of 1000 each.