GUI to track shipments from Hack Club
- Pulls directly from Hack Club's API2: Electric Boogaloo to get your packages
- Shows you every single thing you will need to know about a requested package
- Contents
- Date ordered
- Date shipped
- Shipping status
- Tracking number
- You name it
- Has dark mode
- Order packages and other cool stuff directly from post_boy!
Dependencies:
- Install Heroku: Heroku CLI
- Clone repo:
git clone https://github.com/hackclub/Post_Boy.git - Enter repo:
cd Post_Boy - Set up virtual environment:
python3 -m venv venv - Activate venv:
source venv/bin/activate - Install requirements:
pip install -r requirements.txt - Create an export file with needed credentials:
export.sh
export CLIENT_ID="1234.1234"
export CLIENT_SECRET=abcd
export AUTH_TOKEN=xoxp-1234
export AIRTABLE_KEY=keyABCD
- Export variables:
source export.sh - Run heroku environment:
heroku local