Skip to content

e28121996/tg-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Telegram Auto Sender

Bot untuk mengirim pesan otomatis ke grup Telegram.

Struktur Folder

β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ groups.txt       # Daftar URL grup
β”‚   β”œβ”€β”€ messages/        # Template pesan
β”‚   β”‚   β”œβ”€β”€ msg1.txt
β”‚   β”‚   └── msg2.txt
β”‚   └── status.json     # Status blacklist & slowmode
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ README.md       # Dokumentasi utama
β”‚   β”œβ”€β”€ FEATURES.md     # Fitur detail
β”‚   └── WORKFLOW.md     # Alur kerja
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ __init__.py
β”‚   β”œβ”€β”€ core/
β”‚   β”‚   β”œβ”€β”€ __init__.py
β”‚   β”‚   β”œβ”€β”€ bot.py
β”‚   β”‚   β”œβ”€β”€ sender.py
β”‚   β”‚   └── client.py
β”‚   β”œβ”€β”€ utils/
β”‚   β”‚   β”œβ”€β”€ __init__.py 
β”‚   β”‚   β”œβ”€β”€ config.py
β”‚   β”‚   β”œβ”€β”€ logger.py
β”‚   β”‚   └── status.py
β”‚   └── web/
β”‚       β”œβ”€β”€ __init__.py
β”‚       └── keep_alive.py
β”œβ”€β”€ main.py           # Entry point
β”œβ”€β”€ .cursorrules      # Cursor rules
β”œβ”€β”€ .env.example      # Contoh environment variables
β”œβ”€β”€ .gitignore        # Git ignore
β”œβ”€β”€ get_session.py    # Script untuk mendapatkan session string
β”œβ”€β”€ pyproject.toml    # Pyproject file
β”œβ”€β”€ render.yaml       # Render file
└── requirements.txt  # Dependencies

Dokumentasi

About

πŸ€– Telegram Auto Poster Bot

Resources

Stars

Watchers

Forks