{"id":15046358,"url":"https://github.com/krypton-byte/thundra","last_synced_at":"2025-10-26T19:31:22.827Z","repository":{"id":227264827,"uuid":"770250236","full_name":"krypton-byte/thundra","owner":"krypton-byte","description":"Thundra is a framework designed to streamline the development of WhatsApp bots and automations. It provides a solid foundation and abstraction layer to simplify the process of creating and managing WhatsApp bots for various purposes.","archived":false,"fork":false,"pushed_at":"2024-10-29T14:54:56.000Z","size":1118,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T01:39:27.184Z","etag":null,"topics":["automation","base","base-pupuj","framework","python","websockets","whatsapp-bot"],"latest_commit_sha":null,"homepage":"http://krypton-byte.me/thundra/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krypton-byte.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-03-11T08:14:06.000Z","updated_at":"2025-01-21T16:57:36.000Z","dependencies_parsed_at":"2024-05-04T05:28:31.504Z","dependency_job_id":"25c30d3c-1b0b-4765-a766-6303f5a99561","html_url":"https://github.com/krypton-byte/thundra","commit_stats":null,"previous_names":["krypton-byte/thundra"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krypton-byte","download_url":"https://codeload.github.com/krypton-byte/thundra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"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","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":["automation","base","base-pupuj","framework","python","websockets","whatsapp-bot"],"created_at":"2024-09-24T20:53:01.421Z","updated_at":"2025-10-26T19:31:22.311Z","avatar_url":"https://github.com/krypton-byte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## \u003cp align=\"center\"\u003eThundra\u003c/p\u003e\n[![Label](https://img.shields.io/badge/WHATSAPP-AUTOMATION-20B2AA?style=for-the-badge\u0026logo=whatsapp)]()\n[![Label](https://img.shields.io/badge/AGENT-LANGCHAIN-20B2AA?style=for-the-badge\u0026logo=openai)]()\n[![Label](https://img.shields.io/badge/whatsmeow-wrapper-20B2AA?style=for-the-badge\u0026logo=go)]()\n\n[![Release](https://github.com/krypton-byte/thundra/actions/workflows/release.yml/badge.svg)](https://github.com/krypton-byte/thundra/actions/workflows/release.yml)\n[![Pypi](https://img.shields.io/pypi/v/thundra-ai.svg?logo=pypi)]()\n![PyPI - Downloads](https://img.shields.io/pypi/dm/thundra-ai?logo=pypi)\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/krypton-byte/thundra/master/assets/logo.jpg\" width=\"150px\"/\u003e\u003c/p\u003e\n\nThundra is a framework designed to streamline the development of WhatsApp bots and automations. It provides a solid foundation and abstraction layer to simplify the process of creating and managing WhatsApp bots for various purposes.\n\n## Features\n\n- **Abstraction Layer**: Thundra abstracts away the complexities of interacting with the WhatsApp API, allowing developers to focus on bot logic rather than low-level implementation details.\n- **Ease of Use**: Thundra is designed to be beginner-friendly, with clear documentation and intuitive APIs.\n- **Modular Architecture**: The framework follows a modular architecture, making it easy to extend and customize functionality according to specific project requirements.\n- **Scalability**: Thundra is built with scalability in mind, capable of handling large volumes of messages and interactions.\n- **Built-in Tools**: Thundra includes built-in tools and utilities to facilitate common tasks such as message parsing, state management, and data storage.\n\n\n## Getting Started\n\nTo get started with Thundra, follow these steps:\n\n1. **Installation**: Install Thundra via pip:\n\n    ```\n    pip install thundra-ai\n    ```\n\n2. **Configuration**: Set up your WhatsApp account credentials and other configurations in the `thundra.toml` file.\n\n3. **Create a Bot**: Write your bot logic using the Thundra framework. Here's a simple example:\n\n    ```bash\n    \u003e thundra create\n    \u003e thundra run\n    ```\n\n4. **Deploy**: Deploy your bot to your preferred hosting environment. Thundra is compatible with various deployment options, including cloud platforms and self-hosted servers.\n\n5. **Interact**: Once deployed, your bot is ready to interact with users on WhatsApp. Start sending messages and observing bot responses.\n\nFor more detailed instructions and examples, refer to the [documentation](https://thundra.krypton-byte.me).\n\n## Contributing\n\nWe welcome contributions from the community! If you have ideas for improvements, bug fixes, or new features, feel free to open an issue or submit a pull request on GitHub.\n\n## License\n\nThundra is licensed under the Apache License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nIf you have any questions, suggestions, or feedback, you can reach out to us at [krypton-byte](mailto:rosid6434@gmail.com) or join our [community Discord server]().\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypton-byte%2Fthundra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrypton-byte%2Fthundra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypton-byte%2Fthundra/lists"}