Skip to content

Simple Twitter Discord Bot with all fundamentals.

License

Notifications You must be signed in to change notification settings

IeuanGol/Twitter

Repository files navigation

Twitter

Simple Twitter Discord Bot with all fundamentals for managing your twitter. Made with http://npmjs.com/twitter

Credits

If you do modify this code and release it as your own please give me credits.

Requirements

When Ready:

  • In the folder from where you ran the git command, run cd Twitter and then run npm install
  • Rename config.json.example to config.json
  • Edit config.json and 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"	
	}
}

About

Simple Twitter Discord Bot with all fundamentals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published