db2twitter 0.2 released

db2twitter 0.2 was just released! If you missed my last post about it,  db2twitter automatically extracts fields from your database, use them to feed a template of tweet and send the tweet. db2twitter is developed by and run for LinuxJobs.fr, the job board of th french-speaking Free Software and Opensource community. Github of db2twitter (star… Continuer de lire db2twitter 0.2 released

My Free activities in October 2015

Personal projects: db2twitter 0.1 released – build and send tweets with values from a database – first public release – official documentation retweet 0.4 released  – store already retweeted tweets ids in a sqlite3 database – official documentation Debian : Update as NMU python-tweepy to last upstream version as a dedicated branch on the python-retweet… Continuer de lire My Free activities in October 2015

db2twitter: get data in database, build and send tweets

db2twitter automatically extracts fields from your database, use them to feed a template of tweet and send the tweet. db2twitter is developed by and run for LinuxJobs.fr, the job board of th french-speaking Free Software and Opensource community. Github of db2twitter (star it if you like 😉 Official documentation on readthedocs Imagine you want to… Continuer de lire db2twitter: get data in database, build and send tweets

Retweet 0.3: retweet given tweet popularity

Follow me on Identi.ca  or Twitter  or Diaspora* Don’t know Retweet? My last post about it introduced this small Twitter bot whichs aims to retweet every tweets from a Twitter account to another one. Retweet Retweet 0.3 on Github The Retweet project on Github The official documentation of the Retweet project The new features of this release:… Continuer de lire Retweet 0.3: retweet given tweet popularity

Retweet 0.2 : bump to Python 3

Follow me on Identi.ca  or Twitter  or Diaspora* Don’t know Retweet? My last post about it introduced this small Twitter bot whichs just retweets (for now) every tweets from a Twitter account to another one. Retweet Retweet 0.2 on Github The Retweet project on Github The official documentation of the Retweet project Retweet was created in order… Continuer de lire Retweet 0.2 : bump to Python 3

Retweet, a simple bot to retweet tweets from a user

Follow me on Identi.ca  or Twitter  or Diaspora* For a small project related to the french-speaking Hacker News-style website le Journal du hacker, I needed to retweet every tweets from a Twitter account to another one. So here it is : Retweet The Retweet project on Github The official documentation of the Retweet project I wanted to… Continuer de lire Retweet, a simple bot to retweet tweets from a user

My Free activities in July 2015

Follow me on Identi.ca  or Twitter  or Diaspora* Here are the details of my Free activities in July 2015. Carl Chenet’s projects: Retweet – version 0.1 – Github home page a small project of Twitter bot for le Journal du hacker – small and efficient. Github star it if you like it 😉 Le Journal du hacker… Continuer de lire My Free activities in July 2015

Backup Checker, the ServerSpec for your backups

Follow me on Identi.ca  or Twitter  or Diaspora* Sysadmins usually know ServerSpec, a tool allowing to check if your servers are correctly configured. The use of automated deployment tools makes deployments easier and easier, but lot of unexpected situations can come up using this tool, especially when more and more servers are implied. ServerSpec allows to verify… Continuer de lire Backup Checker, the ServerSpec for your backups

Verify the backups of backup-manager

Follow me on Identi.ca  or Twitter  or Diaspora* Backup-manager is a tool creating backups and storing them locally. It’s really usefult to keep a regular backup of a quickly-changing trees of files (like a development environment) or for traditional backups if you have a NFS mount on your server. Backup-managers is also able to send backup itself… Continuer de lire Verify the backups of backup-manager

Unverified backups are useless. Automatize the controls!

Follow me on Identi.ca  or Twitter  or Diaspora* Unverified backups are useless, every sysadmins know that. But manually verifying a backup means wasting time and resources. Moreover it’s boring. You should automatize it! Backup Checker is a command line software developed in Python 3.4 on GitHub (stars appreciated 🙂 ) allowing users to verify the integrity of… Continuer de lire Unverified backups are useless. Automatize the controls!