Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 875 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 875 Bytes

WeltSparen Concierge

🛎 Your Weltsparen Assistant

This is a very experimental automated notification system for investments platforms.

It logins into your WeltSparen account, scrapes the total net value of your investments and sends you an email.

The goal is to have such a task running on a cronjob, so you don't have to.

Roadmap

  • Scrape WeltSparen
    • Login
    • Extract Total Assets Value
  • Custom Credentials (injection)
  • Makefile
  • Docker Image (to run everywhere)
  • Setup a custom crontask

Running Locally

  1. First, set your .env file, based on the .env.example.
  2. make install to install dependencies
  3. make run to run the code
  4. If eveything goes well, you'll receive an email, e.g.:
WeltSparen Update

Investments Total Value: € 192.013,25

Note: It won't output anything unless there is an error.