Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceloboeira/weltsparen-concierge
🛎 Your Weltsparen Assistant
https://github.com/marceloboeira/weltsparen-concierge
assistant bot concierge scraper weltsparen
Last synced: 21 days ago
JSON representation
🛎 Your Weltsparen Assistant
- Host: GitHub
- URL: https://github.com/marceloboeira/weltsparen-concierge
- Owner: marceloboeira
- License: mit
- Created: 2019-07-17T08:05:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T15:36:08.000Z (over 5 years ago)
- Last Synced: 2023-08-02T05:51:32.461Z (over 1 year ago)
- Topics: assistant, bot, concierge, scraper, weltsparen
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeltSparen Concierge
🛎 Your Weltsparen AssistantThis 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
- [x] Scrape WeltSparen
- [x] Login
- [x] Extract Total Assets Value
- [x] 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`.
1. `make install` to install dependencies
1. `make run` to run the code
1. If eveything goes well, you'll receive an email, e.g.:```
WeltSparen UpdateInvestments Total Value: € 192.013,25
```Note: It won't output anything unless there is an error.