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

https://github.com/mradionov/wednesday-dudes-telegram-bot

Telegram Bot - It's Wednesday My Dudes
https://github.com/mradionov/wednesday-dudes-telegram-bot

dudes telegram-bot wednesday

Last synced: 2 months ago
JSON representation

Telegram Bot - It's Wednesday My Dudes

Awesome Lists containing this project

README

        

wednesday-dudes-telegram-bot
===

> Telegram Bot with a collection of images of [It's Wednesday My Dudes meme](https://knowyourmeme.com/memes/it-is-wednesday-my-dudes)

Name: **Wednesday Dudes Bot**

Name tag: **@WednesdayDudesBot**

Command | Description
--- | ---
dude | Sends a relevant image to the chat based on current day of the week

### Configuration

Token `` can be retrieved from BotFather in Telegram.

Set Telegram bot webhook for Netlify:

```bash
curl \
-F "url=https://.netlify.app/.netlify/functions/" \
https://api.telegram.org/bot/setWebhook
```

Get webhook status:

```bash
curl \
https://api.telegram.org/bot/getWebhookInfo
```