https://github.com/tufayellus/leadersleague.com-scraper
This is a Python based web scraper that scrapes a list of URLs from LeadersLeague.com website that stores email, first name, last name and other leads from the website automatically
https://github.com/tufayellus/leadersleague.com-scraper
data-miner data-mining data-mining-python python-bot python-scraper python-scraper-project-for-beginners python-scraping python-script web-scraper web-scraper-python web-scrapers web-scraping
Last synced: 2 months ago
JSON representation
This is a Python based web scraper that scrapes a list of URLs from LeadersLeague.com website that stores email, first name, last name and other leads from the website automatically
- Host: GitHub
- URL: https://github.com/tufayellus/leadersleague.com-scraper
- Owner: TufayelLUS
- Created: 2024-10-21T16:09:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:12:35.000Z (7 months ago)
- Last Synced: 2025-01-23T23:44:41.443Z (4 months ago)
- Topics: data-miner, data-mining, data-mining-python, python-bot, python-scraper, python-scraper-project-for-beginners, python-scraping, python-script, web-scraper, web-scraper-python, web-scrapers, web-scraping
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leadersleague.com Scraper
This is a Python-based web scraper that scrapes a list of URLs from the LeadersLeague.com website that stores email, first name, last name, and other leads from the website automatically# How does it work?
This checks the given links(check the links.txt file to understand better) from the website https://leadersleague.com and scrapes the leads data into an excel file.# Requirements
Install Python with add to path enabled and then open the terminal to install the library using the command below:pip install requests
Then run the script and it will monitor the website. Before running it, configure the telegram bot API key and chat ID on top of the Python script.