MadBob
  • Home
  • About

fediverse

A collection of 4 posts
Automate Mobilizon
fediverse

Automate Mobilizon

As I'm hacking a Mobilizon instance to push into the fediverse events fetched from different sources (e.g. the ticket selling platoforms popular in Italy, like VivaTicket), I have to put together some PHP script to automatically interact with the poorly documented Mobilizon API. Even for the first
02 Apr 2024 2 min read
PeerTube Direct Links
fediverse

PeerTube Direct Links

A note for future self: as the web interface of PeerTube do not exposes any direct link to access the raw video files it hosts (but only a link to the embeddable own player, which may be unconvenient in many situations), a bit of hack is required. Given that a
18 Oct 2020 1 min read
Pushing into the Rocket
fediverse

Pushing into the Rocket

A Rocket Chat instance, the same 60 users already pushed into a PeerTube instance, and poor will to understand the too much complex native feature to import by CSV. Let's write another script (very similar to the PeerTube's one...): <?php require_once('vendor/autoload.
12 Oct 2020 1 min read
Pushing into the Tube
fediverse

Pushing into the Tube

A PeerTube instance, 60 users to create, and an import feature not yet implemented. But a suggestion: "You can easily develop a script that create these users via API call". Here, my script: <?php require_once('vendor/autoload.php'); use GuzzleHttp\Client; $endpoint = 'https:
22 Sep 2020 1 min read
Page 1 of 1
MadBob © 2025
Powered by Ghost