{"id":27120749,"url":"https://github.com/cleitonleonel/pyquotex","last_synced_at":"2026-01-28T10:03:35.773Z","repository":{"id":172367678,"uuid":"611531810","full_name":"cleitonleonel/pyquotex","owner":"cleitonleonel","description":"Unofficial Quotex Library","archived":false,"fork":false,"pushed_at":"2025-07-15T02:38:12.000Z","size":1212,"stargazers_count":120,"open_issues_count":15,"forks_count":83,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-15T07:12:25.925Z","etag":null,"topics":["python","quotex","qxbroker","trader","websockets"],"latest_commit_sha":null,"homepage":"https://cleitonleonel.github.io/pyquotex/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cleitonleonel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-09T02:24:59.000Z","updated_at":"2025-07-15T02:38:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"91ce69d9-bcc9-4001-b9c4-efd22305b3bd","html_url":"https://github.com/cleitonleonel/pyquotex","commit_stats":null,"previous_names":["cleitonleonel/pyquotex"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cleitonleonel/pyquotex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleitonleonel%2Fpyquotex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleitonleonel%2Fpyquotex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleitonleonel%2Fpyquotex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleitonleonel%2Fpyquotex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cleitonleonel","download_url":"https://codeload.github.com/cleitonleonel/pyquotex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cleitonleonel%2Fpyquotex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","quotex","qxbroker","trader","websockets"],"created_at":"2025-04-07T10:07:35.298Z","updated_at":"2026-01-28T10:03:35.768Z","avatar_url":"https://github.com/cleitonleonel.png","language":"Python","funding_links":["https://www.buymeacoffee.com/cleiton.leonel"],"categories":[],"sub_categories":[],"readme":"# 🚀 PyQuotex\n\n---\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/cleitonleonel/pyquotex\"\u003e\n    \u003cimg src=\"pyquotex.png\" alt=\"pyquotex\" width=\"45%\" height=\"auto\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ci\u003eUnofficial Quotex Library API Client written in Python!\u003c/i\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.12%20%7C%203.13-green\" alt=\"Python Versions\"/\u003e\n\u003c/p\u003e\n\n---\n\n## 📘 Sobre o projeto (PT-BR)\n\nO **PyQuotex** nasceu como uma biblioteca open-source para facilitar a comunicação com a plataforma Quotex via WebSockets. Com o tempo e devido ao uso indevido, uma versão privada mais segura e robusta foi criada.\n\n---\n\n## 📘 About the Project (EN)\n\n**PyQuotex** started as an open-source library to make it easier to communicate with the Quotex platform using WebSockets. Due to misuse, a more robust private version was later introduced.\n\n---\n\n## 🎯 Objetivo da Biblioteca / Library Goal\n\nProver ferramentas para desenvolvedores integrarem seus sistemas com a plataforma Quotex, permitindo operações automatizadas de forma segura e eficiente.\n\n\u003e ⚠️ Esta biblioteca **não é um robô de operações** e não toma decisões por conta própria.\n\n---\n\n# 📚 Documentação Completa\nhttps://cleitonleonel.github.io/pyquotex/\n\n\n## 🛠 Instalação\n\n### 1. Clone o repositório:\n\n```bash\ngit clone https://github.com/cleitonleonel/pyquotex.git\ncd pyquotex\npoetry install\npoetry run python app.py\n```\n\n### 2. Ou instale diretamente no seu projeto com Poetry:\n\n```bash\npoetry add git+https://github.com/cleitonleonel/pyquotex.git\n```\n\n### 2.1. Instale com um comando no Termux (Android):\n\n```shell\ncurl -sSL https://raw.githubusercontent.com/cleitonleonel/pyquotex/refs/heads/master/run_in_termux.sh | sh\n```\n\n### 3. Requisitos adicionais\nSe você encontrar um erro relacionado ao `playwright install` ao usar esta biblioteca, siga os passos abaixo para resolver o problema.\n\n### Instalar navegadores do Playwright\nCertifique-se de que o Playwright e os navegadores compatíveis estejam instalados.\n\n![playwright_info.png](playwright_info.png)\n\n```bash\nplaywright install\n```\n---\n\n## 🧪 Exemplo de uso\n\n```python\nfrom pyquotex.stable_api import Quotex\n\nclient = Quotex(\n  email=\"your_email\",\n  password=\"your_password\",\n  lang=\"pt\"  # ou \"en\"\n)\n\nawait client.connect()\nprint(await client.get_balance())\nawait client.close()\n```\n\n---\n\n## 💡 Recursos Principais\n\n| Função                     | Descrição                              |\n| -------------------------- | -------------------------------------- |\n| `connect()`                | Conecta via WebSocket com reconexão    |\n| `get_balance()`            | Retorna o saldo da conta               |\n| `buy_simple()`             | Realiza uma operação de compra simples |\n| `buy_and_check_win()`      | Compra e verifica o resultado          |\n| `get_candle()`             | Retorna candles históricos             |\n| `get_realtime_sentiment()` | Sentimento em tempo real do ativo      |\n| `balance_refill()`         | Recarrega a conta demo                 |\n\n---\n\n## 🔒 Versão Privada Disponível\n\nUma versão privada está disponível com recursos adicionais, estabilidade aprimorada e melhor suporte.\n\n👉 [Acesse a versão privada](https://t.me/pyquotex/852) para desbloquear o máximo do PyQuotex!\n\n### 💥 Comparativo de Versões\n\n| Recurso                        | Open Source ✅ | Versão Privada ✨      |\n|--------------------------------| ------------- | --------------------- |\n| Suporte a Multilogin           | ❌             | ✅                     |\n| Monitoramento de Sentimentos   | ✅             | ✅ + detecção avançada |\n| Proxy/DNS Customizado          | ❌             | ✅                     |\n| Robustez e Alta Confiabilidade | ✅             | ✨ Nível enterprise    |\n| Velocidade de Execução         | ✅             | ⚡ Ultra rápido        |\n| Suporte                        | ❌             | ✅                     |\n\n---\n\n## 🤝 Apoie este projeto\n\n[![Buy Me a Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/cleiton.leonel)\n\n### 💸 Criptomoedas\n\n* **Dogecoin (DOGE)**: `DMwSPQMk61hq49ChmTMkgyvUGZbVbWZekJ`\n* **Bitcoin (BTC)**: `bc1qtea29xkpyx9jxtp2kc74m83rwh93vjp7nhpgkm`\n* **Ethereum (ETH)**: `0x20d1AD19277CaFddeE4B8f276ae9f3E761523223`\n* **Solana (SOL)**: `4wbE2FVU9x4gVErVSsWwhcdXQnDBrBVQFvbMqaaykcqo`\n\n---\n\n## 📞 Contato\n\n* Telegram: [@cleitonleonel](https://t.me/cleitonleonel)\n* GitHub: [cleitonleonel](https://github.com/cleitonleonel)\n* LinkedIn: [Cleiton Leonel](https://www.linkedin.com/in/cleiton-leonel-creton-331138167/)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleitonleonel%2Fpyquotex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleitonleonel%2Fpyquotex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleitonleonel%2Fpyquotex/lists"}