GoodPraxis Posted September 4 Share Posted September 4 I've been considering writing a little script to allow for iCalendar generation for the streams (since I need the notifications on my phone for this to work for me, hehe), I really don't want to parse out the data from the announcement post myself. Would you be fine with me building it against the https://warframestreams.lol/Lotus/data/items.csv data source directly? You would of course be free to integrate the ical files in warframestreams.lol afterwards, however that might end up working, since I wanna implement this in Rust. I'd probably have a CI pipeline poll for changes once a day and publish the files somewhere? I mean I could also just do it in JS and then you could just bake it into warframestreams.lol directly, maybe using https://www.npmjs.com/package/ical-generator -- but then that's one more dependency for you to keep updated let me know what you think 1 Link to comment Share on other sites More sharing options...
Digressive Posted September 4 Author Share Posted September 4 9 hours ago, GoodPraxis said: I've been considering writing a little script to allow for iCalendar generation for the streams (since I need the notifications on my phone for this to work for me, hehe), I really don't want to parse out the data from the announcement post myself. Would you be fine with me building it against the https://warframestreams.lol/Lotus/data/items.csv data source directly? You would of course be free to integrate the ical files in warframestreams.lol afterwards, however that might end up working, since I wanna implement this in Rust. I'd probably have a CI pipeline poll for changes once a day and publish the files somewhere? I mean I could also just do it in JS and then you could just bake it into warframestreams.lol directly, maybe using https://www.npmjs.com/package/ical-generator -- but then that's one more dependency for you to keep updated let me know what you think Feel free to use https://warframestreams.lol/Lotus/data/items.csv as the data source and thanks for asking - love your idea! 2 Link to comment Share on other sites More sharing options...
GoodPraxis Posted September 5 Share Posted September 5 Cool, the first version of that is done, it'll generate a local `warframe.ics` file for you to import into whatever calendar app you got and the repo is hosted at https://codeberg.org/good_praxis/warframe-streams-ical -- I will come back to this next week to actually make it generate in a way that's easier for people to go grab instead of running it locally and whatnot, just happy to share this initial version and stop working on it for this week 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now