pip install -r .\requirements.txtpython .\src\rss_reader.pypython .\src\test_all.py{
"feed": string,
"items": array of Items
}
{
"title": string,
"date": datetime,
"link": string,
"images": array of strings
}
Same as JSON but without brackets and quotes
feed: string
items:
array of Itemstitle: string
date: datetime
link: string
images:
array of stringsAll items were fetched will be stored in cached.json which is located (will be created if it doesn't exist) in source folder and will be stored in JSON format with checking for duplicates