Skip to content

A fork of discord-twitter-bot: A discord bot that sends messages to a channel whenever a specific user tweets.

License

Notifications You must be signed in to change notification settings

geenva/discord-twitter-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package assumes that you already have a Discord bot ready.

THIS IS A FORK OF Jyrone Parker's original package.

Original description:

Patreon donate button npm Discord CodeLife

Discord Twitter Bot

A discord bot that sends messages to a channel whenever a specific user tweets using the Twitter Streaming API. Uses the Twit and Discord.js NPM packages

Table Of Contents

Support

Join my Masta Coders Discord server and come join a community of coders, investors and thinkers come join! CodeLife Join button

You can also support me via Patreon! Every donation helps us afford more time to create projects and classes for underserved youth!

Installation

Use the package manager npm to install the dependencies. Then copy the example .env file and fill in with appropriate values.

 git clone https://github.com/mastashake08/discord-twitter-bot.git
 npm install
 cp .env.example .env
 #set values for TWITTER and DISCORD APIs in .env


Usage

node main.js

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

About

A fork of discord-twitter-bot: A discord bot that sends messages to a channel whenever a specific user tweets.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 88.3%
  • Shell 11.7%