Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/grimneko/retweetbot
Browse files Browse the repository at this point in the history
merging the readme in
  • Loading branch information
Philipp Beckers committed Nov 6, 2015
2 parents 530f6c1 + c0cecac commit 98bf217
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
# retweetbot

This project is to let me automatically check if a friend of mine has posted new comic strips and if so if I
have not yet retweeted them, do so.

If you want to use it, you need to create your own twitterauth.inc from the included example and for the moment
add a little fix that was suggested by BugHunter2k in https://github.com/J7mbo/twitter-api-php/issues/150 and not yet included in the
twitter-api-php class by J7mbo. This is needed to reuse the class object instead of creating a seperate on for
posting.

It's a quick hack to work together with a cronjob that calls it on a regular basis. The cronjob looks like this

*/30 * * * * php /home/retweetbot/retweetbot.php 2>&1 > /dev/null

0 comments on commit 98bf217

Please sign in to comment.