This project is about getting the new and top stories from the news portal ycombinator using the API from github.
Details of the packages and the library modules are listed below:
1.[utility] - This package contains modules which initiates the project.
2.[functionality] - This package contains the modules which performs core business logic functions.
3.[connection] - This package contains the module responsible for Web or database communication.
4.[models] - This package contains class module to represent the database table.
5.[files] - This package stores the output .csv or .db files.
Following need to be install in Windows OS
- Python 2.7 for the project up and running
This project can be run in two ways listed below
- Using Python 2.7 interpreter and executing below command in command prompt
python run.py
IDE used :
Python Module Used :
- Ashis Sahoo - Initial work
]