home.social

#commandname — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #commandname, aggregated by home.social.

  1. CW: bot example syntax, longish

    @flancian like instead of just #command it would be cool to be able to resolve that to a specific set of commands/actions that the bot would be able to parse. sort of what I was working on during the workshop, using profile metadata fields as link resolvers for shortnames, or using the command parlance above be like

    ```
    @\bot #prefix
    wikibot: +pypy:wiki_postbot.commands
    ```
    to refer to commands in a PyPI package and then
    ```
    @\bot @jonny:wikibot #commandName
    ```