{"id":24221524,"url":"https://github.com/michdo93/python-verse-of-day","last_synced_at":"2025-07-27T18:14:54.034Z","repository":{"id":225211148,"uuid":"765366574","full_name":"Michdo93/python-verse-of-day","owner":"Michdo93","description":"The daily verse of day and teaching text in German.","archived":false,"fork":false,"pushed_at":"2024-02-29T19:45:19.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T00:45:26.360Z","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/Michdo93.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}},"created_at":"2024-02-29T19:29:21.000Z","updated_at":"2024-02-29T19:29:57.000Z","dependencies_parsed_at":"2024-02-29T20:47:22.981Z","dependency_job_id":null,"html_url":"https://github.com/Michdo93/python-verse-of-day","commit_stats":null,"previous_names":["michdo93/python-verse-of-day"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Michdo93/python-verse-of-day","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michdo93%2Fpython-verse-of-day","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michdo93%2Fpython-verse-of-day/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michdo93%2Fpython-verse-of-day/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michdo93%2Fpython-verse-of-day/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Michdo93","download_url":"https://codeload.github.com/Michdo93/python-verse-of-day/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Michdo93%2Fpython-verse-of-day/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267400739,"owners_count":24081191,"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-07-27T02:00:11.917Z","response_time":82,"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-01-14T06:19:04.125Z","updated_at":"2025-07-27T18:14:53.989Z","avatar_url":"https://github.com/Michdo93.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-verse-of-day\nThe daily verse of day and teaching text in German.\n\n## Pre-Installation\n\nThe code works in Python `2.7` and `Python 3.x` so you have to install following:\n\n### Python 2.7\n\n```\npython -m pip install requests\npython -m pip install beautifulsoup4\n```\n\n### Python 3.x\n\n```\npython3 -m pip install requests\npython3 -m pip install beautifulsoup4\n```\n\n## Usage\n\n### Python 2.7\n\n```\npython vod.py\n```\n\n### Python 3\n\n```\npython3 vod.py\n```\n\n## Customization\n\nYou can change the current day\n\n```\nif __name__ == \"__main__\":\n    vod = VerseOfDay()\n    print(vod.get_verse_of_day())\n\n    print(\"\\n\")\n    \n    print(vod.get_teaching_text())\n```\n\nto a specific date\n\n```\nif __name__ == \"__main__\":\n    vod = VerseOfDay(\"2024\",\"02\",\"20\")\n    print(vod.get_verse_of_day())\n\n    print(\"\\n\")\n    \n    print(vod.get_teaching_text())\n```\n\nPlease notice that integers could be parsed to strings, so it would also work with:\n\n```\nif __name__ == \"__main__\":\n    vod = VerseOfDay(2024,02,20)\n    print(vod.get_verse_of_day())\n\n    print(\"\\n\")\n    \n    print(vod.get_teaching_text())\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichdo93%2Fpython-verse-of-day","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichdo93%2Fpython-verse-of-day","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichdo93%2Fpython-verse-of-day/lists"}