The Mathraining Website Scrapper
Project description
Welcome to MT-Scrapper 👋
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
- Twitter: @coco33920
- Github: @coco33920
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for mathraining-scrapper-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cc9432b11e75ddcf306f29d2494cc705d0843a65619b5b8e42739dc2ba9cb51 |
|
MD5 | 34f11980be3d3ff26282299ebc0b0e06 |
|
BLAKE2b-256 | 5f567f31dccd26e84706512accd063ce3c83cdf88c4f9f533d1c52c56272b3e3 |
Close
Hashes for mathraining_scrapper-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24fe4f649ed5808c5ed58c076c6dfd1fc7a328718fda9601bf9630bdf606c834 |
|
MD5 | 125b17612086e39be232fef1725cc195 |
|
BLAKE2b-256 | 4a5a06435592940061a4777e7c63bc9fe2f0754b01c84053eafa4984aaaf1cd3 |