Aida-Enna / Twitter2D

🐦 Stream tweets to a webhook url (generally Discord) with lots of customizable options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter2D (Twitter to Discord)

This program listens to Twitter stream and forwards tweets to a webhook url, typically using a discord embed. Discord webhooks are natively supported.

See config_example.json file for configuration.

It also uses Imgur to support GIF tweets and FFmpeg to support MP4 tweets.

You can get a free Imgur API key here and then just make sure the ffmpeg binaries are accessible from the command prompt/bash and/or in the same place as the compiled DLL.

Current optional parameters:

  • Changing the display name for the webhook user
  • Sending a custom text message above the embed
  • Ignoring tweets that don't have a specified keyword in them
  • Sending error messages to a webhook

Original TwitterToWebhook example by xPaw

About

🐦 Stream tweets to a webhook url (generally Discord) with lots of customizable options

License:MIT License


Languages

Language:C# 100.0%