Skip to content

Instantly share code, notes, and snippets.

View windhamdavid's full-sized avatar
🦮
garbage in garbage out

David Windham windhamdavid

🦮
garbage in garbage out
View GitHub Profile
# So this is completely gone now
# Moved to my own brew recipes collection at
# https://github.com/kevmoo/homebrew-kevmoo
# Run this:
# brew tap kevmoo/kevmoo
# and you'll be good to go!
<?php
/*
Pass in an array of data that includes the text of the post and an access token e.g.
postToBluesky(array(
'text' => 'Hello World',
'accessToken' => getBlueskyToken()
));
Here's the gist for getting getBlueskyToken():
https://gist.github.com/adactio/1a850920a0554a49f36daf79d776a440