Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Install requirements

pip install -r .\requirements.txt

Application

python .\src\rss_reader.py

Tests

python .\src\test_all.py

Print format

JSON

News:

{
  "feed": string,
  "items": array of Items
}

Item:

{
  "title": string,
  "date": datetime,
  "link": string,
  "images": array of strings
}

String

Same as JSON but without brackets and quotes

News:

feed: string
items: 
  array of Items

Item:

title: string
date: datetime
link: string
images: 
  array of strings

Caching system

All 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

About

Homework for Python Foundation course

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages