Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ondrejsika/bitmondo

Show Bitcoin transactions at Mondo feed (Mondo Hackathon III, London)
https://github.com/ondrejsika/bitmondo

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# BitMondo

Show your Bitcoin transactions at the Mondo feed

- author: Ondrej Sika

## Installation

Setup base project

git clone [email protected]: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 :(

____

## Screenshot

![](BitMondo_01.png)
![](BitMondo_02.png)