Metadata-Version: 2.1
Name: twofourseven
Version: 0.1.11
Summary: Package to scrape 247Sports website for recruiting data
Home-page: https://github.com/Natron0919/twofourseven/
Author: Nathan Reeb
Author-email: Nathan.Reeb94@outlook.com
License: UNKNOWN
Description: # TwoFourSeven
        Python Package to scrape recruiting data from 247Sports website
        
        Able to scrape transfer portal page as well.
        
        ## Installation:
        pip install twofourseven <br>
        
        ## Classes:
        <strong>Recruit</strong> <br>
          getClass(team, year) - Returns df of the recruiting class of a given team from the given year. (does NOT include transfers) <br>
          getAllTime(team) - Returns df of top recruits for a team for recent history. <br>
          getFBPlayerData(year) - Returns df of top 2000 fb recruits for a given year. <br>
          getBBPlayerData(year) - Returns df of top 2000 (or less depending on how many are ranked) bb recruits for a given year. <br>
          getDraft(year) - Returns df of the NFL draft from a given year <br>
        <br>
        <strong>TransferPortal</strong> <br>
          getFootballData(year) - Returns df of everyone who entered the transferportal for a given year for football <br>
          getBasketballData(year) - Returns df of everyone who entered the transferportal for a given year for basketball <br>
          
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
