这是indexloc提供的服务,不要输入任何密码
Skip to content

Simple Google-style admin panel for Telegram bots. Manage users, purchases, and broadcast messages directly from your browser.

Notifications You must be signed in to change notification settings

joeruhacker/webadminka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

webadminka

Simple Google-style admin panel for Telegram bots. Manage users, purchases, and broadcast messages directly from your browser.

🧩 WebAdminka — Admin Panel for Telegram Bot

A modern, single-file web admin panel (HTML + CSS + JS) designed in Google-style Material theme.
It connects to your Telegram bot backend and allows administrators to:

✨ Features

  • 📊 View all users and their purchases (loaded from users_data.json)
  • 🕒 Track purchase timestamps and statistics
  • ✉️ Send broadcast messages to all users
  • 🔍 Search and filter by name or username
  • 🧱 Works standalone or integrated with Flask backend

💡 Stack

  • Pure HTML + CSS + JavaScript (no external dependencies)
  • Responsive Google Material-like design
  • Can fetch data directly from JSON or via API endpoints (/users_data, /broadcast)

🚀 Usage

  1. Place admin.html next to your users_data.json file
  2. Open in browser — it will render all user data automatically
  3. Optional: integrate with your Flask bot backend for live data and broadcasting

🔒 Security

It’s recommended to:

  • Serve this panel only on local admin ports (e.g. 127.0.0.1)
  • Protect access with simple auth or VPN if hosted online

Author: @joeruhacker
License: MIT
Version: 1.0.0

About

Simple Google-style admin panel for Telegram bots. Manage users, purchases, and broadcast messages directly from your browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages