File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ echo pwd
5
5
pwd
6
6
7
7
# Build for Linux
8
- pip install -I telethon==0.18.3
8
+ pip install -I telethon==0.19.1.6
9
9
pyinstaller -F -n telegram-messages-dump \
10
10
-c ./telegram_messages_dump/__main__.py \
11
11
--hidden-import telegram_messages_dump.exporters.text \
12
12
--hidden-import telegram_messages_dump.exporters.jsonl \
13
13
--hidden-import telegram_messages_dump.exporters.csv
14
14
15
15
# Setup build env for Windows: pyinstaller+telethon
16
- # wine pip install -I telethon==0.18
16
+ # wine pip install -I telethon==0.19.1.6
17
17
# wine pip install pyinstaller
18
18
# wine pyinstaller -n telegram-messages-dump.exe --onefile --clean --win-private-assemblies -c --noconfirm --log-level=WARN ./telegram_messages_dump/__main__.py --hidden-import telegram_messages_dump.exporters.text --hidden-import telegram_messages_dump.exporters.jsonl --hidden-import telegram_messages_dump.exporters.csv
19
19
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Install telethon:
4
- pip3 install -I telethon==0.18.3
4
+ pip3 install -I telethon==0.19.1.6
5
5
pyinstaller -n telegram-messages-dump --noconsole --onefile \
6
6
--hidden-import telegram_messages_dump.exporters.text \
7
7
--hidden-import telegram_messages_dump.exporters.jsonl \
You can’t perform that action at this time.
0 commit comments