A standalone, 0.8.0-compatible version of the Twitter graphic from toth4-overlay, which was made for Tip of the Hats 2015.
This is a NodeCG bundle. It cannot be run on its own, it has to be run as part of an existing NodeCG installation. Please see NodeCG's documentation for installation and setup instructions before continuing with toth3-overlay setup.
-
Install NodeCG (don't forget to run
npm install
from your the root of your NodeCG installation directory after you have installed it! This is what installs all of NodeCG's dependencies, which are required.) -
Clone nodecg-twitter to
nodecg/bundles/nodecg-twitter
-
Create
nodecg/cfg/nodecg-twitter.json
. These are the necessary config files.
The bundle's config lives at nodecg/cfg/nodecg-twitter.json
and is required for the graphic to work.
If you don't have Twitter credentials, you must make them before attempting to use this. Check the developer site for more info on how to register.
{
"consumerKey": "yourConsumerKey",
"consumerSecret": "yourConsumerSecret",
"accessTokenKey": "yourAccessTokenKey",
"accessTokenSecret": "yourAccessTokenSecret"
}
- Alex "Lange" Van Camp - Original creator of the code
- David Thomas - Creator of the twitter bundle for v7.