Simple Twitter Discord Bot with all fundamentals for managing your twitter. Made with http://npmjs.com/twitter
If you do modify this code and release it as your own please give me credits.
nodeVersion 8.4.0 or highera machineto host it on. Want it to be online 24/7? Get a VPS. I suggest OVH.some knowledgeif you don't know the basics of javascript / discord.js this may confuse you.twitter applicationyou can register a twitter app @ http://apps.twitter.com/discord applicationyou can register a discord app @ https://discordapp.com/developers/applications/me
- In the folder from where you ran the git command, run
cd Twitterand then runnpm install - Rename
config.json.exampletoconfig.json - Edit
config.jsonand enter your token and other details as indicated. It should look like this afterwards:
{
"token" : "TOKEN HERE",
"prefix" : "t!",
"whitelist" : [
"123456789"
],
"twitter" : {
"consumer_key" : "13U869HNJ829462",
"consumer_secret" : "a1T389I3N1G1331",
"access_token_key" : "936916831863198jIFWGTWTWF",
"access_token_secret" : "4298GJM2I9488Y9"
}
}