Skip to content

Commit

Permalink
poe.com api (gpt-4) [added license for api.py]
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Apr 16, 2023
1 parent 63a1ee4 commit cad2b5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions quora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def create(proxy: None or str = None, logging: bool = False, enable_bot_creation
mail = Mail(client.proxies)
mail_token = None
_, mail_address = mail.get_mail()
if mail_address is None:
raise Exception('Error creating mail, please use proxies')

if logging: print('email', mail_address)

Expand Down
1 change: 1 addition & 0 deletions quora/cookies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ nBvuNYRLaE4xE4HuzBPiIQ==
oyae3iClomSrk6RJywZ4iw==
1Z27Ul8BTdNOhncT5H6wdg==
wfUfJIlwQwUss8l-3kDt3w==
f6Jw_Nr0PietpNCtOCXJTw==

0 comments on commit cad2b5a

Please sign in to comment.