A mock Twitter embed generator bot for Discord, written in Go.
- Install Go
- Install discordgo with
go get github.com/bwmarrin/discordgo@HEAD
- Build the bot with
go build
- Set the
$TOKEN_TWEETER
environment variable with your tokenexport TOKEN_TWEETER=token
- Start the bot and pass your token to it
./tweeter
- User information added into tweet embed (with support for nicknames)
- You can select other users
- Slash commands
- Randomized likes and retweets
- Accurate recreation of Discord embed
- Written in Go, I guess
tweeter -r
- Register global slash commands (may take one hour to propagate)
tweeter -u
- Unregister any previously registered commands
There are two available commands:
/tweet <message>
This generates a tweet with the provided text.
/about
About dialog.
Report any bugs or other odd behaviors to the Issues page and I'll try to get it all patched up. Thanks for taking a look!