estherjk / reading-quantified-py

Python code for analyzing my reading habits

Home Page:http://esthermakes.tech/reading-quantified

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reading-quantified-py

Python code for analyzing my reading habits. See reading-quantified for the web app code.

Setting up the project

This project uses Python 3, which comes with a built-in module (venv) to create virtual environments.

Create the virtual environment:

python3 -m venv .venv

Install the required packages:

.venv/bin/pip install -r requirements.txt

Creating config.py

Create config.py with the following variables:

TRELLO_API_KEY = ''
PARSE_APP_ID = ''
PARSE_API_KEY = ''
PARSE_USERNAME = ''
PARSE_PASSWORD = ''

Usage

.venv/bin/python books.py

About

Python code for analyzing my reading habits

http://esthermakes.tech/reading-quantified

License:MIT License


Languages

Language:Python 100.0%