https://github.com/chunrapeepat/messenger-messenge-bot
🤖A bot that send a custom message across messenger platform using Puppeteer
https://github.com/chunrapeepat/messenger-messenge-bot
Last synced: 12 months ago
JSON representation
🤖A bot that send a custom message across messenger platform using Puppeteer
- Host: GitHub
- URL: https://github.com/chunrapeepat/messenger-messenge-bot
- Owner: chunrapeepat
- Created: 2019-06-26T11:27:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:08:48.000Z (over 3 years ago)
- Last Synced: 2025-04-12T14:22:43.933Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 739 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# messenger-message-bot
🤖 A bot that send a custom message across messenger platform using Puppeteer
## Installation
```sh
# 1. Clone Github Repo
git clone https://github.com/chunza2542/messenger-messenge-bot && cd messenger-messenge-bot
# 2. Install Dependencies
npm install
# 3. Configulation
cp config/default.json config/production.json
# 4. Edit Production Config File
# 5. Setup Environment (Facebook Account)
export USER=
export PASS=
# 6. Run!
npm start
```
Make with :heart: by Chun Rapeepat