freedoge icon indicating copy to clipboard operation
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

  1. Install dependencies. Get the Heroku toolbelt and install virtualenvwrapper:
    pip install virtualenvwrapper

  2. Create a virtual environment:
    mkvirtualenv freedoge

  3. Clone the code:
    mkdir ~/freedoge && cd ~/freedoge && git clone https://github.com/craigatron/freedoge.git .

  4. Create a Heroku app and deploy:

     heroku create    
     git push heroku master
    
  5. Set each of the environment variables in config.example
    heroku config:set DOGEUSER=username

  6. Sync the remote database:
    heroku run python manage.py syncdb

Feel free to get in touch with me if you have any issues!