biswajitpain/hack_news
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#Name:HackerNews Portal #Author:Biswajit Pain This application written in Python Flask. Assumption: 1:In this application no database is used. For simplicity i avoided the database. 2:Every time it fatches data from firebase and store in lists/dictionary. 3:It takes some amount of time to fetch data from firebase. 4:for demo i am taking only top 30 stories from top 100 stories. 5:for comments i am taking only 10 1st level comments. File Descriptions: hacker_news.py is the main python script