{"id":19886022,"url":"https://github.com/rishabkumar7/stoic-quotes","last_synced_at":"2025-07-24T18:18:16.475Z","repository":{"id":181247853,"uuid":"652021161","full_name":"rishabkumar7/stoic-quotes","owner":"rishabkumar7","description":"A Flask app that gives you a Stoic quote, also has a public API.","archived":false,"fork":false,"pushed_at":"2024-04-08T20:51:29.000Z","size":335,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T16:54:58.540Z","etag":null,"topics":["api","philosophy","python","quotes","stoicism"],"latest_commit_sha":null,"homepage":"https://stoic-quotes.azurewebsites.net","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/rishabkumar7.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":"2023-06-10T20:40:42.000Z","updated_at":"2024-02-29T01:51:19.000Z","dependencies_parsed_at":"2024-04-08T21:52:37.958Z","dependency_job_id":"41b499aa-7b62-4889-8018-f8d985b19e22","html_url":"https://github.com/rishabkumar7/stoic-quotes","commit_stats":null,"previous_names":["rishabkumar7/stoic-quotes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rishabkumar7/stoic-quotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fstoic-quotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fstoic-quotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fstoic-quotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fstoic-quotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rishabkumar7","download_url":"https://codeload.github.com/rishabkumar7/stoic-quotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rishabkumar7%2Fstoic-quotes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266886032,"owners_count":24001046,"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-24T02:00:09.469Z","response_time":99,"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":["api","philosophy","python","quotes","stoicism"],"created_at":"2024-11-12T17:36:02.867Z","updated_at":"2025-07-24T18:18:16.446Z","avatar_url":"https://github.com/rishabkumar7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stoic Quotes\n\n[![Pytest](https://github.com/rishabkumar7/stoic-quotes/actions/workflows/run_test.yml/badge.svg)](https://github.com/rishabkumar7/stoic-quotes/actions/workflows/run_test.yml)\n[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fstoic-quotes.azurewebsites.net\u0026count_bg=%2379C83D\u0026title_bg=%23555555\u0026icon=\u0026icon_color=%23E7E7E7\u0026title=hits\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n\n\nA simple Flask app that displays random Stoic quotes from stoics: Marcus Aurelius, Seneca and Epictetus.\n\n## Using the API\n\nThis app also exposes a public API which you can use to fetch random Stoic quotes for use in your own applications.\n\n### Endpoints\n\n#### Get a random Stoic quote\n\n```\nGET https://stoic-quotes.azurewebsites.net/api/random\n```\n\n##### Example JSON response\n\n```json\n{\n    \"author\": \"Epictetus\",\n    \"quote\": \"Wealth consists not in having great possessions, but in having few wants\"\n}\n```\n\n#### Get a list of Stoic quotes based on a word\n\n```\nGET https://stoic-quotes.azurewebsites.net/api/search?word=\u003cYOUR-WORD\u003e\n```\n\n##### Example JSON response\n\n```json\n{\n    \"response\": 200,\n    \"results\": [\n        {\n            \"author\": \"Epictetus\",\n            \"quote\": \"Wealth consists not in having great possessions, but in having few wants\"\n        }\n    ]\n}\n```\n\n## Architecture\n\nThis project is hosted on Azure, it uses:\n\n- Azure App Service\n- Azure CosmosDB\n\n![Stoic Quotes Architecture](./stoic-quotes-architecture.png)\n\n## Author\n\n- Twitter: [@rishabincloud](https://x.com/rishabincloud)\n- GitHub: [@rishabkumar7](https://github.com/rishabkumar7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabkumar7%2Fstoic-quotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishabkumar7%2Fstoic-quotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishabkumar7%2Fstoic-quotes/lists"}