Skip to content

Commit

Permalink
v2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Aug 27, 2024
1 parent 7594519 commit 711424c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ twine = "*"
[scripts]
test = "python -m pytest tests"
build = "python setup.py sdist bdist_wheel"
publish = "python -m twine upload dist/*"
publish = "python -m twine upload dist/*"
publish_test = "python -m twine upload dist/* --repository testpypi"
25 changes: 15 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,23 @@ LinkedIn API for Python
<h3 align="center">Sponsors</h3>

<p align="center" style="margin-bottom:24px" >
<a href="https://prospeo.io/api/linkedin-email-finder" target="_blank">
<img height="45px" style="margin-right:24px;height:45px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/prospeo.png" alt="Prospeo">
</a>
<a href="https://nubela.co/proxycurl/?utm_campaign=influencer%20marketing&utm_source=github&utm_medium=social&utm_term=-&utm_content=tom%20quirk" target="_blank">
<img height="45px" style="height:45px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/proxycurl.png" alt="proxycurl">
</a>
<a href="https://bit.ly/3SWnB63" target="_blank">
<img height="45px" style="margin-right:24px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/prospeo.png" alt="Prospeo">
</a>
<a href="https://bit.ly/3SRximo" target="_blank">
<img height="45px" style="margin-right:24px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/proxycurl.png" alt="proxycurl">
</a>
<a href="https://bit.ly/3Mbksvd" style="margin-right:24px" target="_blank">
<img height="45px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/lix.png" alt="Lix">
</a>
<a href="https://bit.ly/3WOIMrX" target="_blank">
<img height="70px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/unipile.png" alt="Unipile">
</a>
<a href="https://bit.ly/4fUyE9J" target="_blank">
<img height="45px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/scrapin.png" alt="Scrapin">
</a>
</p>

<p align="center">
<a href="https://iscraper.io/" target="_blank">
<img height="35px" style="margin-right:24px;height:35px" src="https://raw.githubusercontent.com/tomquirk/linkedin-api/master/assets/logos/iscraper.png" alt="serpsbot">
</a>

<h5 align="center"><a href="https://github.com/sponsors/tomquirk/sponsorships?sponsor=tomquirk&tier_id=96653&preview=false" target="_blank">Become a sponsor</a></h5>

Expand Down
7 changes: 4 additions & 3 deletions linkedin_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
from .linkedin import Linkedin

__title__ = "linkedin_api"
__version__ = "2.1.1"
__description__ = "Python Wrapper for the Linkedin API"

__version__ = "2.2.0"
__summary__ = "Linkedin API for Python"
__description__ = "Search profiles, send messages, find jobs, get company posts and more. All with a regular Linkedin user account. Build bots, SDKs, integrations and AI tools."
__keywords__ = "linkedin,api,automation,scraper,bot,data,sdk,ai,integration,profiles,network,company"
__license__ = "MIT"

__author__ = "Tom Quirk"
Expand Down

0 comments on commit 711424c

Please sign in to comment.