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
- Host: GitHub
- URL: https://github.com/mradionov/wednesday-dudes-telegram-bot
- Owner: mradionov
- Created: 2018-12-12T20:38:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T12:46:18.000Z (over 4 years ago)
- Last Synced: 2025-01-07T05:23:22.117Z (4 months ago)
- Topics: dudes, telegram-bot, wednesday
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```