home.social

#mastodonpy — Public Fediverse posts

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

  1. Like you, @carlton, I'm still recovering from the intense days we've had. I was able to publish the post timeline so quickly because I automated the process with Python, Pelican, Jinja and Mastodo.py ... the main job was just publishing posts consistently throughout the event. 🤖

  2. Like you, @carlton, I'm still recovering from the intense days we've had. I was able to publish the post timeline so quickly because I automated the process with Python, Pelican, Jinja and Mastodo.py ... the main job was just publishing posts consistently throughout the event. 🤖

    #Pelican #Python #MastodonPy #Jinja

  3. Like you, @carlton, I'm still recovering from the intense days we've had. I was able to publish the post timeline so quickly because I automated the process with Python, Pelican, Jinja and Mastodo.py ... the main job was just publishing posts consistently throughout the event. 🤖

    #Pelican #Python #MastodonPy #Jinja

  4. Like you, @carlton, I'm still recovering from the intense days we've had. I was able to publish the post timeline so quickly because I automated the process with Python, Pelican, Jinja and Mastodo.py ... the main job was just publishing posts consistently throughout the event. 🤖

    #Pelican #Python #MastodonPy #Jinja

  5. Like you, @carlton, I'm still recovering from the intense days we've had. I was able to publish the post timeline so quickly because I automated the process with Python, Pelican, Jinja and Mastodo.py ... the main job was just publishing posts consistently throughout the event. 🤖

    #Pelican #Python #MastodonPy #Jinja

  6. And with that, the #code for #Mastoffline, my in-development personal #Mastodon client using #MastodonPy and #Kivy, has been published to #SourceHut: git.sr.ht/~fixato/Mastoffline

    It's far from done, but I felt the code had matured enough from a simple proof of concept to see if Kivy was a suitable #Python #GUI library for me, to one of my #ScratchYourOwnItches #PetProjects that I will slowly work on when I feel like it, to warrant its own repo.

    #coding #PetProject

  7. Simplified link preview cards have been added to #Mastoffline, complete with semi-transparent mouse-over tooltips that show where the link points to.

    (Next step will be to apply these tooltips to all ref links.)

    Thanks to @halcy's excellent #MastodonPy library, it's really simple to access all this extra information. :)

    #coding