{"id":21201739,"url":"https://github.com/oleander/flashback-feed-rb","last_synced_at":"2026-02-18T00:01:23.145Z","repository":{"id":66260568,"uuid":"2531911","full_name":"oleander/flashback-feed-rb","owner":"oleander","description":"Flashback.org - what's hot feed","archived":false,"fork":false,"pushed_at":"2024-11-01T21:40:42.000Z","size":5,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-17T05:09:04.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://flashback.org","language":"Ruby","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/oleander.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-10-07T11:09:07.000Z","updated_at":"2016-06-29T20:29:03.000Z","dependencies_parsed_at":"2025-01-21T14:46:59.398Z","dependency_job_id":"09b5468e-36f9-425c-a1ae-9a4485056fb2","html_url":"https://github.com/oleander/flashback-feed-rb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oleander/flashback-feed-rb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fflashback-feed-rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fflashback-feed-rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fflashback-feed-rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fflashback-feed-rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleander","download_url":"https://codeload.github.com/oleander/flashback-feed-rb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2Fflashback-feed-rb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29563262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-20T20:10:48.450Z","updated_at":"2026-02-18T00:01:23.127Z","avatar_url":"https://github.com/oleander.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flashback feed\n\nAn example server is accessible at [flashback-feed-rb.heroku.com](http://flashback-feed-rb.heroku.com/)\n\n## Installation\n\nStart by cloning the project using git.\n\n`git clone git://github.com/oleander/flashback-feed-rb.git`\n\nNavigate to the downloaded folder and run bundler.\n\n`cd flashback-feed-rb \u0026\u0026 bundle install`\n\n## Start the server\n\n`bundle exec ruby ./server.rb`\n\nVisit server in your web browser @ *http://localhost:4567*.\n\n## Example data\n\n``` javascript\n{\n    \"created_at\": \"2011-10-07 14:03:55 +0200\",\n    \"updated_at\": \"2011-10-07 14:03:56 +0200\",\n    \"source\": \"https://www.flashback.org/heta-amnen\",\n    \"title\": \"Flashback.org - Heta ämnen\",\n    \"amount_of_threads\": 100,\n    \"threads\": [\n        {\n            \"url\": \"https://www.flashback.org/t1677794\",\n            \"title\": \"vems mobil nr är detta 0729312686\",\n            \"category\": \"Telefoni\",\n            \"category_url\": \"https://www.flashback.org/f20\",\n            \"readers\": \"477\",\n            \"views\": \"52625\",\n            \"answers\": \"108\"\n        }\n    ]\n}\n```\n\n### Root object\n\n- **created_at** (String) When was the server started?\n- **updated_at** (String) When was the returned data updated?\n- **source** (String) What was parsed?\n- **title** (String) Url for source.\n- **amount_of_threads** (Integer) Amount if results.\n- **threads** (Array) A list of threads.\n\n### Thread object\n\n- **url** (String) Url to thread.\n- **title** (String) Thread title.\n- **category** (String) Thread category.\n- **readers** (Integer) Amount of readers.\n- **views** (Integer) Amount of views.\n- **answers** (Integer) Amount of answers.\n\n## Requirements\n\n*FF* is tested in *OS X 10.7.1* using Ruby *1.9.2*.\n\n## License\n\n*FF* is released under the *MIT license*.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fflashback-feed-rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleander%2Fflashback-feed-rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Fflashback-feed-rb/lists"}