https://github.com/szenius/send4me2
Automate sending of recurring polls to Telegram chats.
https://github.com/szenius/send4me2
poll telegraf telegram telegram-bot telegram-bots
Last synced: 2 months ago
JSON representation
Automate sending of recurring polls to Telegram chats.
- Host: GitHub
- URL: https://github.com/szenius/send4me2
- Owner: szenius
- License: mit
- Created: 2022-03-02T12:36:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T16:20:47.000Z (over 4 years ago)
- Last Synced: 2026-01-02T07:21:15.366Z (6 months ago)
- Topics: poll, telegraf, telegram, telegram-bot, telegram-bots
- Language: TypeScript
- Homepage: https://t.me/Send4Me2Bot
- Size: 456 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Send4Me v2
The bot is [live here](https://t.me/Send4Me2Bot)!
This is v2 of the [Send4Me](https://github.com/szenius/send4me) project. It is a Telegram bot that automates sending of recurring polls.
## User Guide
### Poll-related commands
#### `/add`
Add a recurring poll.
```text
/add ...
// Example
/add "What does everyone want to eat this week?" "Pizza" "Fried chicken" "Sushi" mon
```
- Do note that only normal quotes `"` are accepted.
- Day of week: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat` or `Sun`
#### `/list`
List active recurring polls in this chat.
#### `/remove`
List the active recurring polls in your chat. Choose the one you want to remove.
### Other commands
#### `/chatid`
Get Telegram chat ID.
#### `/help`
List available commands.
#### `/hi`
Say Hi!
#### `/start`
List available commands.
## Developer Guide
### Set up
```shell
npm i
```