Skip to content

Commit 467b884

Browse files
authored
Update README.md
1 parent 0752668 commit 467b884

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# Leadersleague.com-Scraper
2-
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
1+
# Leadersleague.com Scraper
2+
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
3+
4+
# How does it work?
5+
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.
6+
7+
# Requirements
8+
Install Python with add to path enabled and then open the terminal to install the library using the command below:
9+
<pre>pip install requests</pre>
10+
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.

0 commit comments

Comments
 (0)