mirror of
https://github.com/tiennm99/export-telegram-group-members.git
synced 2026-08-06 22:22:02 +00:00
18 lines
627 B
Bash
18 lines
627 B
Bash
PHONE=+1234567890
|
|
API_ID=123456789
|
|
API_HASH=0123456789abcdef0123456789abcdef
|
|
PROXY_HOST=127.0.0.1
|
|
PROXY_PORT=8080
|
|
PROXY_SECRET=00000000000000000000000000000000
|
|
# From https://github.com/RevEngine3r/telethon-faketls:
|
|
# """
|
|
# You can use a base64 secret or hex one,
|
|
# But remember to
|
|
# Remove "ee" from the starting of hex secret
|
|
# And
|
|
# Remove "7" from the starting of the base64 secret.
|
|
# Example:
|
|
# ee9b43b87555bf9464e02bdcd2db8932b07777772e736974652e636f6d -> 9b43b87555bf9464e02bdcd2db8932b07777772e736974652e636f6d
|
|
# 7gEBAQEBAQEBAQEBAQEBAQFsaWIuYXJ2YW5jbG91ZC5jb20= -> gEBAQEBAQEBAQEBAQEBAQFsaWIuYXJ2YW5jbG91ZC5jb20=
|
|
# """
|