A telegram bot written in go using Telebot skeleton. It does web Searches on Google for you.
When deployed on a server just type your terms to search on Telegram Client and bot will reply you a list of suggested links.
-
Create your Google Custom Search Engine here
-
Get your Search Engine ID
-
Activate your Custom Search API here
-
Paste in search.go your search ID and your API
SearchEngineID := "PASTE-YOUR-CUSTOM-SEARCH-ID"
APIgSearchKey := "PASTE-YOUR-GOOGLECUSTOM-SEARCH-API"
conf := telebot.Configuration{
BotName: "YourBotName_bot",
ApiKey: "162227600:!!!YOURAPIKEY!!!!BBBBCCCCCCCCCDDDDD"
}
- build, deploy and have fun!
The following software is released under the GPL3 License