Schedule Python Scripts with GitHub Actions FOR FREE | Python Automation

preview_player
Показать описание
Learn how to schedule Python scripts with GitHub Actions FOR FREE in this Python Automation tutorial!

Get my Free NumPy Handbook:

📓 ML Notebooks available on Patreon:

If you enjoyed this video, please subscribe to the channel:

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

#Python

Timeline:
00:00 - Introduction
01:08 - GitHub Actions
02:01 - Starter Template
06:38 - Set Up Instructions
11:41 - GitHub Secrets

----------------------------------------------------------------------------------------------------------
* This is an affiliate link. By clicking on it you will not have any additional costs, instead you will support me and my project. Thank you so much for the support! 🙏
Рекомендации по теме
Комментарии
Автор

Wow I only recognized GitHub actions as a CD tool. Did not realize it can be on any automated basis. That changes things. Very cool.

Mutual_Information
Автор

I just love this tutorial. Perfectly paced and almost covers everything. Thanks. :)

dipanshgirdhar
Автор

I never thought I could use github actions for other tasks different from CI/CD this video was the spark for me to dig deeper into github actions, if you could do more videos on this topic it will be great. Thanks a lot.

Автор

This is a wonderful tutorial. Thank you very much. It's really going to be incredibly helpful to me.

bozok
Автор

Thank you for such a useful and informative tutorial. Super helpful!

techxest
Автор

Super helpful demonstration! Thanks so much!

ewwitsantonio
Автор

Wow. This was really helpful, thanks a lot! I didn't know we could also use Python for GitHub actions, although I am more of a JS guy (I've made a few workflows in the past with it but config was hell)

letstry
Автор

great tutorial! thank you a lot to share your knowledge 👏👏

mapneto
Автор

This video is worthy of a billion views! Really helpful.

tech_savvy_guy
Автор

In case someone had same issues as me:
1. job not running:
In the video he shows that the job is scheduled every 2 hours but in the repository code is actually set for every Monday, change code to run more often if you want to test it

2. error 128, saying can't connect to repo when doing the build:
Go to "Settings" > "Actions" > "General" > and in "Workflow permissions" change to > "Read and write permissions" > then "Save"

Hopefully it will work now, it does for me :)

carlitosperez
Автор

interesting video and clear cut simple explanation

vinaykrishna
Автор

With this new Github action discovery. 😂
I’m going to put my FTP server into casket for good which i used to run python code.
Damn my manager was struggling with manual updating code in ftp server now i could just directly execute code here. ❤❤❤❤
This tutorial definitely made my day ❤❤

infinity
Автор

Really very nice and helpful

I never thought we could run python scripts too 😅

shivampatil_
Автор

Great tutorial. I am going to use it to automatically update some dashboards I have. Are you using a custom theme for your terminal? It looks nice

nates
Автор

Very cool. I think I’ll use it to purge the cloudflare cache via Api

Tennisbull-match-statistics
Автор

Can you make a video about containerized scripts on remote servers? Specifically uploading them to servers and then updating them? Thanks!

eyekey
Автор

What a great tutorial! I couldn't seem to find your tweet-scraper repo, though. Is it still available?

lazymutt
Автор

So you run setup py and pip install every time? There's no caching or anything? I'm trying to implement similar thing with docker and dockerized action.

vsolyomi
Автор

How can I interact with databases with Github actions? Do I need a cloud DB or a local ones also work?

tanjt
Автор

Thanks a lot for the video!! may i ask a simple question ... how to start running the workflow? I have set up most of the thing according to the video, but it is not running...

mscnkwzoe