Skip to content

arozx/quizlet_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues BSD-3-CLAUSE License


Quizlet bot

A python selenium bot
Explore the docs »
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License
  6. Contact

About The Project

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.

(back to top)

Getting Started

Prerequisites

Installation

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.

(back to top)

Usage

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

(back to top)

Roadmap

graph TD;
    Quizlet-Bot--> Graphical-User-Interface;
    Quizlet-Bot-->Flashcards;
    Flashcards-->Multiple-Sets;
    Flashcards-->Advanced-Time-Control;
    Quizlet-Bot-->Match;
    Quizlet-Bot-->Learn;
Loading

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the BSD-3-CLAUSE License. See LICENSE for more information.

Contact

Twitter - @arozx_

Email - [email protected]

Project Link: https://github.com/arozx/quizlet_bot

(back to top)