A basic PHP-powered @yourownbot clone.
It's quite easy:
- Make a Twitter account for your bot.
- Go to developer.twitter.com/en/apps using that account.
- Create a new app.
- Set the permissions to Read and Write.
- Get your keys, and put them in
.env
. - Set up a cron job that will run
tweeter.php
. - Profit?
This project is licensed under the MIT License.
twitteroauth is licensed under the MIT License.
phpdotenv is licensed under the BSD 3-Clause License.