Add more comments
This commit is contained in:
parent
412d71df0f
commit
a4569f4665
10
src/main.py
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user