Skip to content

KrGolovin/GoogleSearchBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleSearchBot

Simple telegram bot on kotlin with spring framework
With command /help you can see all available commands
With command /search <query> you can search <query> in google

To run bot you need:

  • fill in properties in application.properties file;
bot.token=
bot.username=
serpapi.key=
  • run ./gradlew build command in console to build project;

  • then run ./gradlew bootRun command in console to build project;

  • then you can run tests with ./gradlew test command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages