Telegram bot to gather offers from https://flaschenpost.de via web scraping with small user interaction and local storage.
- Clone repository
- Run
yarn install
- Run and add Telegram token
mv .example.env .env
- Run migrations to Database
yarn migration:run
- Run
yarn start