From a4569f466535dc4653ffdba6f8eed62e265b90b2 Mon Sep 17 00:00:00 2001 From: n07070 Date: Fri, 17 Nov 2023 01:21:36 +0100 Subject: [PATCH] Add more comments --- src/main.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 11a7dee..2596e0a 100644 --- a/src/main.py +++ b/src/main.py @@ -2,6 +2,12 @@ ## Channels ( In / Out ) # Channels are where we receive messages from, and where we send them back +# - Origin +# - Direction +# - Author +# - Content +# - Attachements +# - Type ### Telegram @@ -15,8 +21,10 @@ ### Other -## Targets ( Watchers / Scrapers ) +## Targets ( Scrapers ) # Targets are places ( ULRs or Files ) we watch for changes +# - Location +# - Type ### RSS