105 lines
2.7 KiB
Markdown
105 lines
2.7 KiB
Markdown
---
|
|
title: Libraries and implementations
|
|
description: Interface with the Mastodon API in the programming language of your choice.
|
|
menu:
|
|
docs:
|
|
weight: 60
|
|
parent: client
|
|
---
|
|
|
|
## Apex \(Salesforce\) {#apex-salesforce}
|
|
|
|
* [apex-mastodon](https://github.com/tzmfreedom/apex-mastodon)
|
|
|
|
## C\# \(.NET Standard\) {#c-net-standard}
|
|
|
|
* [Mastodot](https://github.com/yamachu/Mastodot)
|
|
* [Mastonet](https://github.com/glacasa/Mastonet)
|
|
* [TootNet](https://github.com/cucmberium/TootNet)
|
|
* [mastodon-api-cs](https://github.com/pawotter/mastodon-api-cs)
|
|
* [Mastodon.Net](https://github.com/Tlaster/Mastodon.Net)
|
|
|
|
## C++ {#c}
|
|
|
|
* [mastodonpp](https://schlomp.space/tastytea/mastodonpp)
|
|
|
|
## Crystal {#crystal}
|
|
|
|
* [mastodon.cr](https://github.com/decors/mastodon.cr)
|
|
|
|
## Common Lisp {#common-lisp}
|
|
|
|
* [tooter](https://github.com/Shinmera/tooter)
|
|
|
|
## Elixir {#elixir}
|
|
|
|
* [hunter](https://github.com/milmazz/hunter)
|
|
|
|
## Go {#go}
|
|
|
|
* [go-mastodon](https://github.com/mattn/go-mastodon)
|
|
* [madon](https://github.com/McKael/madon)
|
|
|
|
## Haskell {#haskell}
|
|
|
|
* [hastodon](https://github.com/syucream/hastodon)
|
|
|
|
## Java {#java}
|
|
|
|
* [mastodon4j](https://github.com/sys1yagi/mastodon4j)
|
|
|
|
## JavaScript {#javascript}
|
|
|
|
* [masto.js](https://github.com/neet/masto.js)
|
|
* [libodonjs](https://github.com/Zatnosk/libodonjs)
|
|
|
|
## JavaScript \(Browser\) {#javascript-browser}
|
|
|
|
* [mastodon.js](https://github.com/Kirschn/mastodon.js)
|
|
|
|
## JavaScript \(Node.js\) {#javascript-node-js}
|
|
|
|
* [node-mastodon](https://github.com/jessicahayley/node-mastodon)
|
|
* [mastodon-api](https://github.com/vanita5/mastodon-api)
|
|
|
|
## Perl {#perl}
|
|
|
|
* [Mastodon::Client](https://metacpan.org/pod/Mastodon::Client)
|
|
|
|
## PHP {#php}
|
|
|
|
* [Mastodon API for Laravel](https://github.com/kawax/laravel-mastodon-api)
|
|
* [Mastodon-api-php](https://github.com/yks118/Mastodon-api-php)
|
|
* [Composer based php API wrapper](https://github.com/r-daneelolivaw/mastodon-api-php)
|
|
* [MastodonOAuthPHP](https://github.com/TheCodingCompany/MastodonOAuthPHP)
|
|
* [Phediverse Mastodon REST Client](https://github.com/phediverse/mastodon-rest)
|
|
* [TootoPHP](https://framagit.org/MaxKoder/TootoPHP)
|
|
* [oauth2-mastodon](https://github.com/lrf141/oauth2-mastodon)
|
|
* [Mastodon Wordpress API](https://github.com/L1am0/mastodon_wordpress_api)
|
|
|
|
## Python {#python}
|
|
|
|
* [Mastodon.py](https://github.com/halcy/Mastodon.py)
|
|
|
|
## R {#r}
|
|
|
|
* [mastodon](https://github.com/ThomasChln/mastodon)
|
|
|
|
## Ruby {#ruby}
|
|
|
|
* [mastodon-api](https://github.com/tootsuite/mastodon-api)
|
|
|
|
## Rust {#rust}
|
|
|
|
* [mammut](https://github.com/Aaronepower/mammut)
|
|
* [elefren](https://github.com/pwoolcoc/elefren)
|
|
|
|
## Scala {#scala}
|
|
|
|
* [scaladon](https://github.com/schwitzerm/scaladon)
|
|
|
|
## Swift {#swift}
|
|
|
|
* [MastodonKit](https://github.com/ornithocoder/MastodonKit)
|
|
|