TG-Avatar-Alteration/SOURCES/config.py

23 lines
569 B
Python
Raw Normal View History

2021-03-02 09:52:21 +00:00
# Values should be obtained from here: https://my.telegram.org/auth
API_ID="0123456"
API_HASH="0123456789abcdefghijklmnopqrstuv"
# The absolute path to the images folder (for the avatar)
IMG_DIR="/myimg"
# Images extension
IMG_EXT="jpg"
# Image index offset
# offset is added to the file index, which allows you
# to adjust the display time of each avatar without changing their file names
# (also, offset can be negative)
OFFSET=0
# User phone (used to get a confirmation code when setting up a session)
PHONE="+01234567890"
# Timezone
TIMEZONE="Europe/Moscow"