Skip to content

Instantly share code, notes, and snippets.

View bafoah's full-sized avatar

Bafo Hutiva bafoah

View GitHub Profile
@bafoah
bafoah / bold.py
Last active April 21, 2020 02:41
# 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