Skip to content

twitter bot for aggregating public sentiment on miami transit

Notifications You must be signed in to change notification settings

jcofino/TwitterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TwitterBot

Twitter bot for aggregating public sentiment on miami transit. This bot utilizes Node.js.

Running the bot

To run the bot you must have Node installed on your machine. You can find download links here.

The bot requires node has express, socket.io, and twit

These can be installed by opening a console and running:

npm install express
npm install twit
npm install socket.io

The bot requires credentials which it looks for in the same directory under the name "config1.js". Please email me at khernand@cmu.edu if you need this file. Due to it containing the bot's credentials for API access it will not be hosted on Git.

For running the server side code you need only open a console in the bot folder and run:

node mdtbot.js

To tun the client code in the client folder open index.html

About

twitter bot for aggregating public sentiment on miami transit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published