I use python to automate GitHub files creations and push to the remote repository. The goal is to extract YouTube videos from CSV files, and to use the data extracted to create the files, and push the to GitHub, in order to create a sort of a Video Media Library on GitHub.
So, there will be an index file too. When you click on the links, you will be directed to the corresponding videos.
✨ To get notified when the videos codes are added to Github, you can join Digital Creations Whatsapp group:
🖇️ https://chat.whatsapp.com/HoUltuhOcqK...
📖Chapters:
[00:00] Introduction And General Steps
[00:32 Step 1: Needed Libraries
[00:43 ]Step 2: The CustomTkinter Python Widgets to show progression
[01:46] Step 3: How To recuperate Data from CSV Files with Python
[02:49] Step 4: How to auotmate the creation of MD files with YouTube videos links, and push them to GitHub
[04:16] Step 5: How to create automatically an index file that links to other GitHub Pages
[05:05] Step 6: How to create a CustomTkinter button that calls the desired functions
[05:20] Step 7: The Final Result