-
Notifications
You must be signed in to change notification settings - Fork 1
/
teletolo.ini.sample
36 lines (27 loc) · 1.01 KB
/
teletolo.ini.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# you can get telegram development credentials in telegram API Development Tools
# Fill in and uncomment the two following lines
# api_id = YOUR_TELEGRAM_API_ID
# api_hash = YOUR_TELEGRAM_API_HASH
# use full phone number including + and country code
# Fill in and uncomment the two following lines
# phone = YOUR_PHONE
# username = YOUR_TELEGRAM_USERNAME
# Id of the channel (can be private, see the README for a method to
# get the channel id, or use "me" for the "Saved messages" chat
channel_id = me
# Max number of messages to retrieve
msg_limit = 100
# Folders for logseq
journal_folder = ./journals
assets_folder = ./assets
# Format of the journal dates
# See https://arrow.readthedocs.io/en/latest/#supported-tokens
journal_date_fmt = YYYY-MM-DD dddd
time_fmt = HH:mm
# Format of the resulting messages
tags = [[inbox]]
block_fmt = **{time}** {tags} {message}
date_header_fmt = ## {date}
# Change these to yes if you are satisfied with the results of your preliminar tests
append_to_journal = no
delete_after_download = no