This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |
OlderNewer