Elijas / auto-youtube-subscription-playlist-2

Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
MIT License
248 stars 54 forks source link

Use clasp and travis ci #71

Open victorjzsun opened 4 years ago

victorjzsun commented 4 years ago
victorjzsun commented 3 years ago

Unable to use service accounts with clasp, can only use token which expires after a week. Probably going to have to update Travis secret with new token at refresh

mehdichaouch commented 1 year ago

Hi! Why you didn't finish this PR?

victorjzsun commented 1 year ago

When I was working on it, couldn't get an easy authorization mechanism working. Having to rotate tokens frequently is not easy, at least on Travis CI. Although, there does seem to be a way to do it using GitHub Actions. Will have to look into it more

mehdichaouch commented 1 year ago

When I was working on it, couldn't get an easy authorization mechanism working. Having to rotate tokens frequently is not easy, at least on Travis CI. Although, there does seem to be a way to do it using GitHub Actions. Will have to look into it more

I encourage you to use GitHub Actions, it's really very convenient, and very powerful. I don't know what CI can do for Google Script, but I think some others repositories have already integrated it into their GitHub Actions CI tools... (I will ask ChatGPT to share some repository 😁)

mehdichaouch commented 11 months ago

@victorjzsun I found that if it can help : https://github.com/google/clasp/issues/707#issuecomment-844364570