A bot to simulate Twitter from a Discord text channel.
- Use
t.toggle
to enable the bot in a given channel. - Use
t.invite
to get an invite link for the bot.
- Obtain a Discord bot token.
- Setup and host the Image Upload Script (see below).
- Clone the repository and rename
config.dist.json
toconfig.json
. - Add your token to
config.json
(twitter.token
). - Add the URL of your image host script to
config.json
- with the token in the GET parameter. (twitter.postURL
) - Add the directory where the tweet images are stored, with the trailing slash (/) (
twitter.postHostURL
). - Start the bot with
npm start
.
See /server.