Skip to content
View SllHex's full-sized avatar
🐉
Watching the code
🐉
Watching the code
  • Remote

Block or report SllHex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SllHex/README.md
███████╗██╗     ██╗     ██╗  ██╗███████╗██╗  ██╗
██╔════╝██║     ██║     ██║  ██║██╔════╝╚██╗██╔╝
███████╗██║     ██║     ███████║█████╗   ╚███╔╝ 
╚════██║██║     ██║     ██╔══██║██╔══╝   ██╔██╗ 
███████║███████╗███████╗██║  ██║███████╗██╔╝ ██╗
╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝

$ whoami

> Automation & Scripting Engineer
> Python | Bash | Linux Server Management
> "Ghost in the system" 🕶️

CS50 GitHub followers GitHub stars


👨‍💻 About Me

class AutomationEngineer:
    def __init__(self):
        self.name = "SllHex"
        self.role = "Automation & Scripting Specialist"
        self.education = "CS50 - Harvard University"
        self.focus = [
            "Building automation systems",
            "Server management & monitoring",
            "Python scripting solutions",
            "Telegram bot development"
        ]
    
    def expertise(self):
        return {
            "automation": "Building tools that work 24/7",
            "scripting": "Python & Bash for system tasks",
            "servers": "Linux server administration",
            "mindset": "If it's repetitive, automate it"
        }

🎓 Education & Certification

CS50 Certificate

CS50: Introduction to Computer Science
Harvard University

→ View Certificate


🚀 Featured Projects

Production-ready Telegram bot with AI integration

Built With:
  - Python (Async)
  - Google Gemini API
  - SQLite Database
  
Key Features:
  ✓ AI-powered responses
  ✓ File processing automation
  ✓ Admin panel & analytics
  ✓ Modular architecture

Try Bot Stars

Automated bulk email system with tracking

Built With:
  - Python
  - SMTP Protocol
  - Async Processing
  
Key Features:
  ✓ Bulk email sending
  ✓ Success/failure tracking
  ✓ Template support
  ✓ Error handling

Python Stars

Web scraper for Hacker News content

Built With:
  - Python
  - BeautifulSoup
  - Requests
  
Key Features:
  ✓ Real-time scraping
  ✓ Data parsing
  ✓ JSON export
  ✓ Clean structure

Python Stars

🔮 Future Projects

In Development:
  - Server monitoring tools
  - Automated backup scripts
  - System health dashboards
  
Vision:
  "Automation is the future of
   efficient system administration"

Follow


🛠️ Technical Skills

Core Technologies

Python Bash Linux SQL

Tools & Platforms

Git Docker Telegram SQLite


📊 GitHub Stats

GitHub Streak


💼 What I Do

Specialization:

  Automation Engineering:
    - Building Python automation scripts
    - Bash scripting for system tasks
    - Automated workflows & pipelines
    - Task scheduling & monitoring
  
  Server Management:
    - Linux server administration
    - System monitoring & health checks
    - Automated backup solutions
    - Server security & maintenance
  
  Bot Development:
    - Telegram bot systems
    - Async Python programming
    - API integration
    - Database management
  
  Web Scraping:
    - Data extraction & parsing
    - Automated web crawlers
    - API reverse engineering
    - Data processing pipelines

🎯 Current Focus

$ cat /dev/current_projects

→ Building intelligent automation systems
→ Server monitoring & management tools
→ Telegram bot development
→ Python scripting solutions

"Watching the system... 🕶️"

📈 Activity Graph

Activity Graph


💡 Philosophy

┌──────────────────────────────────────────────────────────┐
│                                                          │
│  "If it can be automated, it should be automated"       │
│                                                          │
│  I build systems that work while you sleep.             │
│  I write scripts that solve real problems.              │
│  I automate tasks that waste human time.                │
│                                                          │
│  Every script saves hours.                              │
│  Every automation prevents errors.                      │
│  Every system improves efficiency.                      │
│                                                          │
└──────────────────────────────────────────────────────────┘

🎯 2024-2025 Goals

  • Complete CS50 (Harvard) ✅
  • Build production Telegram bot
  • Master async Python programming
  • Build comprehensive server monitoring toolkit
  • Create 10+ automation scripts library
  • Contribute to open-source automation projects
  • Share knowledge through documentation

📫 Connect

$ echo "Currently off the grid... 🕶️"
$ echo "Watching the system..."
$ echo "Find me through my code"

GitHub Telegram Bot


💻 Code Philosophy

# My approach to automation
def automate_everything():
    """
    If you do it twice, automate it.
    If it's manual, script it.
    If it's repetitive, eliminate it.
    """
    while True:
        identify_repetitive_task()
        write_automation_script()
        test_thoroughly()
        deploy_and_forget()
        save_time_and_sanity()

🏆 Achievements

Achievement Status Date
CS50 Certificate (Harvard) 🎓 Complete 2024
First Production Bot 🤖 Complete Dec 2024
100+ Commits 📈 Complete 2024
First GitHub Star ⭐ Complete 2024
Master Async Python ⚡ Complete 2024

╔═══════════════════════════════════════════════════════════╗
║                                                           ║
║  👨‍💻 SllHex - Automation & Scripting Engineer            ║
║  🎓 CS50 Graduate - Harvard University                    ║
║  🌍 Location: Cyberspace                                  ║
║  💼 Focus: Python Automation & Server Management          ║
║                                                           ║
║  "In the world of automation, I am the architect" 🕶️     ║
║                                                           ║
╚═══════════════════════════════════════════════════════════╝

📊 Profile Views

Profile Views


⚡ Built with Python, Bash, and determination

Pinned Loading

  1. Email-Automation-Bot Email-Automation-Bot Public

    Professional Python Email Automation Bot – sends bulk emails, tracks success, and handles errors efficiently.

    Python 2

  2. HackerNews-Scraper HackerNews-Scraper Public

    Python web scraper for Hacker News

    Python