Skip to content
View luoyanglang's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report luoyanglang

Report abuse

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

Report abuse
luoyanglang/README.md

👋 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-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

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

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

Languages & Frameworks

Python JavaScript Go FastAPI Vue.js

AI & ML

OpenAI ChatGPT

Blockchain & Web3

Web3 USDT

DevOps & Tools

Docker Linux Git

Databases

PostgreSQL MySQL Redis SQLite


📊 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

Pinned Loading

  1. bepusdt-python-sdk bepusdt-python-sdk Public

    BEpusdt支付网关官方Python SDK——支持USDT/TRX/USDC等十多种

    Python 12 4

  2. TelegramMonitor TelegramMonitor Public

    一款实用强大的,Telegram监控,Telegram关键词监控,Telegram群组监听,Telegram消息监控,Telegram监控工具,Telegram监听软件,Telegram关键词提醒,Telegram消息推送,Telegram自动监控,Telegram实时监控

    Python 14 5

  3. AI-Anti-Spam-Bot AI-Anti-Spam-Bot Public

    🛡️ 基于 AI 的 Telegram 反垃圾机器人 | 智能检测文字、图片、贴纸广告 | 支持多种 AI 模型 | Docker 一键部署

    Python 7 2