Skip to content

Automatic reservation of rooms for NTNUs room reservation system

Notifications You must be signed in to change notification settings

amojamo/NTNU-Roomshark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NTNU-Roomshark

Automatic reservation of rooms for NTNUs room reservation system

Use chromedriver v 2.39 (copy in this repo) https://chromedriver.storage.googleapis.com/index.html?path=2.39/

Installation:

sudo apt-get install -y chromium-browser xvfb python3-pip chromium-chromedriver
sudo cp chromedriver /usr/lib/chromium-browser/chromedriver
sudo chmod a+x /usr/lib/chromium-browser/chromedriver
pip3 install -r requirements.txt

Then run the script every day at 00:00 with crontab or something. It will automatically use the date two weeks from now as it is not possible to book more than two weeks in advance.

About

Automatic reservation of rooms for NTNUs room reservation system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%