Skip to content

This python script uses web scraping, browser automation(FireFox specifially) and openpyxl to scrape your followers' names from your LinkedIn profile and adds it to an excel sheet on your desktop by either creating a new one(if not already present) or by modifying an existing one. The date is added to the top of each column. Followers in the pre…

Notifications You must be signed in to change notification settings

harjotsingh1999/LinkedIn_Followers_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LinkedIn_Followers_Tracker

This python script uses Beautiful Soup for web scraping, Selenium module for browser automation(FireFox specifially), and openpyxl for Working with MS excel sheet to scrape your followers' names from your LinkedIn profile and adds it to an excel sheet on your desktop by either creating a new one(if not already present) or by modifying an existing one. The date is added to the top of each column. Followers in the previous column (if present) are matched with the current ones to see which ones have you lost or gained. The lost ones are marked in red font in the previous column and the new followers are marked green in the new column.

About

This python script uses web scraping, browser automation(FireFox specifially) and openpyxl to scrape your followers' names from your LinkedIn profile and adds it to an excel sheet on your desktop by either creating a new one(if not already present) or by modifying an existing one. The date is added to the top of each column. Followers in the pre…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages