Skip to content

Commit

Permalink
add the option to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Jul 10, 2024
1 parent afc954c commit 2292990
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pybliotecario.ini.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[DEFAULT]
TOKEN = <telegram bot token>
chat_id = <chat_id number>
main_folder = /home/<username>/.pybliotecario

# chat_id accepts also a list of IDs separated by comma, the first one is considered the main one
chat_id = <chat_id number>
main_folder = /home/<username>/.local/share/pybliotecario
# quiet defaults to false, whether the bot should always reply back
quiet = false
# when chivato is true, the bot will write to the main chat_id whenever an user not in chat_id writes to the bot
chivato = false #

[FACEBOOK]
verify = <verify token from fb>
Expand Down

0 comments on commit 2292990

Please sign in to comment.