remove sensitive data
Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,6 +3,8 @@ __pycache__/
|
|||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
|
config.yaml
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
@@ -160,4 +162,4 @@ cython_debug/
|
|||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
config.yaml
|
config.yaml
|
||||||
favorites.json
|
favorites.json
|
||||||
|
|||||||
3
config.sample.yaml
Normal file
3
config.sample.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
telegram_token: ""
|
||||||
|
telegram_channel: "@canal_o_grupo"
|
||||||
|
telegram_chat_id: 0
|
||||||
Reference in New Issue
Block a user