Conversation
added 8 commits
October 6, 2025 23:32
- Rename package from vkmax to python_max_client - Update author information to huxuxuya@gmail.com - Update repository URLs to new GitHub repository - Add MIT license - Update README with new branding and features - Update all import statements in examples - Add comprehensive .gitignore - Update dependencies and project metadata
- Add GitHub Actions workflow for CI/CD - Add pytest configuration and basic tests - Add setup.py for PyPI publishing - Add development dependencies - Configure automated testing and building
- Add comprehensive publishing guide for PyPI - Include version management instructions - Add troubleshooting section - Document development workflow
- Bump version to 1.0.1 - Enhanced README with detailed installation instructions - Added API reference documentation - Added requirements and dependencies section - Improved usage examples with basic and advanced examples - Added comprehensive documentation for MaxClient and MaxPacket classes
Collaborator
|
As i see, you're working on your own fork? In case you still want to contribute, please consider moving the commit e708369 to a separate branch, so the unrelated commits (including rebranding) won't appear here. Thanks |
added 10 commits
September 24, 2026 20:57
- Reconnect/keepalive, device_id, file/video uploads from upstream - Keep python-max-client rebrand (vkmax -> python_max_client) - Fix stale from vkmax imports inside python_max_client/ - Combine deps: websockets, httpx, aiohttp, requests
- Reconnect/keepalive, device_id, file/video uploads from upstream - Keep local cached_chats + telegram bot deps
…ent) - 14 tests: init state, callbacks, messages payloads, uploads API - local repo code preferred over installed distribution
- Telegram bridge bot, save_chats/analyze scripts, planning docs - Offline tests suite (tests/ covers both package layouts) - README: features, API reference, telegram extras - Version 1.0.2 Excluded from this branch (stay on save_chats, now git-ignored): chats/ exports, bot_database.db files, bot_config.env secrets
Prevents telegram_bot/tests/stray dirs leaking into the wheel (build failed with 'Multiple top-level packages discovered')
Replaces TWINE_USERNAME/PYPI_API_TOKEN with pypa/gh-action-pypi-publish; adds id-token: write permission. Registered publisher: huxuxuya/python-max-client, workflow ci.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.