{"id":30692048,"url":"https://github.com/martcpp/bible_chatbot","last_synced_at":"2025-09-02T04:47:27.332Z","repository":{"id":199368793,"uuid":"702724659","full_name":"martcpp/Bible_chatbot","owner":"martcpp","description":"A Python script to automate posting daily Bible verses, explanations, and prayers on Twitter.","archived":false,"fork":false,"pushed_at":"2025-08-27T19:29:27.000Z","size":166,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T04:14:52.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martcpp.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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-09T22:10:16.000Z","updated_at":"2025-08-13T10:35:15.000Z","dependencies_parsed_at":"2024-04-28T10:30:32.073Z","dependency_job_id":"b867e6d9-88c5-47eb-a0fc-2c29b07b1c5f","html_url":"https://github.com/martcpp/Bible_chatbot","commit_stats":null,"previous_names":["martcpp/bible_chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/martcpp/Bible_chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martcpp%2FBible_chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martcpp%2FBible_chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martcpp%2FBible_chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martcpp%2FBible_chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martcpp","download_url":"https://codeload.github.com/martcpp/Bible_chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martcpp%2FBible_chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273233274,"owners_count":25068731,"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-09-02T02:00:09.530Z","response_time":77,"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":[],"created_at":"2025-09-02T04:47:25.951Z","updated_at":"2025-09-02T04:47:27.324Z","avatar_url":"https://github.com/martcpp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bible Verse bot\n\n![GitHub](https://img.shields.io/github/license/martcpp/Bible_chatbot)\n![GitHub last commit](https://img.shields.io/github/last-commit/martcpp/Bible_chatbot)\n\nA Python script to automate posting daily Bible verses, explanations, and prayers on Twitter it use ai for agentic apporach bible summarry\n\n## Overview\n\nThis project aims to create a Twitter bot that automatically posts daily Bible verses along with explanations and prayers. It utilizes Python's asyncio library for asynchronous execution and interacts with the Twitter API for posting tweets.\n\n## Features\n\n- Generates a daily Bible verse reference.\n- Retrieves the verse text, explanation, and prayer using external modules.\n- Posts daily verse, explanation, and prayer as separate x(twitter).\n- Introduces a delay between tweets to avoid hitting Twitter's rate limits.\n\n## Usage\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/martcpp/Bible_chatbot.git\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Set up Twitter API credentials in `.env or rename .env-example to .env`.\n\n4. Run the script:\n\n    ```bash\n    python main.py\n    ```\n\n## Configuration\n\n- `.env`: Contains Twitter API credentials. Replace placeholders with your actual credentials.\n\n\n# Daily Bible Verse Twitter Bot Dockerized\n\nThis Dockerized Python script automatically posts daily Bible verses, explanations, and prayers on Twitter.\n\n## Usage\n\n### 1. Clone the Repository\n\nClone the repository to your local machine:\n\n```\ngit clone https://github.com/your_username/daily-bible-verse-twitter-bot-dockerized.git\n```\n\n### 3. Build the Docker Image\n\nBuild the Docker image using the provided Dockerfile:\n\n```\ncd BIBLE_CHATBOT\ndocker build -t daily-bible-bot .\n```\n\n### 4. Run the Docker Container\n\nRun the Docker container with the following command:\n\n```\ndocker run -d daily-bible-bot\n```\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/new-feature`).\n3. Make your changes.\n4. Commit your changes (`git commit -am 'Add new feature'`).\n5. Push to the branch (`git push origin feature/new-feature`).\n6. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- Thanks to the creators of the `tweepy` and `meta ai api` modules for providing the functionality to generate Bible verses and explanations.\n- Special thanks to [Twitter](https://twitter.com) for providing the API to interact with the platform.\n\n## Contact\n\nFor any questions or suggestions, feel free to contact the project maintainer:\n\nYour Name  \nEmail: mordecaiemmanueletukudo@gmail.com  \nTwitter: [@biblebot](https://twitter.com/BibleBotAI)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartcpp%2Fbible_chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartcpp%2Fbible_chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartcpp%2Fbible_chatbot/lists"}