All Projects → jplattel → Berichtenbox Forwarder

jplattel / Berichtenbox Forwarder

Licence: mit
mijn.overheid.nl - Berichtenbox Forwarder

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Berichtenbox Forwarder

Cronos
Fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
Stars: ✭ 432 (+3827.27%)
Mutual labels:  cron
Crono
A time-based background job scheduler daemon (just like Cron) for Rails
Stars: ✭ 637 (+5690.91%)
Mutual labels:  cron
Pm2 Logrotate
Automatically rotate all applications logs managed by PM2
Stars: ✭ 905 (+8127.27%)
Mutual labels:  cron
Quartznet
Quartz Enterprise Scheduler .NET
Stars: ✭ 4,825 (+43763.64%)
Mutual labels:  cron
Gocron
Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
Stars: ✭ 605 (+5400%)
Mutual labels:  cron
Watchme
Reproducible watchers for research
Stars: ✭ 756 (+6772.73%)
Mutual labels:  cron
Hydra
后端一站式微服务框架,提供API、web、websocket,RPC、任务调度、消息消费服务器
Stars: ✭ 407 (+3600%)
Mutual labels:  cron
Bree
🚥 The best job scheduler for Node.js and JavaScript with cron, dates, ms, later, and human-friendly support. Works in Node v10+ and browsers, uses workers to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and graceful shutdown. Simple, fast, and lightweight. Made for @ForwardEmail and @ladjs.
Stars: ✭ 933 (+8381.82%)
Mutual labels:  cron
Agendash
Agenda Dashboard
Stars: ✭ 620 (+5536.36%)
Mutual labels:  cron
Ppscripts
Post-processing scripts for Sick Beard, NzbDrone/sonarr and CouchPotato Server
Stars: ✭ 6 (-45.45%)
Mutual labels:  cron
Roam To Git
Automatic RoamResearch backup to Git
Stars: ✭ 489 (+4345.45%)
Mutual labels:  cron
Cron Expression Descriptor
A .NET library that converts cron expressions into human readable descriptions.
Stars: ✭ 602 (+5372.73%)
Mutual labels:  cron
Dynamic Wallpaper
A simple bash script to set wallpapers according to current time, using cron job scheduler.
Stars: ✭ 762 (+6827.27%)
Mutual labels:  cron
Chronos
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
Stars: ✭ 4,303 (+39018.18%)
Mutual labels:  cron
Cron Editor
cron editor
Stars: ✭ 22 (+100%)
Mutual labels:  cron
Python Coloredlogs
Colored terminal output for Python's logging module
Stars: ✭ 408 (+3609.09%)
Mutual labels:  cron
Cron Utils
Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
Stars: ✭ 724 (+6481.82%)
Mutual labels:  cron
Crony
Cron scheduler as a service 🕠
Stars: ✭ 9 (-18.18%)
Mutual labels:  cron
Mantra
A simple cron-like scheduler for a single command
Stars: ✭ 24 (+118.18%)
Mutual labels:  cron
Cron Parser
Node.js library for parsing crontab instructions
Stars: ✭ 802 (+7190.91%)
Mutual labels:  cron

Berichtenbox Forwarder

This little python script forwards all messages left in the message box of mijn.overheid.nl. The goverment decided it would be wise not to send any content... It takes a lot of manual labour to fetch the content of the message. This is why I wrote this script. You can run it from the commandline (or as a cronjob) with the following command and credentials from DigiD:

python berichtenbox.py --username="username" --password="password"

If you decide to put it in a cronjob, I've also added the functionality to cache which messages are already forwarded. This is done with the shelf module.

Requirements

The only requirements this little script needs is Mechanize and the keyring library. Which you can easily install with:

pip install mechanize
pip install keyring

Or just use the requirements.txt file: pip install -r requirements.txt

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].