scranking is a python library that display ranking of the college swimmer
Project description
scranking
scranking is a python library that display ranking of the college swimmer
Overview
Scranking is a library designed specifically for extracting data from swimcloud, a comprehensive website that showcases the times and rankings of high school and college swimmers.
The library will allow users to simpily type the URL and get all the neccessary information of that swimmer.
Install
Install using 'pip install scranking' in the command line and import it to your python file like all the others.
Quickstart of scranking
from scranking import Swimmer
# Initialize the swimmer object with your swimcloud url
swimmer = Swimmer("url")
# Check if the browser is working
swimmer.get_http_status()
# Create a bf4 for that swimmer objecft
swimmer.get_soup()
# Save the html of the website into text file
swimmer.save_soup_to_file("soup", "filename.txt")
# Get the full name of that swimmer with the soup you created
swimmer.get_name("soup")
# Find a line html that contains swimmer's social network information and hometown
swimmer.get_info("infohtml")
# Get all the events for that swimmer with the best time
swimmer.get_event("soup")
# A search method for get_event method
swimmer.lookup_event("40 L Free")
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
scranking-0.1.2.tar.gz
(8.0 kB
view details)
File details
Details for the file scranking-0.1.2.tar.gz
.
File metadata
- Download URL: scranking-0.1.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.28.2 setuptools/67.6.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4802755e98d515182bff40cc09e147f2ae3f1bfca62d7c2fe6297723a2ee28f |
|
MD5 | f06c68485296a65c20bae9673bd00b09 |
|
BLAKE2b-256 | 920c770e2a7a4cc280e786a773b90f070da19d154e2b2ff8713ab6ab0a16da7f |