My Free Activities in May 2016

Follow me also on Diaspora* or Twitter  Trying to catch up with my blog posts about My Free Activities. This blog post will tell you about my free activities from January to May 2016. 1. Personal projects db2twitter 0.6 released (Github stars appreciated ) – sending tweets with image feed2tweet 0.4 released (Github stars appreciated)… Continuer de lire My Free Activities in May 2016

Tweet your database with db2twitter

Follow me also on Diaspora* or Twitter  You have a database (MySQL, PostgreSQL, see supported database types), a tweet pattern and wants to automatically tweet on a regular basis? No need for RSS, fancy tricks, 3rd party website to translate RSS to Twitter or whatever. Just use db2twitter. A quick example of a tweet generated… Continuer de lire Tweet your database with db2twitter

Extend your Twitter network with Retweet

Retweet is self-hosted app coded in Python 3 allowing to retweet all the statuses from a given Twitter account to another one. Lots of filters can be used to retweet only tweets matching given criterias. Retweet on Github (stars appreciated if you like it/use it 🙂 ) Retweet official documentation Retweet 0.8 is available on… Continuer de lire Extend your Twitter network with Retweet

Feed2tweet 0.2: power of the command line sending your Feed RSS to Twitter

Feed2tweet is a self-hosted Python app to send you RSS feed to Twitter. A long descriptions about why and how to use it is available in my last post about it. Feed2tweet on Github (stars appreciated 🙂 ) The official documentation of Feed2tweet on Readthedocs. Feed2tweet is in production for Le Journal du hacker, a… Continuer de lire Feed2tweet 0.2: power of the command line sending your Feed RSS to Twitter

My Free Activities in December 2015

I was quite busy in December 2015, especially with my new Python projects related to automatize Twitter actions. Have a look at my Github home for more information ! 1. Personal projects db2twitter 0.5 released (Github stars appreciated 🙂 )- new option to circle through a ring of the last N tweets in order to… Continuer de lire My Free Activities in December 2015

To be alerted if no more tweet is sent from your Twitter account: Twitterwatch

This version 0.1 of Twitterwatch is dedicated to Ian Murdock, Debian project Founder. If you use an automated system like Feed2tweet in order to feed your Twitter account from your website of any RSS feed, it is of the utmost important to know when this system is broken, because you are losing traffic because of… Continuer de lire To be alerted if no more tweet is sent from your Twitter account: Twitterwatch

Parse your rss feed and post to Twitter with feed2tweet

What’s more important today for a website than relaying your new blog posts to the social networks, especially Twitter ? Lots of unmaintained or unreliable third-parties web services offer this feature. I tried and was really disappointed using them. Feed2tweet, forked from rss2twitter, now offer a self-hosted, documented, easy-to-read Python application to automatically transfer the… Continuer de lire Parse your rss feed and post to Twitter with feed2tweet

My Free activities in November 2015

Personal projects: db2twitter 0.3 released – build and send tweets with values from a database – now fully featured and in production on linuxjobs.fr – official documentation retweet 0.6 released  – new parameter only_if_hashtags to only retweet if a given hashtag is in the tweet text – official documentation FOSS first-time contributors – I created dedicated… Continuer de lire My Free activities in November 2015

db2twitter: Twitter out of the browser

You have a database, a tweet pattern and wants to automatically tweet on a regular basis? No need for RSS, fancy tricks, 3rd party website to translate RSS to Twitter or whatever. Just use db2twitter. db2twitter on Github (star it on Github if you like it 🙂 ) Official documentation of db2twitter on readthedocs db2twitter… Continuer de lire db2twitter: Twitter out of the browser

Retweet 0.5 : only retweet some tweets

Retweet 0.5 is now available ! The main new feature is: Retweet now lets you define a list of hashtags that, if they appear in the text of the tweet, this tweet is not retweeted. You only need this line in your retweet.ini configuration file: do_not_retweet_hashes=dnr,donotretweet,noretweet, Have a look at the official documentation to read… Continuer de lire Retweet 0.5 : only retweet some tweets