Circular.io - FOSS alternative to Buffer and HypeFury for Twitter
-
Edit: I wrote all this and then saw it hasn't been updated on GitHub for years, so it's just a post in case anyone finds a better alternative now
"Circular implements Buffer's great original MVP: the ability to stock up tweets, choose a schedule, and have them shared automatically through the day."
Simple but mighty handy if you wanna schedule tweets:
"Circular is built as a Backbone.js application that communicates with a MongoDB datastore through a REST API written in PHP.
The server part, based on the Silex PHP micro-framework and the Mongovel wrapper to MongoDB, is intended to be the dumbest possible, i.e. we tried to put most "intelligence" in the Backbone app, not in the API. (For example, the API only takes UNIX timestamps and posts' content, while the Backbone app computes the scheduled timestamps).
A daemon based on PHP-Daemon then runs in the background and is responsible for sending your posts to Twitter when they're due."
-
@marcusquinn one of the reasons I don't mind using and paying for Buffer is because of their really great transparency:
https://buffer.com/transparency
@staff I'd really love to see Cloudron doing similar stuff!
-
Maybe useful: https://www.postybirb.com/
-
And TBH, my last round of research yielded the best of the bunch as the Wordpress plugin Blog2Social:
-
@marcusquinn blog2social looks great.
I'd quite like to play with Known too, to feed my (not self-hosted) mastodon and twitter from a single self-hosted source.