This repository includes a simple Flask application that queries the arXiv API for papers by a given researcher and shows any available contact email from the results.
- Python 3.8+
- Flask
Install dependencies (requires internet access):
pip install Flask
Execute the application:
python app.py
Then open http://localhost:5000
in your browser.