/imbotus

A bot that attends my online classes on the "Impartus" platform

Primary LanguagePythonMIT LicenseMIT

imbotus: The Impartus Bot

I am not a "morning" person. So, when the 2020 quarantine happened, and classes went online, I made a bot that attended my online classes for me according to my timetable. So if you're not a morning person either, you now know what to do!


Watch imbotus in Action!

Video of script in action


Quick Start

  1. Set up the following ENVIRONMENT VARIABLES in your system:
      USERNAME (set this to your impartus username)
      PASSWORD (set this to your impartus password)
  1. Schedule to run the script according to your timetable using "crontab" (in Mac and Linux Based Distros), or "Task Scheduler" (in Windows)

Accompanying Blog Post

Feel free to check out my blog post where I explain the code in more detail. This will hopefully give you more intuition as to how selenium's webdriver works.