{"id":17143876,"url":"https://github.com/bamos/reading-list","last_synced_at":"2025-08-21T09:33:05.123Z","repository":{"id":6253369,"uuid":"7485910","full_name":"bamos/reading-list","owner":"bamos","description":"My reading list.","archived":false,"fork":false,"pushed_at":"2021-01-04T06:29:09.000Z","size":4824,"stargazers_count":186,"open_issues_count":4,"forks_count":38,"subscribers_count":6,"default_branch":"gh-pages","last_synced_at":"2025-04-08T08:12:53.193Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"http://bamos.github.io/reading-list","language":"CSS","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/bamos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.mit","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-07T16:43:05.000Z","updated_at":"2025-04-07T17:41:32.000Z","dependencies_parsed_at":"2022-09-13T00:02:34.455Z","dependency_job_id":null,"html_url":"https://github.com/bamos/reading-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bamos/reading-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Freading-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Freading-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Freading-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Freading-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamos","download_url":"https://codeload.github.com/bamos/reading-list/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamos%2Freading-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271455684,"owners_count":24762774,"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-08-21T02:00:08.990Z","response_time":74,"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":["python"],"created_at":"2024-10-14T20:42:31.866Z","updated_at":"2025-08-21T09:33:04.088Z","avatar_url":"https://github.com/bamos.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n\nThis README is auto-generated with generate-readme.sh\nPlease add changes there.\n\n--\u003e\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n# Reading List\n![](https://raw.githubusercontent.com/bamos/reading-list/gh-pages/img/reading-list.gif)\n\nThis repository contains my open source reading list.\nI keep track of books by editing the files here and\nthe results are automatically published as a website at\n[http://bamos.github.io/reading-list](http://bamos.github.io/reading-list).\n\nThis repository just contains stubbed examples of how to use\nthis project. Ping me if you're interested in my\npersonal reading list!\n\n# Goals\n+ Plaintext and friendly data format.\n+ Minimal hosting and deployment overhead.\n+ Offline editing support.\n\n# Technologies Used\n+ Linux and OSX. Windows should also work with Cygwin, but\n  I haven't tried. Please file any issues related to this.\n+ [YAML](http://yaml.org) data.\n+ [GitHub Pages](https://pages.github.com/) hosts and automatically\n  deploys a 100% client-side website that can also be edited offline.\n  [Bower](http://bower.io/) manages 3rd party library dependencies\n  used on the site, stored in [bower.json](/bower.json).\n\n# Creating Your Reading List: Quick Start\n1. Fork or copy the contents of this repository into a new GitHub repository.\n  Make sure the default branch is set to `gh-pages` for deployment.\n  At this point, you should be able to see my site hosted at.\n  `http://\u003cyour-github-name\u003e.github.io/reading-list`\n2. Update the [data](/data)\n  and personalize [index.html](/index.html).\n  Push your changes to GitHub to see them immediately on the new site.\n3. Replace links to http://bamos.github.io/reading-list with your URL.\n\n# Local Deployment\nMost browsers will not be able to open `index.html` directly\nfrom the filesystem because the js loads YAML resources.\nOne workaround is to use start a simple Python static\nweb server with `python2 -m SimpleHTTPServer`\nand access the website with `localhost:8000`.\n\n# Updating Bower Dependencies\nRun `bower update` to obtain the dependencies in `bower_components`.\nRun [./update-vendor-deps.sh](/update-vendor-deps.sh)\nto copy the necessary portions into [vendor](/vendor).\n\n# Scripts\n\nThe [scripts](/scripts) directory contains Haskell and\nRuby scripts to select random books and quotes from\n[data/finished.yaml](/data/finished.yaml).\n\n## Import from Goodreads\nThe [Goodreads Ruby script](/scripts/goodreads.rb) by\n[@seanosaur](https://github.com/seanosaur)\nuses [Goodreads' API](https://www.goodreads.com/api/keys)\nto import books into data files.\nPlease follow their ToS and add appropriate references\nto Goodreads if this is used.\n\n*Warning*: This script only pulls the first 200 books.\nImprovements to this are being tracked in\n[this issue](https://github.com/seanosaur/reading_list/issues/4).\n\n# Inspiration\nThe following projects inspired me to create\na GitHub-hosted reading list.\n\nName | Stargazers | Description\n----|----|----\n[cmonty/reading-list](https://github.com/cmonty/reading-list) | 8 | Track books I've read and any thoughts I've had. Also uses Wiki to track knowledge.\n[coryschires/reading-list](https://github.com/coryschires/reading-list) | 18 | List of books and screencasts related to development, user experience design, and entrepreneurship. \n[DavidRagone/reading_list](https://github.com/DavidRagone/reading_list) | 2 | List of books I have read related to development, user experience design, and entrepreneurship\n[eightbitraptor/reading_list](https://github.com/eightbitraptor/reading_list) | 19 | \n[engeld/reading-list](https://github.com/engeld/reading-list) | 0 | A collection of my reading list and notes.\n[gbtekkie/ReadingList](https://github.com/gbtekkie/ReadingList) | 2 | handy collection of tekkie readings\n[jaredcacurak/reading-list](https://github.com/jaredcacurak/reading-list) | 3 | My reading list.\n\n# People using this repo for their reading list\n\nPing me if you'd like to be added or removed.\n\nName | Stargazers | Description\n----|----|----\n[aerovolts/reading-list](https://github.com/aerovolts/reading-list) | 0 | My personal reading list.\n[ammadafsar/reading-list](https://github.com/ammadafsar/reading-list) | 0 | My reading list. Made so that I add things I will later read and commit to read them all in order.   \n[connors511/reading-list](https://github.com/connors511/reading-list) | 0 | My reading list. Made so that I add things I will later read and commit to read them all in order.\n[jakehschwartz/reading-list](https://github.com/jakehschwartz/reading-list) | 0 | My reading list.\n[markroxor/reading-list](https://github.com/markroxor/reading-list) | 0 | My reading list.\n[rwfeather/reading-list](https://github.com/rwfeather/reading-list) | 0 | My reading list.\n[samtron1412/reading-list](https://github.com/samtron1412/reading-list) | 0 | My reading list.\n[seanosaur/reading_list](https://github.com/seanosaur/reading_list) | 2 | \n[wrideout/reading-list](https://github.com/wrideout/reading-list) | 2 | My reading list.\n\n# Credits and Licensing\nAll portions are\n[MIT licensed](https://github.com/bamos/reading-list/blob/gh-pages/LICENSE.mit)\nby Brandon Amos unless otherwise noted.\n\nThis project uses and modifies the following open source projects\nand resources.\nModifications remain under the original license.\n\n| Project | Modified | License |\n|---|---|---|\n| [Twitter bootstrap](https://github.com/twbs/bootstrap) | No | MIT |\n| [handlebars.js](https://github.com/wycats/handlebars.js/) | No | MIT License\n| [IronSummitMedia/startbootstrap-grayscale](https://github.com/IronSummitMedia/startbootstrap-grayscale) | Yes | Apache 2 |\n| [makeusebrew/bootbox](https://github.com/makeusabrew/bootbox) | No | MIT |\n| [MathJax](https://github.com/mathjax/MathJax) | No | Apache |\n| [Flickr Photo](https://flic.kr/p/rnazyb) | Yes | [cc by-nc-sa 2.0](https://creativecommons.org/licenses/by-nc-sa/2.0/) |\n| [TimelineJS](https://github.com/NUKnightLab/TimelineJS) | No | Mozilla Public License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamos%2Freading-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamos%2Freading-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamos%2Freading-list/lists"}