Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 533 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 533 Bytes

peachme

Auto-follow users on Peach. Based on peach-client.

Deploy this to Heroku or Dokku and set PEACH_EMAIL + PEACH_PASSWORD for instant sucess.

To follow someone:

POST /follow
{ "name": "theirusername" }

Or by stream ID:

POST /follow
{ "id": "23409u23509u23" }

Installation

# clone it
git clone git@github.com:developit/peachme.git
cd peachme

# install deps
npm install

# Run it
PORT=8080 PEACH_EMAIL=a@b.c PEACH_PASSWORD=1234 npm start