awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
acheong08 avatar

acheong08/EdgeGPTArchived

0
View on GitHub↗

EdgeGPT

EdgeGPT is a reverse engineered API wrapper and programmatic client for interacting with Bing Chat and associated large language model services. It enables the retrieval of text responses, code snippets, and suggested questions through a structured interface.

The project uses exported browser cookies for authentication and implements an automated session rotation system to bypass daily request limits and regional restrictions. It manages multiple cookie sets to maintain continuous service uptime.

The system also includes capabilities for AI image generation, automating requests to create visual content from text prompts and saving the resulting binary data to the local file system.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Features

  • Reverse-Engineered API Clients - Implements a reverse-engineered API client to interact with private AI services by mimicking browser requests.
  • Bing Chat API Wrappers - Provides a reverse-engineered interface to access Bing Chat AI features programmatically.
  • Chat Model Integrations - Provides a programmatic interface for connecting to Bing Chat AI models to retrieve text and code responses.
  • Quota-Bypass Rotation - Implements automated session rotation to bypass daily request limits and maintain continuous service uptime.
  • LLM Clients - Provides a programmatic client for sending prompts to LLMs and receiving structured responses.
  • Cookie Rotation Systems - Automates the switching between multiple cookie files when daily request quotas are reached.
  • Browser Session Authentication - Uses exported browser cookies to authenticate automated requests and bypass regional restrictions.
  • Persistent Session Managers - Maintains persistent authentication state and rotates cookies across multiple user profiles for continuous access.
  • AI Service Wrappers - Acts as a reverse-engineered API wrapper for interacting with Bing Chat AI services.
  • Cookie Management - Manages the storage and rotation of HTTP cookie files to maintain AI service access.
  • AI Image Generation - Provides capabilities for generating visual content from text prompts using AI image services.
  • AI Image Generators - Ships a tool for creating AI-generated images from text prompts and saving them locally.
  • Prompt Engineering - Sends structured prompts to large language models to retrieve text responses and code snippets automatically.
  • Infrastructure and Utilities - Provides reverse-engineered access to search-based AI APIs.
  • More to explore - Reverse-engineered API for interacting with AI chat services.
7,873 stars·857 forks·Python·Unlicense·25 views

Star history

Star history chart for acheong08/edgegptStar history chart for acheong08/edgegpt

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

Frequently asked questions

What does acheong08/edgegpt do?

EdgeGPT is a reverse engineered API wrapper and programmatic client for interacting with Bing Chat and associated large language model services. It enables the retrieval of text responses, code snippets, and suggested questions through a structured interface.

What are the main features of acheong08/edgegpt?

The main features of acheong08/edgegpt are: Reverse-Engineered API Clients, Bing Chat API Wrappers, Chat Model Integrations, Quota-Bypass Rotation, LLM Clients, Cookie Rotation Systems, Browser Session Authentication, Persistent Session Managers.

Which projects share features with acheong08/edgegpt?

Projects with overlapping indexed features include: ping/instagram_private_api — This Python library is a private API wrapper that provides programmatic access to Instagram features by communicating… m1guelpf/chatgpt-telegram — This project is a Telegram bot bridge that connects the Telegram chat interface to large language models. It functions… acheong08/chatgpt — This project is a command line AI client and API wrapper designed to facilitate interaction with a large language… thinkingjimmy/learning-prompt — Learning-Prompt is a collection of educational resources and step-by-step guides designed for mastering large language… memorilabs/memori — Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language… xtekky/gpt4free — This project provides a unified interface for interacting with a wide range of artificial intelligence services,…

Projects sharing features with EdgeGPT

These projects share indexed features with EdgeGPT. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ping/instagram_private_apiping avatar

    ping/instagram_private_api

    3,234View on GitHub↗

    This Python library is a private API wrapper that provides programmatic access to Instagram features by communicating with internal mobile endpoints. It functions as a social media automation toolkit for managing profiles, publishing media, and interacting with the social graph. The library uses a reverse-engineered API to mimic the communication patterns and request headers of mobile applications. It incorporates a session manager that persists authentication cookies and client metadata to maintain active logins and reduce the frequency of authentication handshakes. Its capabilities cover m

    Pythoninstagraminstagram-api
    View on GitHub↗3,234
  • m1guelpf/chatgpt-telegramm1guelpf avatar

    m1guelpf/chatgpt-telegram

    3,883View on GitHub↗

    This project is a Telegram bot bridge that connects the Telegram chat interface to large language models. It functions as a relay that routes user prompts to an artificial intelligence service and returns the generated text responses to the user. The application uses session token authentication to access language model services via browser-extracted cookies. Access to the bot is managed through a whitelist controller that restricts interactions to a predefined list of authorized user identifiers. The system is designed for containerized deployment to ensure consistent execution across diffe

    Go
    View on GitHub↗3,883
  • acheong08/chatgptacheong08 avatar

    acheong08/ChatGPT

    27,924View on GitHub↗

    This project is a command line AI client and API wrapper designed to facilitate interaction with a large language model. It functions as a terminal interface for sending multi-line prompts and receiving generated text, providing a means of conversational AI integration through a programmable interface. The system utilizes a reverse-engineered API interface and HTTP-based request simulation to communicate with the model. It includes an AI plugin manager that allows for the installation and management of external extensions to increase the functional capabilities of the language model. The imp

    Python
    View on GitHub↗27,924
  • thinkingjimmy/learning-promptthinkingjimmy avatar

    thinkingjimmy/Learning-Prompt

    5,322View on GitHub↗

    Learning-Prompt is a collection of educational resources and step-by-step guides designed for mastering large language model interaction and text-to-image tools. It provides a guided course on prompt engineering for large language models alongside tutorials for creating visual content with generative AI. The project utilizes a curated curriculum that organizes material into sequential lessons and modular tracks. Instruction is delivered through step-by-step tutorials and an iterative framework of drafting, testing, and refining prompts, using side-by-side comparisons of raw and optimized exam

    CSSpromptprompt-engineeringprompt-toolkit
    View on GitHub↗5,322
Compare all 30 related projects→