Skip to content
unmoogical edited this page Dec 25, 2020 · 2 revisions

Overview

Ever want to have a Discord bot post new tweets from a user without figuring out webhooks? Use ^autotweet!

Setup and Usage

  • Adding a feed: To add an account to a channel, use ^autotweet add <username> <channel>, where the username parameter is the account's @handle (ex: use PuzzDragNA for @PuzzDragNA), and the channel parameter is the channel you would like the feed to be added to. To remove a feed, use ^autotweet del <username> <channel>. It is recommended to use ^autotweet restart when you are done making changes.

  • Enabling Reply/Retweet Posts: The bot will only focus upon original posts by the user, but you can have the bot post replies and retweets too through the ^autotweet replies and ^autotweet retweets subcommands respectively.

  • Embed Style: Autotweet uses a different embed to show Twitter post previews. You can enable or disable this for a channel through ^autotweet embeds <channel>. Having custom embeds disabled will display the embed for the Twitter link as if you had posted it into Discord normally yourself. If custom embeds are enabled, the bot posts will look slightly different.

  • To see all the Twitter accounts you've set up in your server's channels, use ^autotweet list.

Clone this wiki locally