-
Clone the repo -
git clone git@github.com:ninjakx/Insta-card-generator.git
and cd into theInstacard
directory. -
Create a virtual environment with Python 3 and install dependencies:
$ virtualenv insta --python=/path/to/python3
$ source insta/bin/activate
$ pip install -r requirements.txt
- Run instagram_card.py
python instagram card.py
In instagram_card.py file,do
from get_data import *
from getdata import *