Bot for keeping you online in skyroom.online (online classroom)
Clone repo and download dependencies:
git clone https://github.com/Arian8j2/SkyroomBot.git
cd SkyroomBot
pip install -r requirements.txt
Run skyroom_bot.py
for command line interface:
python skyroom_bot.py
or gui.py
for graphical interface
python gui.py
(Thanks to mparsabadri for helping with gui)
It asks for credentials to login, There are multiple ways to loin to class and you can say it by looking at url, e.g if url is like https://www.skyroom.online/ch/madresegholam/shimi
you just pass url, username, password to bot and you are good to go.
But some urls are like https://www.skyroom.online/ch/madresegholam/shimi/t/eyJ0eXAiOiJKV1QiL.../
in this case you enter url just like previous way, and then enter nothing for username and password and then enter token that here is eyJ0eXAiOiJKV1QiL...
(that is very longer in real url).
Feel free to create your own script using Skyroom Bot. Enjoy!