Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
/ py_natwest Public archive

Command-line access to Natwest Online Banking account

Notifications You must be signed in to change notification settings

dulin/py_natwest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-natwest

Command-line access to Natwest Online Banking account

Docker

docker build -t natwest_zoom:latest .
docker run -it --rm -v $(pwd)/config:/opt/natwest/config natwest_zoom:latest ./natwest force
docker run -it --rm -v $(pwd)/config:/opt/natwest/config natwest_zoom:latest

Cron Jobs

0 9     * * *   martin    docker run -i --rm -v /etc/natwest:/opt/natwest/config natwest_zoom:latest ./natwest force >/dev/null 2>&1 || true
*/1 *	  * * *   martin    docker run -i --rm -v /etc/natwest:/opt/natwest/config natwest_zoom:latest >/dev/null 2>&1 || true

About

Command-line access to Natwest Online Banking account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages