Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ondrejsika/bitmondo
- Owner: ondrejsika
- Archived: true
- Created: 2016-01-23T16:02:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T12:57:09.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T20:33:43.332Z (4 months ago)
- Language: Python
- Homepage: http://bitmondo.sikaapp.cz
- Size: 1.63 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - bitmondo - Show Bitcoin transactions at Mondo feed (Integrations)
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 migrateRun 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)