cross-posted from: https://discuss.online/post/4986083

As of today, PieFed includes a ‘theme engine’ which makes it easier for people with low or no Python skills to change how PieFed looks and behaves.

PieFed is a lemmy/kbin clone written in Python with Flask.

  • @muntedcrocodile
    link
    English
    1
    edit-2
    4 months ago

    Is there a mastadon client in python cos im wondering how hard would it be to combine them?

    • Rimu
      link
      fedilink
      44 months ago

      There is Takahe . Although it uses Python too, the way it’s put together is totally different so combining them is not possible.

      Better integration with Mastodon would be nice but until Mastodon has proper support for Groups it’s not a natural fit.

      • @muntedcrocodile
        link
        English
        24 months ago

        I was more thinking how hard it would be to have one server that is both a mastadon and a lemmy instance. I know backend they interact with activpub differently but i was thinking u could probably just serve both lemmy and mastadon api and do some dodgying up where/if they interfear with eachother. Not sure how u would deal with WebFinger tho.

        I would test it myself exept Takahe seems to use django and PieFed is flask cos of cause we cant have Takahe also use flask that would make life to easy.