An open API service indexing awesome lists of open source software.

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.

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
```