Skip to content

hackclub/Post_Boy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

post_boy

GUI to track shipments from Hack Club

Features

  • 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!

Setting up a development environment

Dependencies:

  1. Clone repo: git clone https://github.com/hackclub/Post_Boy.git
  2. Enter repo: cd Post_Boy
  3. Set up virtual environment: python3 -m venv venv
  4. Activate venv: source venv/bin/activate
  5. Install requirements: pip install -r requirements.txt
  6. 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
  1. Export variables: source export.sh
  2. Run heroku environment: heroku local

About

GUI to track shipments from Hack Club

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.9%
  • JavaScript 24.6%
  • Python 17.1%
  • CSS 14.4%