Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 674 additions & 0 deletions modules/li8fn3bk0jnl6h7inw9x/LICENSE

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions modules/li8fn3bk0jnl6h7inw9x/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Linkedin post collector
Scrapes Linkedin, slowly & respectully. - https://linkedin.com
for latest comments & threads, with anon-ised authors.
Thank you, Linkedin.

<img src="https://img.shields.io/badge/exorde-data-blue?style=for-the-badge" />

#### This package is part of [exorde_data]().

- :warning: Exorde data is a modular scraping module that propose to it's users to install a wide range of sub-modules.

- ⚠️ To avoid possible security risk with name pollution, each of our sub-modules is released with a random uuid[:15] name.

**Instalation should be done trough the exorde_data module**
```bash
pip install exorde_data[reddit]
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Metadata-Version: 2.1
Name: li8fn3bk0jnl6h7inw9x
Version: 0.0.1
Provides-Extra: dev
License-File: LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
LICENSE
README.md
setup.py
li8fn3bk0jnl6h7inw9x/__init__.py
li8fn3bk0jnl6h7inw9x.egg-info/PKG-INFO
li8fn3bk0jnl6h7inw9x.egg-info/SOURCES.txt
li8fn3bk0jnl6h7inw9x.egg-info/dependency_links.txt
li8fn3bk0jnl6h7inw9x.egg-info/requires.txt
li8fn3bk0jnl6h7inw9x.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
selenium==4.2.0
exorde_data

[dev]
pytest
pytest-cov
pytest-asyncio
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
li8fn3bk0jnl6h7inw9x
Loading