- 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
-
Set up a Twitter Developer Account and create an application with "read and write" permissions.
-
Rename
env-sampleto.envand copy your Twitter API Key / Secret, Access Token / Secret into the file:
CONSUMER_KEY=**********
CONSUMER_SECRET=**********
TOKEN=**********
TOKEN_SECRET=**********
- Install node.js and run:
npm install
npm run start
- Download Processing and open
MouseTracker/MouseTracker.pde.