{"id":20249154,"url":"https://github.com/aneeshd16/loklakdotnet","last_synced_at":"2026-05-08T12:33:25.874Z","repository":{"id":80984772,"uuid":"51396155","full_name":"aneeshd16/LoklakDotNet","owner":"aneeshd16","description":".NET API wrapper for the Loklak server http://loklak.org","archived":false,"fork":false,"pushed_at":"2016-03-01T17:54:39.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T02:30:33.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/aneeshd16.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":"2016-02-09T20:09:50.000Z","updated_at":"2016-02-09T20:11:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"c69666cc-abf2-4351-b4e3-eb0b10e69e5d","html_url":"https://github.com/aneeshd16/LoklakDotNet","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/aneeshd16%2FLoklakDotNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aneeshd16%2FLoklakDotNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aneeshd16%2FLoklakDotNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aneeshd16%2FLoklakDotNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aneeshd16","download_url":"https://codeload.github.com/aneeshd16/LoklakDotNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241696180,"owners_count":20004748,"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-14T09:52:28.685Z","updated_at":"2026-05-08T12:33:20.850Z","avatar_url":"https://github.com/aneeshd16.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# LoklakDotNet\r\n\r\n## Development discontinued on this repo. Go to (https://github.com/loklak/LoklakDotNet)\r\n\r\nThis is the .NET API wrapper for the Loklak server (http://loklak.org).\r\n\r\n##Installation\r\nTo install LoklakDotNet, run the following command in the Package Manager Console.\r\n\r\n`Install-Package LoklakDotNet`\r\n\r\nYou can also search for `loklak` in the Nuget Package Manager.\r\n\r\n##How to use\r\nSee the LoklakDotNetTests project for usage examples. async/await pattern is followed. All methods output the raw JSON string response. Parse the JSON using a JSON parser of your choice. Examples in LoklakDotNetTests use Newtonsoft.JSON.\r\nFor documentation on the API, go [here](http://loklak.org/api.html).\r\n\r\n###Initialize\r\n\r\n`Loklak loklak = new Loklak();` or `Loklak loklak = new Loklak(\"http://myloklakapp/api\");`\r\n\r\n###Status\r\n\r\n`var result = await loklak.status();`\r\n\r\n###Search\r\n```\r\nvar st = new LoklakSearchTerm(); //See LoklakSearchTerm properties for more options\r\nst.terms = \"loklak\";\r\nvar result = await loklak.search(st);\r\n```\r\nFull method signature:\r\n\r\n`search(LoklakSearchTerm q, int count = 100, string source=\"cache\", IList\u003cstring\u003e fields = null, int limit=-1, int timeZoneOffset=-1)`\r\n\r\n###Hello\r\n\r\n`var result = await loklak.hello();`\r\n\r\n###Peers\r\n\r\n`var result = await loklak.peers();`\r\n\r\n###Geocode\r\n\r\n```\r\nvar places = new List\u003cstring\u003e();\r\nplaces.Add(\"Delhi\");\r\nplaces.Add(\"Berlin\");\r\nvar result = await loklak.geocode(places);\r\n```\r\n\r\n###User\r\n\r\n`var result = await loklak.user(\"loklak_app\", \u003cmax-follower-count\u003e, \u003cmax-following-count\u003e);`\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faneeshd16%2Floklakdotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faneeshd16%2Floklakdotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faneeshd16%2Floklakdotnet/lists"}