AdrianTomin /
email-scraper
📧 A Python-based web scraping tool that recursively collects email addresses from websites. 🌐 It follows links to multiple pages and extracts emails using BeautifulSoup and regex.
76/100 healthLoading repository data…
Code-JL / repository
A Python-based web scraping toolkit that extracts and processes NFL kicking statistics from Pro-Football-Reference. This project automates the collection of comprehensive game data, with a particular focus on field goal attempts and environmental conditions.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A Python-based web scraping toolkit that extracts and processes NFL kicking statistics from Pro-Football-Reference. This project automates the collection of comprehensive game data, with a particular focus on field goal attempts and environmental conditions.
The NFL Point Kicker Data Scraper systematically collects and processes data through a pipeline of specialized Python scripts, each handling a specific aspect of the data collection and formatting process. The result is a series of well-structured CSV files ready for analysis.
Comprehensive Data Collection
Intelligent Data Processing
Specialized Output Files
The system operates through a series of specialized scripts:
FootballInfoScraper.py - Initializes the scraping pipeline and collects game URLsFootballGameInfoScraper.py - Extracts detailed game dataGameUrlDateSeparator.py - Processes game datesDateToCSVFormat.py - Standardizes date formatsTotalDataFormatting.py - Creates the master datasetSplitDataFormatting.py - Generates specialized analysis files# Clone the repository
git clone https://github.com/Code-JL/NFL-Point-Kicker-Data-Scraper.git
# Navigate to project directory
cd NFL-Point-Kicker-Data-Scraper
# Install required packages
pip install -r requirements.txt
Execute the scripts in the following order:
python FootballInfoScraper.py
python FootballGameInfoScraper.py
python GameUrlDateSeparator.py
python DateToCSVFormat.py
python TotalDataFormatting.py
python SplitDataFormatting.py
Selected from shared topics, language and repository description—not editorial ratings.
AdrianTomin /
📧 A Python-based web scraping tool that recursively collects email addresses from websites. 🌐 It follows links to multiple pages and extracts emails using BeautifulSoup and regex.
76/100 healthbeingvirus /
JobMiner – A Python-based web scraping toolkit for extracting and organizing job listings from multiple websites into structured data.
50/100 healthTareqAlKushari /
Note: FootballGameInfoScraper.py may take significant time to complete due to rate limiting.
The scraper generates several CSV files optimized for different analysis scenarios:
NFLKicksInfo2000-2022.csv - Complete datasetNFLKicksInfo2000-2022WeatherSplit.csv - Weather-specific analysisNFLKicksInfo2000-2022NonSplit.csv - General analysisNFLKicksInfo2000-2022NonSplitClosedDome.csv - Indoor game analysisNFLKicksInfo2000-2022WeatherSplitWindChill.csv - Wind chill impact analysisEach record includes:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Web-Scraping is a Python-based toolkit designed for extracting structured data from static and dynamic websites. This repository showcases efficient web scraping strategies using popular libraries like requests, BeautifulSoup, and optionally Selenium, enabling the automated retrieval of HTML content, parsing of complex web data,
fahim-506 /
A powerful Python-based web scraping toolkit using BeautifulSoup, Playwright, and Firecrawler for data extraction and automation.
55/100 healthhi-tech-AI /
A Python-based web scraping project designed to extract marketplace data, including product details, prices, and seller information, from various e-commerce platforms. The project features modular scrapers, data cleaning, and export functionality for analytics or integration.
52/100 healthandronescumihai /
Python-based automation suite for web scraping and multi-level link navigation using BeautifulSoup to extract and process structured data from HTML.
49/100 health