luoyanglang - Overview

šŸ‘‹ Hi there, I'm luoyanglang (狼哄)!

Typing SVG

Telegram Channel Telegram Group Contact Me

Profile Views


#!/usr/bin/env python3

class Developer:
    def __init__(self):
        self.name = "luoyanglang (狼哄)"
        self.role = "Python Full-Stack Developer & Open Source Enthusiast"
        self.location = "China šŸ‡ØšŸ‡³"
        self.languages = ["Python", "JavaScript", "Go"]
        self.focus_areas = [
            "AI & Machine Learning",
            "Telegram Bots & Automation",
            "Blockchain & Web3",
            "Open Source Projects"
        ]
    
    def get_featured_projects(self):
        return {
            "šŸ›”ļø AI Anti-Spam Bot": {
                "description": "AI-powered Telegram anti-spam bot",
                "tech": ["Python", "OpenAI", "Qwen", "DeepSeek"],
                "stars": "⭐ Growing",
                "status": "šŸš€ Active",
                "demo": "https://t.me/xiaolangzaibot",
                "link": "https://github.com/luoyanglang/AI-Anti-Spam-Bot"
            },
            "šŸ“” Telegram Monitor": {
                "description": "Powerful Telegram monitoring & keyword tracking tool",
                "tech": ["Python", "Telegram API", "Real-time"],
                "stars": "⭐ 2+",
                "status": "āœ… Stable",
                "link": "https://github.com/luoyanglang/TelegramMonitor"
            },
            "šŸ’° BEpusdt Python SDK": {
                "description": "Official Python SDK for BEpusdt payment gateway",
                "tech": ["Python", "Blockchain", "USDT"],
                "stars": "⭐ 9+",
                "status": "āœ… Stable",
                "link": "https://github.com/luoyanglang/bepusdt-python-sdk"
            }
        }
    
    def say_hi(self):
        print("šŸ‘‹ Thanks for dropping by! Feel free to explore my projects šŸš€")
        print("\n🌟 Featured Projects:")
        for name, info in self.get_featured_projects().items():
            print(f"\n  {name}")
            print(f"    šŸ“ {info['description']}")
            print(f"    šŸ› ļø  Tech: {', '.join(info['tech'])}")
            print(f"    {info['stars']} | {info['status']}")
            if 'demo' in info:
                print(f"    šŸŽÆ Demo: {info['demo']}")
            print(f"    šŸ”— {info['link']}")

me = Developer()
me.say_hi()

šŸš€ Featured Projects

šŸ›”ļø AI Anti-Spam Bot

AI-powered Telegram anti-spam bot with intelligent detection

Stars Python License

Features:

  • šŸ¤– Multi-AI model support (OpenAI, Qwen, DeepSeek)
  • šŸ“ø Detects spam in text, images & stickers
  • ⚔ High-performance async processing
  • 🐳 Docker deployment ready

Try it: @xiaolangzaibot

šŸ“” Telegram Monitor

Powerful Telegram monitoring & keyword tracking tool

Stars Python Telegram

Features:

  • šŸ” Keyword monitoring & alerts
  • šŸ‘„ Group message tracking
  • šŸ“Ø Real-time push notifications
  • šŸ¤– Automated monitoring
  • ⚔ High-performance tracking

Perfect for: Group admins & community managers

šŸ’° BEpusdt Python SDK

Official Python SDK for BEpusdt payment gateway

Stars PyPI Downloads

Features:

  • šŸ’³ USDT payment integration
  • šŸ” Secure & reliable
  • šŸ“– Well-documented
  • āœ… Production-ready

šŸŽÆ More Projects

Explore more of my work:

Repositories

Areas of Interest:

  • šŸ¤– Telegram Bots & Automation
  • 🧠 AI & Machine Learning
  • ā›“ļø Blockchain & Web3
  • šŸ› ļø Developer Tools

šŸ’» Tech Stack


šŸ“Š GitHub Stats

GitHub Streak


šŸ† GitHub Trophies

trophy


šŸ“ˆ Contribution Graph

Activity Graph


šŸŽÆ Current Focus

current_goals = {
    "šŸš€ Building": "AI-powered tools for Telegram ecosystem",
    "šŸ“š Learning": "Advanced AI/ML techniques and LLM applications",
    "šŸ¤ Contributing": "Open source projects in Python & AI space",
    "šŸ’” Exploring": "Web3 and blockchain payment solutions",
    "šŸ”§ Maintaining": "Telegram monitoring & automation tools"
}

šŸ“® Connect with Me

Telegram Channel Group Demo Bot


šŸ’° Support My Work

If my projects help you, consider supporting me:

Star Repos Sponsor

USDT (TRC20): TH51nmRTmG4VpNDhNFudjdXMZEh5211111


šŸ’” "Code is poetry, open source is freedom"

Open to collaboration • Always learning • Building the future