17 lines
588 B
Markdown
17 lines
588 B
Markdown
# @futureporn/mailbox
|
|
|
|
A daemon which connects to an IMAP e-mail account and listens for new e-mails.
|
|
|
|
When an e-mail is received, the daemon checks to see if the e-mail is from chaturbate or fansly.
|
|
|
|
If the e-mail is from one of the aforementioned platforms, the e-mail is parsed.
|
|
|
|
If the e-mail is a going live notification for a streamer on said platforms, the daemon creates or updates records in Strapi.
|
|
|
|
Creates or updates the following record types in Strapi.
|
|
|
|
* Platform Notification
|
|
* VTuber
|
|
* Stream
|
|
|
|
With this data, we have a log of all the lewdtuber streams that have occured. |