Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Releases: loveOSS/tweethub

1.0 the very first and last release

09 Apr 17:22
7b4c4ea
Compare
Choose a tag to compare

CHANGELOG

Updated to Symfony 3.4 LTS

v1 (beta)

19 Apr 20:19
Compare
Choose a tag to compare
v1 (beta) Pre-release
Pre-release

TweetHub, the Twitter release notifier

Why yet another Twitter bot?

I have only one need and didn't want to maintain too much code, and didn't want to
depend on another Twitter bot I can't customize. So I did my own in 1 hour and I was
pretty happy with so I release it for free :)

Features?

Only 1: configure a webhook in GitHub for your repository. Everytime you'll publish a new release a Tweet
will be sent by the account of your choice: amazing, right?

More you can customize the tweet to be sent thanks to the MicroEngine embed with this app'

Show me the code!

In fact you don't have to write code, you only need to create an app on Twitter to get
credentials needed by TweetHub (https://apps.twitter.com/).

Then you create a .env file from the distributed one and you complete it.

# .env

TW_CONSUMER_KEY=XXXXXX
TW_CONSUMER_SECRET=XXXXXX
TW_ACCESS_TOK=XXXXXX
TW_ACCESS_SECRET=XXXXXX
TW_MSG="A new release of TwitterHub is up => checkout! @htmlUrl"

Wait! What the f*** with @ expressions?

Well, you can access every getter from Release entity in your tweet :) This will help you to provide the url of changelog for instance!

I want to contribute!

No thanks, I don't have too much time to spend on my "baby" projects. If you like and use it, you can "star" the project,
this is free and can make me smile, so what are you waiting for?

@+!

Troll edition to test the bot

19 Apr 20:02
Compare
Choose a tag to compare
Pre-release

Hello world!

v0.1.1

18 Apr 19:07
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

The first build is now fixed with the right use statment

v0.1

18 Apr 19:01
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

This is the very first release of this bot