Atom feed for our EEG site
1I wish to create a python script that will aggregate a list of Atom feed URLs and outputs them as a single Atom feed in sorted order.
2
3The feeds.json file contains the urls.
4
5The title of the aggregated feed should be "Atomic EEG"
6
7Write me a python script that outputs the feed into eeg.xml
8
9