From the course: Building GitHub Bots
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Do more with your GitHub bot
From the course: Building GitHub Bots
Do more with your GitHub bot
- [Instructor] Congratulations. You've built your first GitHub bot using Python, and even deployed it on a cloud application hosting platform. My bot here may not look like a bot because it has my username, and it does not have any other signifiers to suggest that it is a bot except this message right here. You can create a separate GitHub account for your bot and use its personal access token instead to fix this. I have seen multiple mergebots do this. If you're wondering what mergebots do, then they merge pull requests having a certain label like LGTM or approved. Coming to cloud application hosting platforms, you can use any platform that can deploy web services. I chose Render as it had some starting credits and it's fairly easy to use. I was able to find my way without referring to any documentation. There are starting credits for Fly.io and Railway. Now that we built our first bot using Python, let's look at some ideas for some other bots that you can build to increase your…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Development environment setup1m 33s
-
(Locked)
Get started2m 48s
-
(Locked)
Using gidgethub on the command line20m 1s
-
(Locked)
Write and deploy a "Hello World" web service14m 15s
-
(Locked)
Using gidgethub to respond to webhooks16m 54s
-
(Locked)
Do more with your GitHub bot5m 50s
-
(Locked)
Challenge: Comment when a pull request is merged29s
-
(Locked)
Solution: Comment when a pull request is merged5m 37s
-
(Locked)
-
-
-