{"id":21018047,"url":"https://github.com/othreecodes/poorly-drawn-api","last_synced_at":"2026-02-22T07:35:36.913Z","repository":{"id":45124037,"uuid":"110428961","full_name":"othreecodes/Poorly-Drawn-API","owner":"othreecodes","description":"Unofficial API for poorlydrawnlines.com","archived":false,"fork":false,"pushed_at":"2022-12-07T23:47:02.000Z","size":142,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T05:11:11.543Z","etag":null,"topics":["api","backend","background-tasks","bs4","celery","poorlydrawnlines","web-crawler"],"latest_commit_sha":null,"homepage":"https://poorlydrawnlines.herokuapp.com/api/v1/comics/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/othreecodes.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-12T12:02:25.000Z","updated_at":"2021-03-14T13:25:56.000Z","dependencies_parsed_at":"2022-09-22T17:31:45.270Z","dependency_job_id":null,"html_url":"https://github.com/othreecodes/Poorly-Drawn-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2FPoorly-Drawn-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2FPoorly-Drawn-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2FPoorly-Drawn-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othreecodes%2FPoorly-Drawn-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othreecodes","download_url":"https://codeload.github.com/othreecodes/Poorly-Drawn-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254288088,"owners_count":22045862,"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","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","backend","background-tasks","bs4","celery","poorlydrawnlines","web-crawler"],"created_at":"2024-11-19T10:23:18.150Z","updated_at":"2026-02-22T07:35:31.853Z","avatar_url":"https://github.com/othreecodes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poorly Drawn API\n\n# Installing\n```sh\n$ git clone git@github.com:othreecodes/Poorly-Drawn-API.git\n$ cd Poorly-Drawn-API\n$ virtualenv venv\n$ source venv/bin/activate\n$ pip install -r requirements.txt\n$ gunicorn poorlydrawn.config.wsgi:application # run with gunicorn\n\n```\n\n# Usage\nAPI is hosted at https://poorlydrawnlines.herokuapp.com/api/v1/comics/\n\n\nGET - https://poorlydrawnlines.herokuapp.com/api/v1/comics/?limit=5\u0026offset=200\n```javascript\n\n{\n    \"count\": 918,\n    \"next\": \"https://poorlydrawnlines.herokuapp.com/api/v1/comics/?limit=5\u0026offset=205\",\n    \"previous\": \"https://poorlydrawnlines.herokuapp.com/api/v1/comics/?limit=5\u0026offset=195\",\n    \"results\": [\n        {\n            \"id\": 200,\n            \"url\": \"https://poorlydrawnlines.herokuapp.com/api/v1/comics/200/\",\n            \"created\": \"2017-11-12T22:25:16.919387+01:00\",\n            \"title\": \"The Shop\",\n            \"link\": \"http://www.poorlydrawnlines.com/comic/the-shop/\",\n            \"description\": \"the-shop\",\n            \"image\": \"https://www.poorlydrawnlines.com/wp-content/uploads/2016/07/the-shop.png\",\n            \"slug\": \"the-shop\"\n        },\n        {\n            \"id\": 201,\n            \"url\": \"https://poorlydrawnlines.herokuapp.com/api/v1/comics/201/\",\n            \"created\": \"2017-11-12T22:25:18.448551+01:00\",\n            \"title\": \"Turn to History\",\n            \"link\": \"http://www.poorlydrawnlines.com/comic/turn-to-history/\",\n            \"description\": \"turn-to-history\",\n            \"image\": \"https://www.poorlydrawnlines.com/wp-content/uploads/2016/07/turn-to-history.png\",\n            \"slug\": \"turn-to-history\"\n        },\n        {\n            \"id\": 202,\n            \"url\": \"https://poorlydrawnlines.herokuapp.com/api/v1/comics/202/\",\n            \"created\": \"2017-11-12T22:25:19.754206+01:00\",\n            \"title\": \"Have it All\",\n            \"link\": \"http://www.poorlydrawnlines.com/comic/have-it-all/\",\n            \"description\": \"have-it-all\",\n            \"image\": \"https://www.poorlydrawnlines.com/wp-content/uploads/2016/07/have-it-all.png\",\n            \"slug\": \"have-it-all\"\n        },\n        {\n            \"id\": 203,\n            \"url\": \"https://poorlydrawnlines.herokuapp.com/api/v1/comics/203/\",\n            \"created\": \"2017-11-12T22:25:21.019026+01:00\",\n            \"title\": \"Bird Shopping\",\n            \"link\": \"http://www.poorlydrawnlines.com/comic/bird-shopping/\",\n            \"description\": \"bird-shopping\",\n            \"image\": \"https://www.poorlydrawnlines.com/wp-content/uploads/2016/07/bird-shopping.png\",\n            \"slug\": \"bird-shopping\"\n        },\n        {\n            \"id\": 204,\n            \"url\": \"https://poorlydrawnlines.herokuapp.com/api/v1/comics/204/\",\n            \"created\": \"2017-11-12T22:25:22.099542+01:00\",\n            \"title\": \"Not Much\",\n            \"link\": \"http://www.poorlydrawnlines.com/comic/not-much/\",\n            \"description\": \"not-much\",\n            \"image\": \"https://www.poorlydrawnlines.com/wp-content/uploads/2016/06/not-much.png\",\n            \"slug\": \"not-much\"\n        }\n    ]\n}\n```\n\n# Also\nA celery Periodic Task runs every 5 hours to check for new content. Which should be longer given that comics come out every\nWednesday and Friday.....\n\n# TODO\n- [ ] App that consumes endpoint to show sample usage\n- [ ] Code clean up\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothreecodes%2Fpoorly-drawn-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothreecodes%2Fpoorly-drawn-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothreecodes%2Fpoorly-drawn-api/lists"}