Most Recent System

Had to make the following update using IFTTT because twitter broke the API access and broke both twieve and rsshub. And since long time ago twitter stopped supporting native RSS.

graph TD
    A[Twitter] -->|IFTTT| C[Mastodon]
    C -->|python| D[FreshRSS]
    D -->|MonitoRSS| E[Discord]
    D -->|python| F[Blogger]
    F -->|gcode| G[Diary Reminder Email]
    H[New Diary] -->|Email| F
    G --> |reply to| H

Original Diary Reminder System

graph TD
    A[Twitter] -->|Twieve| F[Blogger]
    A -->|rsshub| D[FreshRSS]
    D -->|MonitoRSS| E[Discord]
    F -->|gcode| G[Diary Reminder Email]
    H[New Diary] -->|Email| F
    G --> |reply to| H