Skip to main content

LinkedIn Feed crawler with Selenium.

Project description

LinkedIn_Feed_Bot

Python package in-development that crawls your LinkedIn news feed in order to create a PDF with a weekly summary of your chosen most important topic. It uses Selenium as its workhorse. If you wish to contribute please visit the Github repository.

Contributions are very much welcome! If you'd like to contribute open an issue or a pull request.

Installation

You can install this package throught pip. Just run:

pip install LinkedIn_Feed_Bot

Usage

Here is the basic usage of the package. As the package grows with many applications, a wiki should be made.

import secret # secret is a .py file that contains your LinkedIn's credentials.
from LinkedIn_Feed_Bot import LinkedInBot
from LinkedIn_Feed_Bot import md_writer
from LinkedIn_Feed_Bot import md_to_pdf

# Currently, it only supports Firefox and Google Chrome browser.
bot = LinkedInBot.bot('chrome') 

bot.sign_in(secret.username, secret.password)

for i in range(10):
    bot.scroll_down()

df = bot.df_author_post()

md_writer.feed_template_md('test.md', df)

md_to_pdf.convert('test.md')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LinkedIn_Feed_Bot-0.2.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

LinkedIn_Feed_Bot-0.2.0-py3-none-any.whl (18.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page