{"id":18466200,"url":"https://github.com/rainoffallingstar/dpbbs-rss","last_synced_at":"2025-05-01T14:22:25.332Z","repository":{"id":240911504,"uuid":"803725007","full_name":"rainoffallingstar/dpbbs-rss","owner":"rainoffallingstar","description":"dpbbs-rss","archived":false,"fork":false,"pushed_at":"2024-05-22T07:09:17.000Z","size":23877,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-22T12:19:57.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dpbbs-rss.netlify.app/","language":"HTML","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/rainoffallingstar.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":"2024-05-21T09:13:59.000Z","updated_at":"2024-05-28T02:12:01.543Z","dependencies_parsed_at":"2024-05-28T02:11:54.517Z","dependency_job_id":null,"html_url":"https://github.com/rainoffallingstar/dpbbs-rss","commit_stats":null,"previous_names":["rainoffallingstar/dpbbs-rss"],"tags_count":0,"template":false,"template_full_name":"rainoffallingstar/daily-rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fdpbbs-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fdpbbs-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fdpbbs-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainoffallingstar%2Fdpbbs-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainoffallingstar","download_url":"https://codeload.github.com/rainoffallingstar/dpbbs-rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251887524,"owners_count":21659998,"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":[],"created_at":"2024-11-06T09:15:36.080Z","updated_at":"2025-05-01T14:22:25.310Z","avatar_url":"https://github.com/rainoffallingstar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily RSS\n\nDaily News/Blog aggregator website and you could use this website as a template to create you own public rss daily reader by adding you own rss addresses collection in `R/list.txt` .\n**Daily R** is a light news/blog aggregator website for R. \n\n# Features\n\n- Real daily update and you could use RSS reader or click archive to find entries of the old posts\n\n- No AD\n\n- Remove the author to make more contents focused\n\n- Update everyday via a automated process\n\n- Use Github PR API to control posts\n\n- Re-direct to the orginal pages by click title in the homepage and wait 10s to re-direct in the post page\n\n- We reserve the right to delete any inappropriate posts\n\n# Contribute\n\n- Add your rss address and dates to the `R/list.txt`\n\n- Use `getrss` from [scifetch](https://github.com/yufree/scifetch) to convert rss xml file into dataframe and use the following code to generate `md` files and PR to this repo.\n\n```r\nif (!dir.exists(\"content\")) dir.create(\"content\")\nif (!dir.exists(\"content/post\")) dir.create(\"content/post\")\nx \u003c- scifetch::getrss('path-to-your-own-rss-xml-files')\nfor (i in 1:NROW(x)) {\n    name = gsub(\"^http[s]?://|/$\", \"\", tolower(x[i, 'linkTitle']))\n    name = gsub(\"%\", \"\", name)\n    name = gsub(\"[^a-z0-9]+\", \"-\", name)\n    name = gsub(\"--+\", \"-\", name)\n    # file name too long issue\n    name = substr(name, 1, 200)\n    p = sprintf('content/post/%s.md', paste0(name))\n    \n    sink(p)\n    cat('---\\n')\n    cat(yaml::as.yaml(x[i,],))\n    cat('disable_comments: true\\n')\n    cat('---\\n')\n    cat(as.character(x[i, 5]))\n    sink()\n}\n```\n\n- Add comma and your name to the `YAML` front matter block in contributor.md\n\n# Recipe \n \n- [Blogdown](https://github.com/rstudio/blogdown) to build the site from @yihui\n- [xmag](https://github.com/yihui/hugo-xmag) layout also from @yihui and I made some modifications [here](https://github.com/yufree/hugo-xmag)\n- [scifetch](https://github.com/yufree/scifetch) to analysis RSS(support xml, atom and json) from @yufree, modified from [tidyRSS](https://cran.r-project.org/web/packages/tidyRSS/index.html) from @RobertMyles\n- [twitter-blogdown](https://t.yihui.name) by @yihui was the template to be hacked\n- [Github Action](https://github.com/features/actions)\n- [Cron Job](https://docs.github.com/en/actions/reference/events-that-trigger-workflows)\n- [Your PR to RSS list](https://github.com/yufree/daily/edit/master/R/list.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainoffallingstar%2Fdpbbs-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainoffallingstar%2Fdpbbs-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainoffallingstar%2Fdpbbs-rss/lists"}