{"id":25805833,"url":"https://github.com/userjhansen/rust-analyzer","last_synced_at":"2025-07-23T21:38:31.056Z","repository":{"id":105306624,"uuid":"605836610","full_name":"UserJHansen/rust-analyzer","owner":"UserJHansen","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-28T00:18:23.000Z","size":14328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T02:21:46.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/UserJHansen.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":"2023-02-24T02:04:04.000Z","updated_at":"2023-02-27T06:04:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"a00244cc-db38-4d21-b49a-7a73d8a2b96b","html_url":"https://github.com/UserJHansen/rust-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UserJHansen/rust-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserJHansen%2Frust-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserJHansen%2Frust-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserJHansen%2Frust-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserJHansen%2Frust-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UserJHansen","download_url":"https://codeload.github.com/UserJHansen/rust-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserJHansen%2Frust-analyzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266753967,"owners_count":23979144,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-02-27T19:40:15.005Z","updated_at":"2025-07-23T21:38:31.043Z","avatar_url":"https://github.com/UserJHansen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting the data\r\n\r\nTo get the data.json file you can put this js snippet in the browser, on the Mangasee website\r\n\r\n```\r\nvar output = {},\r\n    error_count = 0,\r\n    i = 0,\r\n    parsedOut = [];\r\n\r\nfetch('https://mangasee123.com/_search.php').then((r) =\u003e r.json()).then((r) =\u003e {\r\n    r.map((f) =\u003e f.i).forEach((n) =\u003e {\r\n        setTimeout(() =\u003e fetch('https://mangasee123.com/manga/' + n).then(r =\u003e r.text()).then(t =\u003e {\r\n            if (/vm.IndexName = ([\\S\\s]*)vm\\.Sub/.exec(t) == null) {\r\n                error_count++;\r\n                return;\r\n            }\r\n            output[n] = []\r\n            output[n][0] = /vm.IndexName = ([\\S\\s]*)vm\\.Sub/.exec(t)[1]\r\n            fetch('https://mangasee123.com/manga/comment.get.php', {\r\n                method: \"POST\",\r\n                body: JSON.stringify({\r\n                    IndexName: n,\r\n                })\r\n            }).then(r =\u003e r.json()).then(j =\u003e output[n][1] = j.val)\r\n        }), ++i * 35)\r\n    })\r\n    setTimeout(() =\u003e {\r\n        for (name in output) {\r\n            parsedOut.push({\r\n                name,\r\n                chapters: JSON.parse(/vm.Chapters = (.*?);\\r\\n\\t\\t\\t/.exec(output[name][0])[1]).map(c =\u003e ({\r\n                    chap_no: parseInt(c.Chapter),\r\n                    date: Math.floor(Date.parse(c.Date)/1000/60)\r\n                })),\r\n                subs: parseInt(/vm.NumSubs = (.*?);/.exec(output[name])[1]),\r\n                comments: output[name][1].flatMap((c) =\u003e [...c.Replies.map(r =\u003e ({\r\n                        date: Math.floor(Date.parse(r.TimeCommented)/1000/60),\r\n                        id: parseInt(r.CommentID)\r\n                    })),\r\n                {\r\n                    id: parseInt(c.CommentID),\r\n                    date: Math.floor(Date.parse(c.TimeCommented)/1000/60)\r\n                }])\r\n            })\r\n        }\r\n\r\n        console.log(parsedOut);\r\n    }, ++i * 35+2000)\r\n})\r\n\r\n```\r\n\r\n## Findings\r\n\r\nUsing the inbuilt settings over the year of 2022 you get:\r\n\r\n```\r\nTotal comments: 95042\r\nScanning for 365 days\r\nScore: 1\r\nFound Comments: 95042\r\nScanned Mangas: 85900944\r\nAverage scans to find a comment: 903\r\nAverage diff between post time and scan time per comment: 7 minutes\r\n```\r\n\r\nTo have accurate scanning and to reach these results you have to have the capability to scan at least\r\n180 mangas per minute, any less and you will not be able to keep scanning in a reasonable time frame.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserjhansen%2Frust-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserjhansen%2Frust-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserjhansen%2Frust-analyzer/lists"}