cad: CAD files in FreeCAD formatcad/stl: STL files ready to printdispenser: Code to drive the drink dispenserserver: Code that reads the twitter feed and notifies the dispenser
The following environment variables are needed
EVENT_HASHTAGS: Comma separated list of possible hastags that will be recognizedDRINKS_HASHTAGS: Comma separated list of hastags that represent the different drinksTWITTER_CONSUMER_KEY: Twitter consumer keyTWITTER_CONSUMER_SECRET: Twitter consumer secretTWITTER_ACCESS_TOKEN: Twitter access tokenTWITTER_ACCESS_TOKEN_SECRET: Twitter access token secret
They can be set in a config.json file too
{
"EVENT_HASHTAGS": "#nodeconfar",
"DRINKS_HASHTAGS": "#fernet,#campari",
"TWITTER_CONSUMER_KEY": "XXXX",
"TWITTER_CONSUMER_SECRET": "XXXX",
"TWITTER_ACCESS_TOKEN": "XXXX",
"TWITTER_ACCESS_TOKEN_SECRET": "XXXX"
}