On 2020-10-09 16:03:02 +0100 (+0100), Sean Mooney wrote:
On Thu, 2020-10-08 at 21:56 +0200, Pierre Riteau wrote:
Sean Mooney wrote something last time which can probably be reused by just updating the csv: http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014217.htm...
ya i can proably try to udpdate it too. i havent looked at how the new adgenda is published but i can proably parse it and generate them if needed.
where is teh data located that it is generated from? [...]
The http://ptg.openstack.org/ptg.json file is serialized persistent state which ptgbot reads at start and then replaces on disk as it receives commands updating the schedule.
On Fri, 2020-10-09 at 15:32 +0000, Jeremy Stanley wrote: thansk the json file will be much simpler to parse then the csv my script currently is set up for. ill try and see if i can update data it to work with that at teh weekend.