telegram-json-backup
telegram-json-backup copied to clipboard
Python 2.x instead of 3
Since Python in wwms broken in telegram-cli, you can switch to python2 instead of 3 just by changing the mkdir line to:
try:
os.makedirs(BACKUP_DIR)
except OSError:
pass