All Projects β†’ m4mallu β†’ broadcast-bot

m4mallu / broadcast-bot

Licence: GPL-3.0 License
A simple Telegram bot that can broadcast messages and media to the bot subscribers.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to broadcast-bot

UitzendingGemist
An *Unofficial* Uitzending Gemist application for Apple TV 4 (**deprecated, use TV Gemist ☝🏻**)
Stars: ✭ 48 (+182.35%)
Mutual labels:  broadcast
data-transport
A generic and responsible communication transporter(iframe/Broadcast/Web Worker/Service Worker/Shared Worker/WebRTC/Electron, etc.)
Stars: ✭ 27 (+58.82%)
Mutual labels:  broadcast
messenger
Laravel messenger. A full messenger suite for your new / existing laravel app! Private and group threads between multiple models, with real-time messaging, reactions, attachments, calling, chat bots, and more!
Stars: ✭ 194 (+1041.18%)
Mutual labels:  messages
grwave
Python for ITU P.368 : Ground-wave propagation curves for frequencies between 10 kHz and 30 MHz
Stars: ✭ 19 (+11.76%)
Mutual labels:  broadcast
messaging
Conveniently issue messages, warnings, and errors
Stars: ✭ 12 (-29.41%)
Mutual labels:  messages
Livewire-Simple-Delegation-Switcher
A Delegation/Studio Switcher for Livewire Devices - now with GPIO support.
Stars: ✭ 19 (+11.76%)
Mutual labels:  broadcast
sendmessage
SendMessage is a little tool to send Windows messages to any window.
Stars: ✭ 93 (+447.06%)
Mutual labels:  messages
Director
Director is a facility scale broadcast orchestration and control suite. Not actively maintained
Stars: ✭ 35 (+105.88%)
Mutual labels:  broadcast
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (+111.76%)
Mutual labels:  messages
use-bus
React hook to subscribe and dispatch events accros React components
Stars: ✭ 51 (+200%)
Mutual labels:  messages
KnzkLive
No ads, Unlimited, Open-Source Live Streaming Service.
Stars: ✭ 46 (+170.59%)
Mutual labels:  broadcast
extract-react-intl
Extract react-intl messages
Stars: ✭ 18 (+5.88%)
Mutual labels:  messages
prettycli
Pretty print messages on the terminal
Stars: ✭ 45 (+164.71%)
Mutual labels:  messages
yii2-message
System for users to send each other private messages.
Stars: ✭ 37 (+117.65%)
Mutual labels:  messages
Maintain-Bot
A Telegram Repo For Devs To Controll The Bots Under Maintenance.This Bot Is For Developers, If Your Bot Is Down, Use This Repo To Give Your Dear Subscribers Some Support By Providing Them Response.
Stars: ✭ 46 (+170.59%)
Mutual labels:  subscribers
AppListManager
πŸ“± AppListManager (Android Library) makes managing application and activity lists easy.
Stars: ✭ 59 (+247.06%)
Mutual labels:  broadcast
twilio-live-interactive-video
An interactive live video app built with Twilio Live and Twilio Video
Stars: ✭ 23 (+35.29%)
Mutual labels:  broadcast
PHP-Broadcast-radio
🌈 Autonomous streaming audio ,serveronline internet radio is free streaming music for your listening pleasure, as well as news and announcements.
Stars: ✭ 38 (+123.53%)
Mutual labels:  broadcast
bls
RTMP framework for Nodejs
Stars: ✭ 18 (+5.88%)
Mutual labels:  broadcast
SlackWebhooksGithubCrawler
Search for Slack Webhooks token publicly exposed on Github
Stars: ✭ 21 (+23.53%)
Mutual labels:  messages

Broadcast Bot

A Telegram bot to send messages and medias to the subscribers directly through bot.

  • Authorized users of the bot can send messages (Texts or Media) within the bot.
  • Those who have started the bot, will receive the above posts.
  • Authorized users can get the subscriber count also.

Deploy to Heroku:

Variables:

  • API_HASH Your API Hash from my.telegram.org
  • API_ID Your API ID from my.telegram.org
  • BOT_TOKEN Your bot token from @BotFather
  • AUTH_USERS Create a list of User Ids to use this bot
  • DB_URI Create a postgre database if you deploy the locally | In heroku do nothing
  • SUPPORT_CHAT Public group / channel username of the support chat

@BotFather Commands

send - send posts to the subscribers (Admin Only)
subscribers - view subscribers count (Admin Only)

Deploy Locally:

Create a config.py with the above variables (Refer sample_config.py)

git clone https://github.com/m4mallu/broadcast-bot
cd broadcast-bot
virtualenv -p python3 venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 bot.py

Join Telegram Bot Update Channel

For deploy locally : How to create a database URI | Refer Clonebot's help, to create a database.

Developer: 𝑅𝑒𝓃𝒿𝒾𝓉𝒽 𝑀𝒢𝓃𝑔𝒢𝓁

GPL3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].