Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```