# peachme **Repository Path**: mirrors_developit/peachme ## Basic Information - **Project Name**: peachme - **Description**: :peach: Peach bot that auto-follows users. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README peachme ======= Auto-follow users on Peach. Based on [peach-client](http://npm.im/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 ```sh # 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 ```