mention @trb-faucet on twitter with a network & address, then receive test TRB tokens
- install python >= 3.7
- create a virtualenv
python3 -m venv env
- activate the virtualenv
source env/bin/activate
- install dependencies
pip install -r requirements.txt
- create a twitter app and get the keys
- copy and rename
.env.example
to.env
and fill in the keys
python faucet/main.py