Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavi committed Jul 21, 2024
1 parent 0b9ad00 commit 2f02e71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions geminikit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from geminikit.gemini import Gemini
from geminikit.asynic_gemini import Gemini as Asynic_Gemini
from geminikit.helpers import get_cookies_from_file

2 changes: 1 addition & 1 deletion geminikit/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def generate_random_string():
}


def get_cookies(text):
def get_cookies_from_file(text):
cookies = {}
for cookie_name in base_cookies:
pattern = rf' {cookie_name}=([^\s;]+)'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def get_long_description():
#
setup(
name="geminikit",
version="1.0.5",
version="1.0.6",
author="paviththanan",
author_email="rkpavi06@gmail.com",
description="The python package that returns Response of Google Gemini through Cookies.",
Expand Down

0 comments on commit 2f02e71

Please sign in to comment.