Skip to main content

A package that makes interacting with Scratch API easier

Project description

ScraGet

forthebadge made-with-python

PyPI Latest Release Package Status Downloads PyPI pyversions

ScraGet - A Scratch API package for Python
This is a package that makes it easy to get data form:.

  1. Scratch -- Made by Scratch developers
  2. ScratchDB -- Made by @DatOneLefty

This package is used without any password!
You don't need to Memorize any links!

To install:

pip install ScraGet

WIP currently

Docs:

documentation coming soon on wiki page

Basic usage:

Get user ID from scratch

import ScraGet #import package
user = ScraGet.user.get_user() #create object
user.updateScratch("griffpatch") #update data
print(user.id) #print required info

Get user ID from scratchDB

import ScraGet #import package
user = ScraGet.user.get_user() #create object
user.updateScratchDB("griffpatch") #update data
print(user.id) #print required info

Docs on the wiki page.

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

ScraGet-0.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

ScraGet-0.1.0-py3-none-any.whl (7.5 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