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
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.
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.