Skip to content

Refactor telegram bot into modules #688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

n3d1117
Copy link
Owner

@n3d1117 n3d1117 commented Jun 3, 2025

Summary

  • split handler implementations into command_handlers.py, message_handlers.py and setup_helpers.py
  • keep ChatGPTTelegramBot as a lightweight wrapper calling the new modules
  • clean up imports and remove old code

Testing

  • python -m py_compile bot/*.py

https://chatgpt.com/codex/tasks/task_e_683f4b157988833186efad0cd00550b8

@n3d1117 n3d1117 added the codex label Jun 3, 2025 — with ChatGPT Connector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant