Skip to content

A collection of codes written to escape the monotony and just for fun

Notifications You must be signed in to change notification settings

alaha999/arXivPaperSearch

Repository files navigation

arXivPaperSearch

arXivToday.py

This piece of python code should dump all the hep-ex (or of your field) papers appeared last week on your terminal like the following,

Index, arXiv Link, Paper Title

Command: python3 arXivToday.py

NB: This code should install the required packages if not present. You don't need to install it. Python package is mandatory. Install it before proceeding further. Python -v 3.6 or later is preferred.

  • Packages needed
    • urllib to open url
    • bs4: Beautiful Soup module to parse the html content
    • tabulate: Presenting the arXiv Link and paper name in a pretty table
  • What this code expect from you?

As an example, exampleImage

HTML Page for browsing with the list of papers

Added a html page maker fundtion which should display the list of papers in a page in your firefox browser. Click on the link and go directly to the arXiv for more details! For example, Weekly Paper List html page

About

A collection of codes written to escape the monotony and just for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages