https://github.com/codegram01/telegram-bot-wikipedia-read
Telegram Bot help read Wikipedia
https://github.com/codegram01/telegram-bot-wikipedia-read
Last synced: 7 months ago
JSON representation
Telegram Bot help read Wikipedia
- Host: GitHub
- URL: https://github.com/codegram01/telegram-bot-wikipedia-read
- Owner: codegram01
- License: mit
- Created: 2024-09-08T10:55:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T15:49:55.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:57:34.058Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WikipediaRead
WikipediaRead is Telegram bot run in Cloudflare Worker.
It help search Wikipedia inside Telegram
[Video when i create](https://youtu.be/mMCXSbXBUe0?si=XhtMpGITWRmazdr_)
## Feature
- Search Wikipedia
- Get top, feature, today of Wikipedia
## Usage
- access bot at [t.me/WikipediaReadBot](https://t.me/WikipediaReadBot)
## Install
- create cloudflare worker
Setting environment value of worker
```
API https://api.telegram.org/bot
API_WIKIPEDIA https://api.wikimedia.org
TOKEN your_bot_token
WEBHOOK_PATH /telegram
WEBHOOK_SECRET your_web_hook_secret
WIKIPEDIA_ACCESS_TOKEN your_wikipedia_access_token
WIKIPEDIA_CLIENT_ID your_wikipedia_client_id
WIKIPEDIA_CLIENT_SECRET your_wikipedia_client_secret
```
- add this code to your worker
- config telegram bot point to your worker
## Contribute
- fork, update, merge, open issue is happy
- [Subscribe my Youtube](https://www.youtube.com/@WingramOrg)