Håll dina bostadsköer förnyade automatiskt!
Detta skript loggar automatiskt in på dina bostadsköer så att du inte tappar din registrering. Fungerar hittills för:
These instructions will get you a copy of the project up and running on your local machine for development and running purposes.
- Node v7.6.0 or greater
Download the project from Github
git clone https://github.com/JohanWinther/Bostadsbotten
Go into the folder
cd Bostadsbotten
Install all prerequisites
npm install
Create a copy of credentials-example.json
called credentials.json
and add any site credentials with the same keys as in config.json
.
You probably want this to run automatically every X months, so make your system's task scheduler runs the command
node path-to-index.js
For Windows it is probably best to setup a basic task in the Task Scheduler.
Feel free to submit pull requests to help the project or provide config settings for new websites.
This project is licensed under the MIT License - see the LICENSE.md file for details