https://github.com/jmrl23/messenger-auto-reply
auto reply for messenger messages
https://github.com/jmrl23/messenger-auto-reply
ai auto-reply facebook fb messenger
Last synced: about 1 year ago
JSON representation
auto reply for messenger messages
- Host: GitHub
- URL: https://github.com/jmrl23/messenger-auto-reply
- Owner: jmrl23
- License: mit
- Created: 2024-05-15T09:11:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T07:08:18.000Z (almost 2 years ago)
- Last Synced: 2024-07-16T08:23:27.521Z (almost 2 years ago)
- Topics: ai, auto-reply, facebook, fb, messenger
- Language: TypeScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Messenger auto reply
reply to your messages instantly when you're not available

## Get started
1. install dependencies
```sh
yarn # npm install
```
1. inside the [data folder](./data), put your `fbstate.json` that has been generated by `c3c-fbstate`
1. run build
```sh
yarn run build
```
or
```sh
npm run build
```
1. run start
```sh
yarn run start
```
or
```sh
npm run start
```
## Resources
- [messenger-api.js](https://www.npmjs.com/package/messenger-api.js)
- [c3c-fbstate](https://github.com/c3cbot/c3c-fbstate)
- [OpenAI authentication](https://platform.openai.com/docs/api-reference/authentication)
## Note
I take no responsibility for your account, use at your own risk.