Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 446 Bytes

File metadata and controls

23 lines (19 loc) · 446 Bytes

ArXivFeedReader

New Arxiv Reader base on Feed

Install

pip3 install pymongo feedparser

Run

MongoDB

First you should luanch a MongoDB in the default port 27017, and create a collection of client.mail.arxiv.

Parser

Luanch the parser to automatically retrieve arxiv papers.

nohup python3 parse.py
Frontend

Finally, launch your frontend by

streamlit run frontend --server.port=8080