{"id":49924919,"url":"https://github.com/undo76/chatbot-tui","last_synced_at":"2026-05-16T22:44:30.102Z","repository":{"id":294402474,"uuid":"986847013","full_name":"undo76/chatbot-tui","owner":"undo76","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-22T08:16:44.000Z","size":42,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-23T01:30:51.799Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/undo76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-05-20T07:56:49.000Z","updated_at":"2025-05-21T09:03:33.000Z","dependencies_parsed_at":"2025-05-20T21:04:42.092Z","dependency_job_id":null,"html_url":"https://github.com/undo76/chatbot-tui","commit_stats":null,"previous_names":["undo76/chatbot-tui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/undo76/chatbot-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undo76%2Fchatbot-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undo76%2Fchatbot-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undo76%2Fchatbot-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undo76%2Fchatbot-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/undo76","download_url":"https://codeload.github.com/undo76/chatbot-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undo76%2Fchatbot-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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-16T22:44:29.186Z","updated_at":"2026-05-16T22:44:30.096Z","avatar_url":"https://github.com/undo76.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatbot TUI\n\nA terminal-based user interface for interacting with AI chatbots, built with [Textual](https://textual.io/).\n\n## Features\n\n- Clean, intuitive terminal interface\n- Support for multiple AI models\n- Built-in tools for:\n  - Executing shell commands\n  - Text-to-speech functionality\n  - Weather information retrieval\n- Markdown rendering for chat messages\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/chatbot-tui.git\ncd chatbot-tui\n\n# Install dependencies\npip install -e .\n```\n\n## Usage\n\n```bash\n# Start the chatbot application\npython -m chatbot_tui.main\n```\n\n### Keyboard Shortcuts\n\n- `Ctrl+C`: Exit the application\n- `Enter`: Send message\n- `Esc`: Clear input field\n\n## Project Structure\n\n```\nchatbot_tui/\n├── __init__.py\n├── chatbot.css       # Textual CSS styling\n├── main.py           # Application entry point\n├── tools.py          # Tool implementations\n├── screens/          # Application screens\n│   ├── __init__.py\n│   └── chat.py       # Main chat interface\n└── widgets/          # Custom UI components\n    ├── __init__.py\n    └── message.py    # Message display widget\n```\n\n## Tools\n\nThe application includes several built-in tools:\n\n- `execute_cmd`: Run shell commands from within the chat\n- `speak`: Convert text to speech\n- `get_weather`: Retrieve weather information for a location\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundo76%2Fchatbot-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fundo76%2Fchatbot-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundo76%2Fchatbot-tui/lists"}