Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrumger/WhisperedBot
https://github.com/vrumger/WhisperedBot
hacktoberfest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vrumger/WhisperedBot
- Owner: vrumger
- License: agpl-3.0
- Created: 2020-01-20T00:36:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T20:39:56.000Z (over 1 year ago)
- Last Synced: 2024-07-15T10:48:00.100Z (4 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://t.me/WhisperedBot
- Size: 189 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-grammY - vrumger/WhisperedBot - Send whispers to people in groups so no one else can read them. [ᴜsᴇ](https://t.me/WhisperedBot) (Bots)
README
# WhisperedBot
## Setup
```bash
# Clone the repository
git clone https://github.com/YouTwitFace/WhisperedBot.git
cd WhisperedBot
# Copy the example env file to .env
cp example.env .env
# Install dependencies
npm install
# Start the bot
npm start
```## .env
- **BOT_TOKEN** - the bot token from [@BotFather](https://t.me/BotFather)