{"id":15680651,"url":"https://github.com/tulir/lwnfeed","last_synced_at":"2025-03-11T01:32:23.258Z","repository":{"id":51414678,"uuid":"272190723","full_name":"tulir/lwnfeed","owner":"tulir","description":"A full-text RSS feed generator for LWN.net","archived":false,"fork":false,"pushed_at":"2025-01-06T22:45:18.000Z","size":47,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T00:22:16.526Z","etag":null,"topics":["golang","lwn-net","rss-generator","scraper"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tulir.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}},"created_at":"2020-06-14T11:43:58.000Z","updated_at":"2025-01-06T22:45:21.000Z","dependencies_parsed_at":"2022-08-21T23:40:41.812Z","dependency_job_id":null,"html_url":"https://github.com/tulir/lwnfeed","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/tulir%2Flwnfeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulir%2Flwnfeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulir%2Flwnfeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tulir%2Flwnfeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tulir","download_url":"https://codeload.github.com/tulir/lwnfeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242956099,"owners_count":20212448,"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":["golang","lwn-net","rss-generator","scraper"],"created_at":"2024-10-03T16:43:47.570Z","updated_at":"2025-03-11T01:32:23.224Z","avatar_url":"https://github.com/tulir.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DEPRECATED\nLWN has implemented native full-text RSS feeds for subscribers,\nso this project is no longer necessary: \u003chttps://lwn.net/Articles/1011830/\u003e\n\n# lwnfeed\nlwnfeed is a simple daemon that creates a full-text RSS feed from lwn.net by\nscraping the content from the website.\n\nYou must have a LWN subscription to use this tool. It is intended for personal\nuse only, please do not publish the generated feeds.\n\n## Getting started\n0. Install [Go](https://golang.org/dl/) 1.22 or higher.\n1. Clone the repository (`git clone https://github.com/tulir/lwnfeed.git`) and enter the directory (`cd lwnfeed`).\n2. Build the program (`./build.sh`).\n3. Use `./lwnfeed login` to log in and store the auth cookie into a file.\n4. Start the server with `./lwnfeed start`.\n5. Open `http://localhost:8080/feed.rss` to view the feed. `feed.atom` and `feed.json` also work.\n\n### Docker\n1. Run `docker run --rm -itv $(pwd):/data dock.mau.dev/tulir/lwnfeed login` to log in and store the auth cookie into a file.\n2. Start the container normally with your preferred method (see examples below), keeping the same bind mount as before.\n\n#### docker start\n```\n$ docker start -p 8080:8080 --name lwnfeed -v $(pwd):/data dock.mau.dev/tulir/lwnfeed\n```\n\n#### docker-compose\n```yaml\nversion: \"3.7\"\n\nservices:\n  lwnfeed:\n    container_name: lwnfeed\n    image: dock.mau.dev/tulir/lwnfeed\n    ports:\n    - 8080:8080\n    volumes:\n    - .:/data\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulir%2Flwnfeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftulir%2Flwnfeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftulir%2Flwnfeed/lists"}