helallao / perplexity-ai

Unofficial API Wrapper for Perplexity.ai + Account Generator
https://perplexity.ai
MIT License
285 stars 50 forks source link

Is this still working? #40

Closed deorc-unity closed 3 days ago

deorc-unity commented 5 days ago

I found some errors: File : perplexity.py Line 525: new_account = Client(perplexity_headers,perplexity_cookies) Line 526: new_account.create_account(emailnator_headers,emailnator_cookies) These lines are missing 'self' keywords in the Client & create_account parameters.

The myfile.txt & myfile2.pdf are storing the account information but what are these files trying to store initially?

I am facing this error: 'Error: Handshake status 403 Forbidden'

helallao commented 3 days ago

Repository updated