ptt-alertor
ptt-alertor copied to clipboard
:loudspeaker: Ptt 文章通知機器人!Notify Ptt Article in Realtime
when app initialize, execute a job to fix typo below * key must be lower camel case * rename subscribes to subscriptions
```json { "error": { "message": "(#551) This person isn't available right now.", "type": "OAuthException", "code": 551, "error_subcode": 1545041, "fbtrace_id": "GZLdPD3DuDR" } } ```
Separate App to three repos 1. ptt-alertor * receive user request * depend on ptt-alertor-infra 2. ptt-alertor-jobs * generate boards * fetch articles * compare subs and boards * notify...
Flow 1. User submit email and boards 2. Save information in Database temporarily, default 1 hour 3. Send an email include verify URL with md5 URI (ex: pttalertor.io/verify/1234bcdue67hukd) 4. User...
* [Effective Go](https://golang.org/doc/effective_go.html) * [Organizing Go code](https://talks.golang.org/2014/organizeio.slide#1)