An open API service indexing awesome lists of open source software.

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

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.