https://github.com/captv89/yintel
Personal Telegram bot for entertainment
https://github.com/captv89/yintel
api golang open-source telegram-bot-api
Last synced: 9 months ago
JSON representation
Personal Telegram bot for entertainment
- Host: GitHub
- URL: https://github.com/captv89/yintel
- Owner: captv89
- License: mit
- Created: 2022-07-19T20:40:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T14:59:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T23:48:12.978Z (over 1 year ago)
- Topics: api, golang, open-source, telegram-bot-api
- Language: Go
- Homepage:
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# TELEGRAM BOT FOR PERSONAL ENTERTAINMENT

A telegram bot build using [tgbotapi](https://pkg.go.dev/github.com/go-telegram-bot-api/telegram-bot-api/v5@v5.5.1) golang library to check data from various interesting opensource APIs and reply to me via telegram chat.
Open source projects used in this bot are:
- [github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1](github.com/go-telegram-bot-api/telegram-bot-api/v5)
- [github.com/joho/godotenv v1.4.0](github.com/joho/godotenv)
Open source APIs used in this bot are:
- [hacker-news](https://hacker-news.firebaseio.com)
- [joke-api](https://v2.jokeapi.dev)
- [chuk-noris-jokes](https://api.chucknorris.io/)
- [Dad-Joke](https://icanhazdadjoke.com/)
- [memes](https://meme-api.herokuapp.com/)
- [currency-converter-api](https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/)
Future APIs to be added:
- [open-weather-map](https://openweathermap.org/api)
Inspiration:
- [public-api](https://github.com/public-apis/public-apis)