Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Telegram Team
Commits
b4465199
Commit
b4465199
authored
Dec 16, 2025
by
Pranav
Browse files
Minor Changes
parent
486ccca4
Pipeline
#12308
passed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Desktop/Telegram_Bot/services/telegram_listener.py
View file @
b4465199
...
@@ -26,7 +26,7 @@ INVITE_LINK = os.getenv("INVITE_LINK")
...
@@ -26,7 +26,7 @@ INVITE_LINK = os.getenv("INVITE_LINK")
MESSAGE_LIMIT
=
int
(
os
.
getenv
(
"MESSAGE_LIMIT"
,
"50"
))
MESSAGE_LIMIT
=
int
(
os
.
getenv
(
"MESSAGE_LIMIT"
,
"50"
))
DATA_DIR
=
Path
(
os
.
getenv
(
"DATA_DIR"
,
"/app/data"
))
DATA_DIR
=
Path
(
os
.
getenv
(
"DATA_DIR"
,
"/app/data"
))
OUTPUT_DIR
=
DATA_DIR
/
"
output
/telegram"
OUTPUT_DIR
=
DATA_DIR
/
"
ingestion
/telegram"
OUTPUT_DIR
.
mkdir
(
parents
=
True
,
exist_ok
=
True
)
OUTPUT_DIR
.
mkdir
(
parents
=
True
,
exist_ok
=
True
)
META_DIR
=
OUTPUT_DIR
/
".meta"
META_DIR
=
OUTPUT_DIR
/
".meta"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment