class iExly(Developer):
def __init__(self):
self.name = "iExly"
self.location = "Somewhere with wifi"
self.pronouns = "He/Him/Hackerman"
self.role = "Bot Engineer & Automation Specialist"
self.hobbies = ["Making bots", "Breaking bots", "Fixing bots", "Making them again but better"]
self.sleep_schedule = None # deprecated feature
self.coffee_consumed = float("inf")
self.bugs_introduced = 99999
self.bugs_fixed = 3
def current_mood(self):
return random.choice([
"β Why is this not working",
"π It works on my machine",
"π₯ Just pushed to prod (no testing)",
"π€‘ Found the bug. It was a typo. 4 hours lost.",
"π Time to rewrite the entire codebase at 2 AM"
])
def philosophy(self):
return "If it's stupid but it works, it's not stupid. Ship it."
me = iExly()
print(me.current_mood()) # π Why did I choose this careerβββ ββββββββββββββ βββββββββ βββ
βββββββββββββββββββ ββββββββββ ββββ
ββββββ ββββββ βββββββββββ βββββββ
ββββββ ββββββ βββββββββββ βββββ
ββββ ββββββββββββββ ββββββ βββ
βββ ββββββββββββββ ββββββ βββ
| Project | Description |
|---|---|
| π« InstaReport | The #1 social media auto-report, ban & unban automation tool |
| π€ InstaReport Bot | 24/7 Telegram bot for remote reporting & ban/unban requests |
| π° Escrow Bot | Secure payment escrow system for Telegram |
| π§ AI Chatbot Backend | AI-powered conversation backend |
| π Open Fiesta | Something cookin' |
| Achievement | Status |
|---|---|
| β "MIDNIGHT CODER" | Committed at 3 AM more times than I'd like to admit |
| β "BOT MASTER" | Deployed 5+ Telegram bots in production |
| β "ACCOUNT SURVIVOR" | Old GitHub account got cooked, migrated everything |
| β "NUITKA ENJOYER" | Converts Python to exes for a living |
| β "PROD PUSHER" | Ships on Friday evenings for the thrill |
| β "README ARTIST" | Spends more time on READMEs than actual code |
| β "STACK OVERFLOW LOYALIST" | Ctrl+C, Ctrl+V since 2020 |
"It works on my machine" π
β Me, seconds before production goes up in flames
"I'll add error handling later" π€‘
β Said every developer ever
"This is a quick fix, won't break anything" π₯
β Famous last words
"Just one more commit before bed" π
β 47 commits later at 6 AM
"Who wrote this garbage?" π‘
git blame: it was me
Made with β and questionable life choices by @iescly