Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 400 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 400 Bytes

Project made mostly to play with Scala 3, ZIO 2, ZIO Prelude

Service periodically checks specified Olx category links and in case there are new ads - parses them and sends details to Telegram.

How to run

  • Fill in all the information in application.conf
  • Set TELEGRAM_API_KEY, APARSER_URL, APARSER_PASSWORD environment variables
  • Run it with sbt-run