Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The code works but gives an error saying it doesn't work. And how can I add a proxy? #473

Open
kyasin96 opened this issue Jan 3, 2025 · 0 comments

Comments

@kyasin96
Copy link

kyasin96 commented Jan 3, 2025

from linkedin_api import Linkedin

# Authenticate using any Linkedin user account credentials
api = Linkedin('***************', '***************')


company_urn = "urn:li:fsd_followingState:(urn:li:fsd_company:number)"  # Şirket URN
error_occurred = api.follow_company(company_urn)

if not error_occurred:
    print("It worked successfully")
else:
    print("An error occurred")

The code works but gives an error saying it doesn't work. And how can I add a proxy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant