/Computer-Mouse-Bot

A Bot for the Computer Mouse Conference

Primary LanguageJavaScript

A Bot for the Computer Mouse Conference

Instructions

  1. Download or clone this repository and cd into the directory from a shell prompt.
git clone https://github.com/shiffman/Computer-Mouse-Bot
cd Computer-Mouse-Bot
  1. Set up a Twitter Developer Account and create an application with "read and write" permissions.

  2. Rename env-sample to .env and copy your Twitter API Key / Secret, Access Token / Secret into the file:

CONSUMER_KEY=**********
CONSUMER_SECRET=**********
TOKEN=**********
TOKEN_SECRET=**********
  1. Install node.js and run:
npm install
npm run start
  1. Download Processing and open MouseTracker/MouseTracker.pde.