An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Messenger auto reply

reply to your messages instantly when you're not available

![#](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExb2prYzNlcnIzbHY0YXpvNDdzY2xpb3owamc3cjd2bDNpNGE4NjAxYSZlcD12MV9naWZzX3NlYXJjaCZjdD1n/l44QzK8puPmokuTsc/giphy.gif)

## 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.