Skip to content

Telegram bot which creates Telegraph pages extracted from googling results

Notifications You must be signed in to change notification settings

Zhalkhas/googler_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOOGLER BOT

Description

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.

Getting Started

Dependencies

Golang dependencies installed by

go get -v *link_to_library*

Installing

  • 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

Executing program

docker-compose up

About

Telegram bot which creates Telegraph pages extracted from googling results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published