Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
/ bitmondo Public archive

Show Bitcoin transactions at Mondo feed (Mondo Hackathon III, London)

Notifications You must be signed in to change notification settings

ondrejsika/bitmondo

Repository files navigation

BitMondo

Show your Bitcoin transactions at the Mondo feed

Installation

Setup base project

git clone git@github.com:ondrejsika/bitmondo.git
cd bitmondo
virtualenv .env
source .env/bin/activate
pip install -e .
./manage.py migrate

Run in gunicorn

gunicorn wsgi -b 0.0.0.0:9999

Setup cron job

# add to your crontab
* * * * * cd /home/projects/bitmondo && .env/bin/python manage.py mondo_cron

Live version

It works only with my account :(

http://bitmondo.sikaapp.cz

Screenshot

About

Show Bitcoin transactions at Mondo feed (Mondo Hackathon III, London)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published