{"id":31545492,"url":"https://github.com/abbasxan/neonpay","last_synced_at":"2025-10-04T14:49:44.491Z","repository":{"id":311732315,"uuid":"1043234116","full_name":"Abbasxan/neonpay","owner":"Abbasxan","description":"🌟 NeonPay — a lightweight Python library for accepting payments with Telegram Stars (XTR) in your bots. Minimal code required to receive payments and handle donations.","archived":false,"fork":false,"pushed_at":"2025-09-13T22:40:08.000Z","size":7464,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T14:49:42.252Z","etag":null,"topics":["neonpayapi","payments","telegram","telegrampaymentbot","xtr"],"latest_commit_sha":null,"homepage":"https://abbasxan.github.io/","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/Abbasxan.png","metadata":{"files":{"readme":"docs/README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-23T12:21:50.000Z","updated_at":"2025-09-13T22:40:12.000Z","dependencies_parsed_at":"2025-08-26T09:19:30.375Z","dependency_job_id":null,"html_url":"https://github.com/Abbasxan/neonpay","commit_stats":null,"previous_names":["abbasxan/neonpay"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Abbasxan/neonpay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbasxan%2Fneonpay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbasxan%2Fneonpay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbasxan%2Fneonpay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbasxan%2Fneonpay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abbasxan","download_url":"https://codeload.github.com/Abbasxan/neonpay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abbasxan%2Fneonpay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278328163,"owners_count":25968899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["neonpayapi","payments","telegram","telegrampaymentbot","xtr"],"created_at":"2025-10-04T14:49:40.309Z","updated_at":"2025-10-04T14:49:44.483Z","avatar_url":"https://github.com/Abbasxan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEONPAY Documentation\r\n\r\nThis directory contains the multi-language documentation for NEONPAY v2.6.0.\r\n\r\n## 🆕 New in v2.6.0\r\n\r\nThe documentation now includes comprehensive guides for all new enterprise features:\r\n\r\n- **Web Analytics Dashboard** - Real-time monitoring via web interface\r\n- **Notification System** - Multi-channel notifications (Email, Telegram, SMS, Webhook)\r\n- **Backup \u0026 Restore** - Automated data protection\r\n- **Template System** - Pre-built bot templates\r\n- **Multi-Bot Analytics** - Network-wide performance tracking\r\n- **Event Collection** - Centralized event management\r\n- **Web Sync Interface** - Multi-bot synchronization via REST API\r\n\r\n## Structure\r\n\r\n```\r\ndocs/\r\n├── index.rst              # Main index page with language selection\r\n├── conf.py               # Sphinx configuration\r\n├── Makefile              # Build commands\r\n├── requirements.txt      # Documentation dependencies\r\n├── en/                   # English documentation\r\n│   ├── index.rst\r\n│   ├── README.rst\r\n│   ├── API.rst\r\n│   ├── FAQ.rst\r\n│   └── SECURITY.rst\r\n├── ru/                   # Russian documentation\r\n│   ├── index.rst\r\n│   ├── README.rst\r\n│   ├── API.rst\r\n│   ├── FAQ.rst\r\n│   └── SECURITY.rst\r\n└── az/                   # Azerbaijani documentation\r\n    ├── index.rst\r\n    ├── README.rst\r\n    ├── API.rst\r\n    ├── FAQ.rst\r\n    └── SECURITY.rst\r\n```\r\n\r\n## Building Documentation\r\n\r\n### Prerequisites\r\n\r\nInstall the required dependencies:\r\n\r\n```bash\r\npip install -r docs/requirements.txt\r\n```\r\n\r\n### Build Commands\r\n\r\n1. **Build all languages:**\r\n   ```bash\r\n   cd docs\r\n   make html-multilang\r\n   ```\r\n\r\n2. **Build specific language:**\r\n   ```bash\r\n   cd docs\r\n   sphinx-build -b html -D language=en . _build/html/en\r\n   sphinx-build -b html -D language=ru . _build/html/ru\r\n   sphinx-build -b html -D language=az . _build/html/az\r\n   ```\r\n\r\n3. **Build main documentation:**\r\n   ```bash\r\n   cd docs\r\n   make html\r\n   ```\r\n\r\n4. **Clean build directory:**\r\n   ```bash\r\n   cd docs\r\n   make clean\r\n   ```\r\n\r\n## Deployment\r\n\r\nThe documentation is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment is handled by the GitHub Actions workflow in `.github/workflows/docs.yml`.\r\n\r\n### Manual Deployment\r\n\r\nIf you need to deploy manually:\r\n\r\n1. Build the documentation:\r\n   ```bash\r\n   cd docs\r\n   make html-multilang\r\n   ```\r\n\r\n2. Deploy to GitHub Pages:\r\n   ```bash\r\n   npx gh-pages -d _build/html\r\n   ```\r\n\r\n## Adding New Languages\r\n\r\nTo add support for a new language:\r\n\r\n1. Create a new directory for the language (e.g., `docs/fr/` for French)\r\n2. Copy the structure from an existing language directory\r\n3. Translate all `.rst` files in the new directory\r\n4. Update `docs/conf.py` to include the new language in the `languages` dictionary\r\n5. Update `docs/index.rst` to include a link to the new language\r\n6. Update `.github/workflows/docs.yml` to build the new language\r\n\r\n## File Formats\r\n\r\nThe documentation supports both RST and Markdown formats:\r\n\r\n- **RST files** (`.rst`) - Native Sphinx format, recommended for complex documentation\r\n- **Markdown files** (`.md`) - Converted using MyST parser, good for simple documentation\r\n\r\n## Contributing\r\n\r\nWhen contributing to the documentation:\r\n\r\n1. Make changes to the appropriate language files\r\n2. Test the build locally:\r\n   ```bash\r\n   cd docs\r\n   make html-multilang\r\n   ```\r\n3. Check that all links work:\r\n   ```bash\r\n   cd docs\r\n   make linkcheck\r\n   ```\r\n4. Commit and push your changes\r\n\r\n## Troubleshooting\r\n\r\n### Common Issues\r\n\r\n1. **Build fails with \"language not found\"**\r\n   - Make sure the language is defined in `conf.py`\r\n   - Check that the language directory exists\r\n\r\n2. **Links don't work between languages**\r\n   - Use relative paths: `../en/README` instead of absolute paths\r\n   - Make sure all referenced files exist\r\n\r\n3. **Styling issues**\r\n   - Check that `sphinx-rtd-theme` is installed\r\n   - Verify `html_theme` is set correctly in `conf.py`\r\n\r\n### Getting Help\r\n\r\nIf you encounter issues:\r\n\r\n1. Check the Sphinx documentation: https://www.sphinx-doc.org/\r\n2. Review the GitHub Actions logs for deployment issues\r\n3. Open an issue on the NEONPAY repository\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbasxan%2Fneonpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbasxan%2Fneonpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbasxan%2Fneonpay/lists"}