Skip to content

Instantly share code, notes, and snippets.

View kaecy's full-sized avatar
🌄
I'm awake.

Eris kaecy

🌄
I'm awake.
  • Freelancer
  • England
View GitHub Profile
@amirkdv
amirkdv / oop.md
Last active December 15, 2022 22:56
Object Oriented Programming in Python, A Graded Knowledge Check
@kaecy
kaecy / TelegramBotFramework.py
Last active February 12, 2022 18:12
Simple Telegram Bot API for Python. (requires python 3)
# Version: 0.3.0
# Rewrite: Incomplete
import re
import mpf # post file support
import utils
import enum
import jnet
import json