Skip to content

juanpabloaj/entries-by-votes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engineering-blogs entries ordered by Hacker News and Reddit votes

  1. Get feeds of Engineering-blogs.

  2. Get entries of feeds.

  3. Get votes of entries from Hackers News and Reddit.

  4. Sort entries with this ranking method

    (votes - 1) / (t + 2)^1.8

Reference - How Hacker News ranking algorithm works

Deploy

Environment variables

PRAW_CLIENT_ID
PRAW_CLIENT_SECRET
PRAW_USER_AGENT
MONGO_ENTRIES
TORNADO_PORT

Deploy to zeit.co/now

Add the environment variables to a entries.env file.

Deploy with now

now --dotenv entries.env --public

About

Entries of Software Engineering Blogs ordered by Hacker News and Reddit votes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published