https://github.com/eruvanos/instacard
Send instagram post as a postcard
https://github.com/eruvanos/instacard
Last synced: 9 months ago
JSON representation
Send instagram post as a postcard
- Host: GitHub
- URL: https://github.com/eruvanos/instacard
- Owner: eruvanos
- Created: 2018-05-05T21:58:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T09:21:50.000Z (over 2 years ago)
- Last Synced: 2023-05-07T10:24:19.082Z (over 2 years ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instacard
Send instagram post as a postcard
# Setup
Download project
```
git clone https://github.com/eruvanos/instacard.git
cd instacard
```
Create settings.py and add your credentials etc.
```python3
from instacard.model import Address
# Lob.com
LOB_API_KEY = ''
# For Google Static Maps
GOOGLE_API_KEY = ''
default_address = Address(
name='',
streetno='',
city='',
zip='',
state='',
country=''
)
# Instagram
USERNAME =
PASSWORD =
#DB
DB_URL = './db.json'
```
Install requirements
```
pip3 install -r requirements.txt
```
Start server
```
python3 -m instacard
```
Open your browser on `localhost:5000/