Skip to content

developit/peachme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🍑 Peach bot that auto-follows users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published