{"id":19584916,"url":"https://github.com/krypton-byte/thundra-io","last_synced_at":"2025-08-18T23:05:42.721Z","repository":{"id":259904333,"uuid":"879747712","full_name":"krypton-byte/thundra-io","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-11-11T17:13:27.000Z","size":589,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T01:57:25.784Z","etag":null,"topics":["asynchronous","framework","python","whatsapp-bot"],"latest_commit_sha":null,"homepage":"","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,"zenodo":null}},"created_at":"2024-10-28T13:34:47.000Z","updated_at":"2025-01-12T18:29:08.000Z","dependencies_parsed_at":"2024-10-28T17:26:03.297Z","dependency_job_id":"e67f16b0-3bc5-4402-91d5-729d7e36e9be","html_url":"https://github.com/krypton-byte/thundra-io","commit_stats":null,"previous_names":["krypton-byte/thundra-io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krypton-byte/thundra-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krypton-byte","download_url":"https://codeload.github.com/krypton-byte/thundra-io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krypton-byte%2Fthundra-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"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-08-18T02:00:08.743Z","response_time":89,"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":["asynchronous","framework","python","whatsapp-bot"],"created_at":"2024-11-11T07:51:37.290Z","updated_at":"2025-08-18T23:05:42.688Z","avatar_url":"https://github.com/krypton-byte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## \u003cp align=\"center\"\u003eThundra AsyncIO\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-io\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-io create\n    \u003e thundra-io 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-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrypton-byte%2Fthundra-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrypton-byte%2Fthundra-io/lists"}