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 ( In / Out )
|
||||||
# Channels are where we receive messages from, and where we send them back
|
# Channels are where we receive messages from, and where we send them back
|
||||||
|
# - Origin
|
||||||
|
# - Direction
|
||||||
|
# - Author
|
||||||
|
# - Content
|
||||||
|
# - Attachements
|
||||||
|
# - Type
|
||||||
|
|
||||||
### Telegram
|
### Telegram
|
||||||
|
|
||||||
@ -15,8 +21,10 @@
|
|||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
## Targets ( Watchers / Scrapers )
|
## Targets ( Scrapers )
|
||||||
# Targets are places ( ULRs or Files ) we watch for changes
|
# Targets are places ( ULRs or Files ) we watch for changes
|
||||||
|
# - Location
|
||||||
|
# - Type
|
||||||
|
|
||||||
### RSS
|
### RSS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user