freedoge
freedoge copied to clipboard
Free doge. 'Nuff said.
FreeDoge - the open source Django Dogecoin faucet
Please feel free to let me know what you think! (Or if you find bugs!)
DISCLAIMER: Wrote most of this while inebriated so there's a lot of fixing/cleaning up to do.
Wanna send some DOGE my way? :) DKx9wmgB1DwdT5hLnPiKbpzLgFTtDcDZGS
Setting up your own faucet
-
Install dependencies. Get the Heroku toolbelt and install virtualenvwrapper:
pip install virtualenvwrapper
-
Create a virtual environment:
mkvirtualenv freedoge
-
Clone the code:
mkdir ~/freedoge && cd ~/freedoge && git clone https://github.com/craigatron/freedoge.git .
-
Create a Heroku app and deploy:
heroku create git push heroku master
-
Set each of the environment variables in config.example
heroku config:set DOGEUSER=username
-
Sync the remote database:
heroku run python manage.py syncdb
Feel free to get in touch with me if you have any issues!