{"id":25750487,"url":"https://github.com/prajwalsrinvas/quoteflix","last_synced_at":"2026-05-09T07:38:42.124Z","repository":{"id":44974021,"uuid":"439836202","full_name":"Prajwalsrinvas/quoteflix","owner":"Prajwalsrinvas","description":"An app to serve quotes along with author images. Built using FastAPI and Vue, deployed on deta.","archived":false,"fork":false,"pushed_at":"2022-01-15T05:42:20.000Z","size":970,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T13:16:50.080Z","etag":null,"topics":["deta","fastapi","vue","web-scraping"],"latest_commit_sha":null,"homepage":"https://quoteflix.deta.dev","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/Prajwalsrinvas.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}},"created_at":"2021-12-19T10:40:12.000Z","updated_at":"2022-01-03T14:42:04.000Z","dependencies_parsed_at":"2022-09-22T14:50:38.077Z","dependency_job_id":null,"html_url":"https://github.com/Prajwalsrinvas/quoteflix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Prajwalsrinvas/quoteflix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwalsrinvas%2Fquoteflix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwalsrinvas%2Fquoteflix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwalsrinvas%2Fquoteflix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwalsrinvas%2Fquoteflix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prajwalsrinvas","download_url":"https://codeload.github.com/Prajwalsrinvas/quoteflix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwalsrinvas%2Fquoteflix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32811656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["deta","fastapi","vue","web-scraping"],"created_at":"2025-02-26T13:16:51.796Z","updated_at":"2026-05-09T07:38:42.101Z","avatar_url":"https://github.com/Prajwalsrinvas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://quoteflix.deta.dev/\"\u003e\u003cimg src=\"https://fontmeme.com/permalink/211219/ead94ebfa0b155c0fc0da100c901d58f.png\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Tech stack\n\u003cdiv\u003e\n  \n\u003ca target=\"_blank\" href=\"https://www.python.org/\"\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/800px-Python-logo-notext.svg.png\" width=\"150\" height=\"150\"\u003e\u003c/a\u003e\n\u003ca target=\"_blank\" href=\"https://fastapi.tiangolo.com/\"\u003e\u003cimg src=\"https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png\" width=\"300\" height=\"200\"\u003e\u003c/a\u003e\n\u003ca target=\"_blank\" href=\"https://v3.vuejs.org/guide/introduction.html\"\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Vue.js_Logo_2.svg/1200px-Vue.js_Logo_2.svg.png\" width=\"150\" height=\"150\"\u003e\u003c/a\u003e\n\u003ca target=\"_blank\" href=\"https://getbootstrap.com/docs/5.1/getting-started/introduction/\"\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Bootstrap_logo.svg/1280px-Bootstrap_logo.svg.png\" width=\"150\" height=\"150\"\u003e\u003c/a\u003e\n\u003ca target=\"_blank\" href=\"https://docs.deta.sh/docs/home/\"\u003e\u003cimg src=\"https://docs.deta.sh/img/logo.svg\" width=\"150\" height=\"150\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n# What it does?\n\n- Get quotes from this [API](https://type.fit/api/quotes) using requests module.\n- Fetch quote author image from wikipedia, if available.\n- [grequests](https://github.com/spyoungtech/grequests) is used to fetch images asynchronously and [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) is used to parse the image links.\n- A simple backend API is created using FastAPI. The following endpoints are available:\n  - [Homepage](https://quoteflix.deta.dev/)\n  - [Quotes With Author Images](https://quoteflix.deta.dev/api)\n  - [Quotes](https://quoteflix.deta.dev/api/quotes)\n  - [Author images](https://quoteflix.deta.dev/api/images)\n- A simple frontend to serve the quotes along with the author image is created using Vue and styled using Bootstrap.\n- The app is deployed on deta.sh.\n\n# Screenshots\n\n## Homepage\n\n![homepage](images/homepage.png)\n\n## Terminal\n\n![terminal](images/terminal.png)\n\n- The first time the script is run, the quotes are extacted from the quotes api and author image is fetched from wikipedia.\n- The fetched quotes and images data is cached as a JSON file\n- For subsequent runs of the script, the data is served from the JSON file.\n\n## Docs\n\n![docs](images/docs.png)\n\n## References\n\n- [Full Stack Python/Vue.js Web App Tutorial - Flask, Web Scraping \u0026 More](https://www.youtube.com/watch?v=zmylAaDsdiw)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajwalsrinvas%2Fquoteflix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprajwalsrinvas%2Fquoteflix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajwalsrinvas%2Fquoteflix/lists"}