Universities offer rooms around the campus for students that need one for say, a meeting. The bot should be able to book or provide information about rooms when told
"Book a room in the library for 24 November 2pm"
"Which rooms are available?"
This feature may be really difficult to implement since most universities have different room-booking systems. Webscraping (using selenium) is an option (a bad one).
Universities offer rooms around the campus for students that need one for say, a meeting. The bot should be able to book or provide information about rooms when told
"Book a room in the library for 24 November 2pm"
"Which rooms are available?"
This feature may be really difficult to implement since most universities have different room-booking systems. Webscraping (using
selenium) is an option (a bad one).