{"id":19036097,"url":"https://github.com/privoce/social-rss-api","last_synced_at":"2025-04-23T19:06:38.918Z","repository":{"id":104874511,"uuid":"330881447","full_name":"Privoce/social-rss-api","owner":"Privoce","description":"social rss api service.","archived":false,"fork":false,"pushed_at":"2021-01-20T07:08:54.000Z","size":30,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-23T19:06:07.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Privoce.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,"zenodo":null}},"created_at":"2021-01-19T06:08:13.000Z","updated_at":"2024-04-02T17:40:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"727c0a7b-16e0-42ae-89c4-3af4001cb902","html_url":"https://github.com/Privoce/social-rss-api","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/Privoce%2Fsocial-rss-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Privoce%2Fsocial-rss-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Privoce%2Fsocial-rss-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Privoce%2Fsocial-rss-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Privoce","download_url":"https://codeload.github.com/Privoce/social-rss-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496989,"owners_count":21440231,"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-08T21:53:08.289Z","updated_at":"2025-04-23T19:06:38.913Z","avatar_url":"https://github.com/Privoce.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# social-rss-api\nsocial rss api service.\n\n## Models\n\n### UserModel\n\n| Key             | Type   | Required | Default |\n| --------------- | ------ | -------- | ------- |\n| nick_name       | String | true     | N/A     |\n| account         | String | true     | N/A     |\n| avatar_url      | String | true    |  N/A     |\n\n\n### LookInModel\n\n| Key             | Type   | Required | Default |\n| --------------- | ------ | -------- | ------- |\n| nick_name       | String | true     | N/A     |\n| time            | String | true     | N/A     |\n| url             | String | true    |  N/A     |\n\n## API\n\n### RSS LIST\n\n#### `domain/nickname`\n\nURL: `/NickName`\n\nMethod: `GET`\n\nURL Param:\n\n```json\ncurl —X GET http://localhost:8080/ding\n\n```\n\nResponse:\n\nStatus Code: `200 | 400 | 401`\n\nCause: `success | user not exist   | user look in no data`\n\n```json\n{\n    \"code\": 200,\n    \"look_in\": [\n        {\n            \"nick_name\": \"ding\",\n            \"time\": \"2021-01-19 18:54:45\",\n            \"url\": \"https://github.com/higker\"\n        },\n        {\n            \"nick_name\": \"ding\",\n            \"time\": \"2021-01-19 18:54:45\",\n            \"url\": \"https://google.com/\"\n        },\n        {\n            \"nick_name\": \"ding\",\n            \"time\": \"2021-01-19 18:54:45\",\n            \"url\": \"https://google.com/\"\n        }\n    ],\n    \"msg\": \"successful.\",\n    \"user_info\": {\n        \"nick_name\": \"ding\",\n        \"account\": \"ding@privoce.com\",\n        \"avatar_url\": \"https://iconfont.alicdn.com/t/1570850261949.png@100h_100w.jpg\"\n    }\n}\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprivoce%2Fsocial-rss-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprivoce%2Fsocial-rss-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprivoce%2Fsocial-rss-api/lists"}