Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ShivangKakkar/WhisperBot
Telegram Whisper Bot https://t.me/StarkBots
https://github.com/ShivangKakkar/WhisperBot
Last synced: about 2 months ago
JSON representation
Telegram Whisper Bot https://t.me/StarkBots
- Host: GitHub
- URL: https://github.com/ShivangKakkar/WhisperBot
- Owner: ShivangKakkar
- License: agpl-3.0
- Created: 2021-08-12T22:48:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T04:25:58.000Z (11 months ago)
- Last Synced: 2024-05-19T01:58:30.462Z (8 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 42
- Watchers: 2
- Forks: 72
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- BotList - Whisper Bot - Send Secret Whispers (Telegram Bot List / List of Source Codes)
README
# Whisper Bot [@WhisperStarkBot](https://t.me/WhisperStarkBot)
> A star ⭐ from you means a lot to us!
Telegram bot for Whisper Message.
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
## Usage
### Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/StarkBotsIndustries/WhisperBot)
1. Tap on above button and fill `API_ID`, `API_HASH`, `BOT_TOKEN`.
2. Then tap "Deploy App" below it. Wait till deploying is complete (will take atmost 2 minutes).
3. After deploying is complete, tap on "Manage App"
4. Check the logs to see if your bot is ready!
5) **IMPORTANT** : You need to do two things on [@BotFather](https://t.me/BotFather).
1) Turn on Inline Mode in your bot settings.
2) Now go back to settings, Tap on `Inline Feedback` and then on `100%` (without this your bot is nothing.)### Local Deploying
1. Clone the repo
```markdown
git clone https://github.com/StarkBotsIndustries/WhisperBot
```
2. Get a DATABASE_URL. If you don't know how, deploy using Heroku Button only.
3. Edit `Config.py` and fill the needed variables4. Enter the directory
```markdown
cd WhisperBot
```
5. Run the file
```markdown
python3 whisper.py
```## Environment Variables
#### Mandatory Vars
- `API_ID` - Get this from [my.telegram.org](https://my.telegram.org/auth)
- `API_HASH` - Get this from [my.telegram.org](https://my.telegram.org/auth)
- `BOT_TOKEN` - Get this from [@BotFather](https://t.me/BotFather)
- `DATABASE_URL` - Will be automatically added by Heroku.## Functions
> More features soon, this is a minimal example :)
## To-Do
> That's on you mainly...
## Stats
[![GitHub forks](https://img.shields.io/github/forks/StarkBotsIndustries/WhisperBot.svg?style=social&label=Fork&maxAge=25920000)](https://github.com/StarkBotsIndustries/WhisperBot/network/) [![GitHub stars](https://img.shields.io/github/stars/StarkBotsIndustries/WhisperBot.svg?style=social&label=Star&maxAge=25920000)](https://github.com/StarkBotsIndustries/WhisperBot/stargazers/) [![GitHub watchers](https://img.shields.io/github/watchers/StarkBotsIndustries/WhisperBot.svg?style=social&label=Watch&maxAge=25920000)](https://github.com/StarkBotsIndustries/WhisperBot/watchers/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/StarkBotsIndustries/WhisperBot/graphs/commit-activity)## License
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
## Contributing
[![GitHub contributors](https://img.shields.io/github/contributors/StarkBotsIndustries/WhisperBot.svg)](https://github.com/StarkBotsIndustries/WhisperBot/graphs/contributors/)
> Contributions are heartily accepted.
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
## Credits
- [Dan Tès](https://github.com/delivrance) for his [Pyrogram](https://docs.pyrogram.org) Library
## Support
Channel :- [@StarkBots](https://t.me/StarkBots)
Group Chat :- [@StarkBotsChat](https://t.me/StarkBotsChat)
## :)
[![ForTheBadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://github.com/StarkBotsIndustries)
[![ForTheBadge makes-people-smile](http://ForTheBadge.com/images/badges/makes-people-smile.svg)](https://github.com/StarkBotsIndustries)