Skip to content

Streamlit Playlist #658

Streamlit Playlist

Streamlit Playlist #658

name: Streamlit Playlist
on:
schedule:
# Runs every hour, on the hour
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
update-readme-with-youtube:
name: Update this repo's README with latest videos from YouTube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
readme_path: "./Streamlit-Python/README.md"
comment_tag_name: "STREAMLIT"
max_post_count: 50
feed_list: "https://www.youtube.com/feeds/videos.xml?playlist_id=PLqQrRCH56DH8JSoGC3hsciV-dQhgFGS1K"
custom_tags: "channelId/yt:channelId/,videoId/yt:videoId/"
date_format: "mmm d, yyyy"
template: '<table><tr><td><a href="$url"><img width="140px" src="https://i.ytimg.com/vi/$videoId/mqdefault.jpg"></a></td>$newline<td><a href="$url">$title</a><br/>$date</td></tr></table>$newline'
committer_email: "[email protected]"