Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages