likewhoa / discord-twitter-bot

Posts Twitter tweets to Discord through Webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-twitter-bot

Post tweets to Discord Webhook of certain twitter users.
Got questions? Join the bot's discord server!

Preview

Setup

  • The bot is written in Python3 and requires tweepy.
  • Create a data.json file by executing setupBot.py.
  • There it will ask for Twitter API keys&secret as well as access token&secret. You can get it here.
  • You need a Discord Webhook URL. See this intro for a detailed explanation.
  • Lastly it will ask for Twitter IDs or a Twitter List URL depending on the setupBot.py file you chose.
  • Finally you can just start main.py and it will start posting in your Discord channel when there are new tweets.

Credits

Derpolino for providing the discord-webhook-python code. Rokxx for providing the dota 2 twitter list

About

Posts Twitter tweets to Discord through Webhook


Languages

Language:Python 98.2%Language:Shell 1.8%