Rigs monitoring: a self-hosted monitoring dashboard for your mining rigs (Bitcoin mining) written in Python

I just released Rigs monitoring, an open source self-hosted monitoring dashboard for your mining rigs (Bitcoin mining), written in Python and CoffeeScript (with ...

Using Yeoman with a Custom Development Server

Yeoman is a collection of tools introducing a modern workflow for building web applications (scaffolding, package management, and build tools).

It's bundled ...

Backing up your tweets to Camlistore with Python and Camlipy

If like me, you want to backup everything you ever published, it makes sense to backup your tweets. Camlistore, also known as personal ...

Camlipy: Unofficial Python client for Camlistore

I just released Camlipy, an unofficial Python client for Camlistore.

Bakthat 0.5.0 released with OpenStack Swift support and BakManager integration

I'm proud to announce the release of bakthat 0.5.0, now with OpenStack Swift support as backend (in additition of AWS ...

How to convert seconds to human readable interval back and forth with Python

I needed a way to convert seconds to a human readable interval/format like 1w instead of 604800, or 3D18h3m54s instead of 324234 ...

Backing up MongoDB to Amazon Glacier/S3 with Python using sh and bakthat

I made a simple Python script using bakthat, a backup framework I created, and sh, a Python subprocess interface, that makes backing up ...

Bakthat 0.4.5 released, introducing a new helper: KeyValue

Sometimes, you need to be able to quickly backup/restore data without storing them as files, like a complex configuration object or simply ...

Using Twitter REST API v1.1 with Python

A quick guide on how to retrieve your Twitter data with Python (from scripts/command line, without setting up a web server) and ...

Dynamically Load Python Modules or Classes

Or how to instantiate a Python class from a string using importlib.

There is an official Python module, importlib, that allows you to ...

© Thomas Sileo. Powered by Pelican and hosted by DigitalOcean.