Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 364 Bytes

retweet-bot

Bot to retweet tweets with a specific hashtag. Use a cronjob to call bot.php to search for tweets with the specific hashtag and retweet them.

Licensed under MIT License.

This php script use 'PHP Simple HTML DOM Parser' to parse the HTML. http://simplehtmldom.sourceforge.net I would love to require this thru Packagist, but it is not included.