View bold.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python folding bot by bafo_ah | |
# go to line 18 for host configuration | |
# and line 37 for Telegram Bot configuration | |
import os | |
import platform | |
import socket | |
import threading | |
import time | |
import urllib.request | |
import urllib.parse |