# 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)