Skip to main content

An API Wrapper for StudySmarter

Project description

studysmarter

API Wrapper for studysmarter.

Developed by Issac (c) 2022

Example use case:

import studysmarter

# login
studysmarter_account = studysmarter.login("testemail123@gmail.com", "password123")

# change studysmarter account name
studysmarter_account.change_name("IssacLifts")

# create new studyset
stsudysmarter_account.create_studyset("Quantum Physics")

# fetch all studysets (dictionary format)
studysets = studysmarter_account.fetch_studysets()

# prints all your studysets in dictionary format
print(studysets.study_sets)

# fetch the first studyset
studyset = studysets.fetch_studyset(0)

# fetches all flashcards
flash_cards = studyset.fetch_flashcards()

# adds a flashcard to set
studyset.add_flashcard("What's the equation to find speed", "Disance / time")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

studysmarter-0.0.2.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

studysmarter-0.0.2-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page