Skip to main content

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

License: MIT GitHub issues Build Status codecov PyPI Docs

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


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 hashes)

Uploaded Source

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