{"id":23113717,"url":"https://github.com/cmdr-nova/tumblr-py","last_synced_at":"2026-04-26T12:32:22.586Z","repository":{"id":268360600,"uuid":"875026446","full_name":"cmdr-nova/tumblr-py","owner":"cmdr-nova","description":"A script that pulls the top trending posts from Tumblr, sorts out an image post, and then posts it to Mastodon.","archived":false,"fork":false,"pushed_at":"2024-10-18T23:49:47.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-15T13:04:45.924Z","etag":null,"topics":["automation","images","mastodon","python","script","tumblr"],"latest_commit_sha":null,"homepage":"https://mkultra.monster/@net_run","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmdr-nova.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-18T23:38:17.000Z","updated_at":"2024-10-18T23:50:27.000Z","dependencies_parsed_at":"2024-12-16T10:04:26.547Z","dependency_job_id":null,"html_url":"https://github.com/cmdr-nova/tumblr-py","commit_stats":null,"previous_names":["cmdr-nova/tumblr-py"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmdr-nova/tumblr-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Ftumblr-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Ftumblr-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Ftumblr-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Ftumblr-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmdr-nova","download_url":"https://codeload.github.com/cmdr-nova/tumblr-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdr-nova%2Ftumblr-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","images","mastodon","python","script","tumblr"],"created_at":"2024-12-17T03:13:28.877Z","updated_at":"2026-04-26T12:32:22.564Z","avatar_url":"https://github.com/cmdr-nova.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tumblr-py\n\nI wanted to find a way to make Tumblr seem a bit more connected to the Fediverse. Since Matt Mullenweg is too busy self-destructing and bringing Wordpress down with him (as of writing this, October 18th, 2024), Tumblr's apparently *eventual* ActivityPub integration seems to never be coming. Fear not! Python's got your back, homie. So, I made this little script that looks at the top trending posts across Tumblr, then picks an image post, and finally, drops that mother-freaker right onto Mastodon.\n\nSimple.\n\nSteps:\n\nSetup an environment\n\n```\npython3 -m venv your-environment\n```\n\nActivate the environment, and then install the Mastodon code.\n\n```\npip install mastodon.py\n```\n\nPut the script into the same directory, and then set us up a cronjob to pull just once, per day.\n\n```\n0 17 * * * tumblr-bot/tumblr-env/bin/python3 tumblr-py/tumblr-py.py\n```\n(this is an example that posts at 5pm each day)\n\nThe reason you only want to do this *once* per day, is because, in order to pull a larger base of image posts, you need to make *numerous* API calls, which will rate limit you in seconds. So, instead, just have it make an API call once a day, and post the result. If the result turns out to be the same every single day, then maybe that's something for me to investigate further.\n\nBut, there you go!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdr-nova%2Ftumblr-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdr-nova%2Ftumblr-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdr-nova%2Ftumblr-py/lists"}