Skip to content

ekonopliov/telegram-morning-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Morning Routine Bot

The bot can send you latest news from BBC or give you a weather forecast for the great upcoming day. Developed with Java 11, Spring Boot and Telegram Bot API. Fetching information from WeatherAPI and NewsAPI.

Build and run yourself

Note: fill all <TOKEN-HERE> placeholders with tokens from @BotFather, WeatherAPI and NewsAPI.

Preconditions: Docker up and running, Maven 3.6.3+, OpenJDK11 (and all PATHs)

At root directory:
docker-compose up -d
mvn clean install
mvn spring-boot:run (or run TelegramMorningBot.java as java class)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published