You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, this feature will periodically check for new videos for the IO Stream youtube channel and post new videos to a specified channel.
This has already been semi implemented by requesting the last 50 channel videos from the youtube API and storing the returned video IDs in a json file. Due to the way this bot is hosted this will either need to be converted to a database or be re-written.
See /module/functions.js line 18 for the current checkYoutube() function, which is currently called from the /events/ready.js file.
The text was updated successfully, but these errors were encountered:
As the title says, this feature will periodically check for new videos for the IO Stream youtube channel and post new videos to a specified channel.
This has already been semi implemented by requesting the last 50 channel videos from the youtube API and storing the returned video IDs in a json file. Due to the way this bot is hosted this will either need to be converted to a database or be re-written.
See /module/functions.js line 18 for the current checkYoutube() function, which is currently called from the /events/ready.js file.
The text was updated successfully, but these errors were encountered: