Gemini-API
✨ Reverse-engineered Python API for Google Gemini web app
File Explorer
Download Latest Version (.zip)- github-release.yml
- pypi-publish.yml
- dependabot.yml
- launch.json
- settings.json
- banner.png
- favicon.png
- logo.svg
- sample.pdf
- __init__.py
- chat_mixin.py
- gem_mixin.py
- research_mixin.py
- __init__.py
- availablemodel.py
- candidate.py
- chathistory.py
- chatinfo.py
- citation.py
- gem.py
- grpc.py
- image.py
- modeloutput.py
- research.py
- researchresult.py
- video.py
- __init__.py
- citation.py
- decorators.py
- get_access_token.py
- load_browser_cookies.py
- logger.py
- parsing.py
- research.py
- rotate_1psidts.py
- upload_file.py
- __init__.py
- client.py
- constants.py
- exceptions.py
- test_cli.py
- test_client_features.py
- test_deep_research.py
- test_gem_mixin.py
- test_save_image.py
- .gitignore
- cli.py
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/HanaokaYuzu/Gemini-API
Downloads the entire project code from GitHub to your computer.
cd Gemini-API
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install -U gemini_webapi
Installs the package published on PyPI directly — no need to clone the source.
pip install -U gemini_webapi[browser]
Installs the package published on PyPI directly — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -U gemini_webapi
Installs the package published on PyPI directly — no need to clone the source.
pip install -U gemini_webapi[browser]
Installs the package published on PyPI directly — no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
