This bot is intended to use Instant View of Telegram, when search engines are not available for any reason. Bot uses search engine to find websites by keywords, and translate that web page to Telegra.ph. Parsing is done by mercury parser, which extrats meaningful content from website.
Golang dependencies installed by
go get -v *link_to_library*
- tokens.go file should be declared with following variables: token, telegraphToken, shortName, authorName
- Binary is built by command
go build -o googler_bot
- At last, docker images should be built
docker-compose build
docker-compose up