Skip to main content

The Mathraining Website Scrapper

Project description

Welcome to MT-Scrapper 👋

Version License: GNU GPLv3 Twitter: coco33920

The Scrapper for the Mathraining Website

🏠 Homepage

Install

python3 -m pip install mathraining-scrapper

Usage

mathsite

#Import the mathsite library 
from mathraining.scrapper import mathsite
Mathraining = mathsite.Mathraining() #Create the Mathraining object
#Get the 10th best correctors sorted by total number of corrections
correctors = Mathraining.top_correctors(10)
#Get the 10th best correctors sorted by number of corrections within the last 2 weeks
correctors = Mathraining.top_correctors(10, True)
print(correctors)

mathuser

from mathraining.scrapper import mathuser
User = mathuser.User(10) #Create the object user of id 10
print(User.name()) #print the name of the User
print(User.info()) #print all the informations about this User

See all the documentation here : https://therewillbeadocumentationsomeday.iassureyou

Author

👤 Charlotte Thomas

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

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

mathraining-scrapper-0.0.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

mathraining_scrapper-0.0.3-py3-none-any.whl (16.7 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