{"id":20335582,"url":"https://github.com/aliwoto/mdparser","last_synced_at":"2025-04-11T22:06:51.459Z","repository":{"id":57619239,"uuid":"389040522","full_name":"ALiwoto/mdparser","owner":"ALiwoto","description":"mdparser for telegram API using MarkDownV2.","archived":false,"fork":false,"pushed_at":"2024-08-27T07:12:11.000Z","size":51,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T22:06:42.317Z","etag":null,"topics":["bot","bot-api","markdown","markdown-v2","telegram","telegram-bot","telegram-bot-api"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ALiwoto.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":"2021-07-24T08:14:13.000Z","updated_at":"2024-08-28T15:00:56.000Z","dependencies_parsed_at":"2024-11-19T01:44:11.101Z","dependency_job_id":null,"html_url":"https://github.com/ALiwoto/mdparser","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALiwoto%2Fmdparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALiwoto%2Fmdparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALiwoto%2Fmdparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ALiwoto%2Fmdparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ALiwoto","download_url":"https://codeload.github.com/ALiwoto/mdparser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487715,"owners_count":21112191,"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":["bot","bot-api","markdown","markdown-v2","telegram","telegram-bot","telegram-bot-api"],"created_at":"2024-11-14T20:42:17.202Z","updated_at":"2025-04-11T22:06:51.403Z","avatar_url":"https://github.com/ALiwoto.png","language":"Go","readme":"\u003c!--\n\tmdparser library Project\n\tCopyright (C) 2021-2022 ALiwoto\n\tThis file is subject to the terms and conditions defined in\n\tfile 'LICENSE', which is part of the source code.\n--\u003e\n\n# mdparser\nmdparser for telegram bot API\n\n\u003chr/\u003e\n\n## How to use\nFirst you need to get the package:\n`go get -u github.com/ALiwoto/mdparser`\n\nthen you can use the package like this:\n\n```go\nimport \"github.com/ALiwoto/mdparser\"\n\n\n\nfunc sendMessage(msg Message) {\n\tmd := mdparser.GetBold(\"This is a message\").AppendNormal(\":\\n\")\n\tmd = md.AppendItalic(\"Italic\\n\")\n\tmd = md.AppendMono(\"Mono space\\n\")\n\tmd = md.AppendHyperLink(\"text\", \"https://google.com\")\n\n\tmsg.Reply(md.ToString(), options{version: \"MarkdownV2\"})\n}\n\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliwoto%2Fmdparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliwoto%2Fmdparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliwoto%2Fmdparser/lists"}