Twitter dev has finally published the new API tiers.
The Free tier, if I'm understanding correctly, provides access to the following API v2 endpoints:
- POST /2/tweets
- DELETE /2/tweets/:id
- GET /2/users/me
And that's all. Tweet and delete for free.
Hobbyists can pay $100 USD a month to have access to more endpoints.
The current version of my #PowerShell module #BluebirdPS, v0.8.3, will be the last.
Does anyone have a cigar box?
https://twitter.com/TwitterDev/status/1641222782594990080?s=20
@JeffHicks It depends on what Feb 13 brings. I'm not going to pay/support that site just to continue with #BluebirdPS.
Ironically, I've been paying $7 a month for access to Dyn Managed DNS for #PoShDynDns module for the last few years. I've been lazy and haven't stopped it, but that service will sunset in May anyway.
I just published an article on using the #PowerShell module #BluebirdPS to find Mastodon account references for PowerShell community members on the birdsite.
I give a shout-out to the work @cl has done on 3 #GitHub actions: Exodus, Influx, and Fossilize.
https://thedavecarroll.com/powershell/powershell-people-on-mastodon/
@andypiper @cl she has 2 others: #Exodus and #Influx that help with mastodon account discovery and import. The discovery uses #BluebirdPS
Working on my build scripts for #BluebirdPS and needed to update the version specific URLs in markdown help. I discovered a couple things while testing.
1) Set-Content appears to add an extra line. *
2) The .NET accelerators reduced the time from 60ms to 23ms.
* - There is a NoNewLine parameter that could be used. I either didn't know about this parameter or I had forgotten it.
#BluebirdPS v0.8.2, a #PowerShell
TwitterAPI client has been released to #PowerShellGallery.
Run 'Update-Module -Name BluebirdPS' or see https://bit.ly/BluebirdPSDoc to get started!
Includes:
Bugfix for Find-TwitterMastodonLinks.
Capability to resume after rate limit time resets.