-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
ππ» Automating gr2m/helpdesk, Episode II
π
Monday, May 17th, 2021
π noon Pacific Time (in your timezone)
ποΈ no guests
π·οΈ Automation
Subscribe to this issues to get a notification before the show begins and a summary after the show concludes.
Automating gr2m/helpdesk
I've laid out the current process for this repository at https://github.com/gr2m/helpdesk/tree/f085060fb98f61a005c9e79df15fdad6466c6a1a#how-i-use-this-repository. It's mostly manual. Time to spice it up a bit with some automation!
In this show, I'll try to automate the tweeting and comments on the issue belonging to the show.
Outline
- Quick review of what I've build so far in episode I
- Walkthrough of how I currently do the tweets and comments manually
- Figure out a way to automate it π
Preparation
- Research the Twitter APIs. I have some familiarity with it from https://github.com/gr2m/twitter-together/, but things might have changed, and I'd also like to create a scheduled tweet this time.
- 30 minute announcement tweet
- start of show tweet
- recording available tweet
Recording
Shownotes
- See the first comment for information on how to sign up for a Twitter developer account, how to create an app, and how to sign up for Twitter's Ads API which is needed in order to schedule tweets via the API
- I used the
twitter
package - Twitter API docs:
- https://github.com/octokit/webhooks - if you ever look for GitHub event example payloads or schemas