Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpltnt/tardygram
a simple instagram scraper script
https://github.com/tpltnt/tardygram
image instagram python3 scraper
Last synced: about 2 months ago
JSON representation
a simple instagram scraper script
- Host: GitHub
- URL: https://github.com/tpltnt/tardygram
- Owner: tpltnt
- License: gpl-3.0
- Created: 2017-05-20T16:33:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T16:05:52.000Z (over 3 years ago)
- Last Synced: 2023-03-12T09:48:22.935Z (almost 2 years ago)
- Topics: image, instagram, python3, scraper
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tardygram
A simple instagram scraper script to get the image associated with an URL.# clone the repo
```
$ git clone https://github.com/tpltnt/tardygram
```# seeting up a virtualenv
Set up a virtual environment
```
$ virtualenv --python=python3 venv
```Activate and upgrade it
```
$ . venv/bin/activate
$ pip install --upgrade pip setuptools
```Install the requirements
```
$ pip install -r requirements.txt
```# using it
Run the script via:
```
$ ./tardygram.py URL
```