darrensapalo / facebook-data-collector

A scaffolding tool for sending automated messages to people in Facebook Messenger.
3 stars 2 forks source link

Send a message #1

Open darrensapalo opened 5 years ago

darrensapalo commented 5 years ago

The app needs to be able to send messages.

darrensapalo commented 5 years ago

I'm already able to collect the list of users, cache them into a file, collect a list of conversations, cache them into a file.

I need to write up a piece of code that prioritizes loading data from this file-based cache.

Triggers to refresh the data can be a different npm script.

darrensapalo commented 4 years ago

I'm caching the user list into Airtable now, instead of a file. This allows me to easily manipulate data using Airtable's UI rather than build a UI myself.