Skip to content

Invite only website to bet token with no value on frc matches

Notifications You must be signed in to change notification settings

InnocuousAchilles/TheGreenAlliance

Repository files navigation

The Green Alliance

An invite only website to bet* on frc matches.

* with virtual tokens that have no real world value other than bragging rights.

1. Setup

1.1 Ubuntu 17.04 requirements

$ sudo apt install virtualenv python3.6

1.2 Setting up virtualenv

$ virtualenv -p python3.6 .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

1.3 Environmental Variables

$ export dba=mysql+pymysql://tga:tga@localhost/tga?charset=utf8mb4  # Database address
$ export tba=JCharante:github.com/jcharante/achilles:1.0  # Your The Blue Alliance Agent String for the v2 api

About

Invite only website to bet token with no value on frc matches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages