{"id":50112651,"url":"https://github.com/core-euler/vpn_seller","last_synced_at":"2026-05-23T13:05:57.509Z","repository":{"id":341228049,"uuid":"1063092320","full_name":"core-euler/vpn_seller","owner":"core-euler","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-24T06:53:36.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-28T18:54:06.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/core-euler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-24T06:45:23.000Z","updated_at":"2025-09-24T06:53:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/core-euler/vpn_seller","commit_stats":null,"previous_names":["core-euler/vpn_seller"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/core-euler/vpn_seller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fvpn_seller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fvpn_seller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fvpn_seller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fvpn_seller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/core-euler","download_url":"https://codeload.github.com/core-euler/vpn_seller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core-euler%2Fvpn_seller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33396647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2026-05-23T13:05:55.358Z","updated_at":"2026-05-23T13:05:57.500Z","avatar_url":"https://github.com/core-euler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## VPN seller Bot\n### 🌟 Features\n\n#### VPN Key Purchase: \nBuy Outline VPN keys for Android, TV, Apple, Mac, Windows, and routers with monthly subscriptions.\n#### Payment Options: \nSupports YooKassa, CryptoBot, and Telegram Stars for secure and flexible payments.\n#### Referral System: \nInvite a friend and both receive 50 RUB credited to your account.\n#### Contests \u0026 Giveaways: \nParticipate in automated contests and giveaways for exciting rewards.\n#### Admin Panel: \nManage users, VPN keys, servers, and finances with detailed logs of all admin actions.\n#### Multilingual Support: \nAvailable in Russian and English via Fluentogram.\n#### Deployment: \nEasy setup with Docker Compose, including bot, backend, and PostgreSQL database.\n\n### 🛠️ Tech Stack\n\n#### Bot: \nPython, Aiogram, Fluentogram (see bot/requirements.txt for details).\n#### Backend: \nFastAPI, SQLAlchemy, PostgreSQL (see backend/requirements.txt for details).\n#### External APIs: \nYooKassa, CryptoBot, Outline VPN.\n#### Deployment: \nDocker Compose with services for bot, backend, and database.\n\n### 📂 Project Structure\n```\n├── admin_actions.log           # Log file for admin actions\n├── backend                     # FastAPI backend\n│   ├── alembic                 # Database migrations\n│   ├── app                     # Backend application code, endpoints\n│   ├── config.yaml             # Backend configuration\n│   ├── Dockerfile              # Docker configuration for backend\n│   ├── init_migrations.py      # Database migration initialization\n│   ├── requirements.txt        # Backend dependencies\n├── bot                         # Telegram bot\n│   ├── config.example.yaml     # Example configuration file\n│   ├── config.py               # Configuration loader\n│   ├── config.yaml             # Bot configuration\n│   ├── Dockerfile              # Docker configuration for bot\n│   ├── handlers                # Bot command and event handlers\n│   ├── keyboards               # Custom Telegram keyboards\n│   ├── locales                 # Localization files (Russian, English)\n│   ├── __main__.py             # Bot entry point\n│   ├── middlewares             # Bot middlewares - admin/blacklist\n│   ├── requirements.txt        # Bot dependencies\n│   ├── services                # Bot services and utilities\n│   ├── utils                   # Helper utilities\n├── docker-compose.yml          # Docker Compose configuration\n```\n### 🚀 Getting Started\n#### Prerequisites\n\nDocker and Docker Compose installed.\nPython 3.8+ for local development (optional).\nAPI keys for YooKassa, CryptoBot, and Outline VPN.\nAccess to a running Outline VPN server.\n\n#### Configuration\n\nconfig.yaml: Contains sensitive variables such as API keys and database credentials. Ensure this file is not committed to version control.\nPayment Services: Configure YooKassa, CryptoBot, and Telegram Stars API keys in backend/config.yaml.\nOutline VPN: Provide the Outline VPN API endpoint and credentials in backend/config.yaml.\n\n### 🛡️ Admin Panel\nThe admin panel within the bot provides powerful tools to manage the service:\n\n#### User Management: \nBlock or promote users to admin status.\n#### VPN Key Management: \nCreate, block, or view key history.\n#### Server Management: \nAdd, remove, or monitor Outline VPN servers.\n#### Financial Analytics: \nView daily, monthly, or all-time financial statistics.\n#### Contests \u0026 Giveaways: \nSet up automated contests for users.\n#### Action Logging: \nAll admin actions are logged in admin_actions.log for transparency.\n\n### 🤝 Contributing\nContributions are welcome! To get started:\n\nFork the repository.\nCreate a new branch (git checkout -b feature/your-feature).\nCommit your changes (git commit -m \"Add your feature\").\nPush to the branch (git push origin feature/your-feature).\nOpen a Pull Request.\n\nPlease ensure your code follows the project's style and includes appropriate tests.\n\n#### 📜 License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\nFor support or inquiries, reach out via Telegram: @okolo_boga.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore-euler%2Fvpn_seller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcore-euler%2Fvpn_seller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore-euler%2Fvpn_seller/lists"}