Table of Contents
This project intends to automate the usage of the web app quizlet. Though all modes are not supported currently, once complete the project will contain more features.
Clone the github repo by running
git clone https://arozx/quizlet_bot.git
You MUST change line 18 in bot.py to match the location of the selenium driver executable.
To run the program use the following comand with the options noted below.
python quizlet_bot/bot.py -url -u -p -t
-url = flashcards full url
-u = Quizlet username
-p = Quizlet password
-t = Time in minutes
graph TD;
Quizlet-Bot--> Graphical-User-Interface;
Quizlet-Bot-->Flashcards;
Flashcards-->Multiple-Sets;
Flashcards-->Advanced-Time-Control;
Quizlet-Bot-->Match;
Quizlet-Bot-->Learn;
See the open issues for a full list of proposed features (and known issues).
Distributed under the BSD-3-CLAUSE License. See LICENSE
for more information.
Twitter - @arozx_
Email - github@arozx.tech
Project Link: https://github.com/arozx/quizlet_bot