/eprint

The script fetches the updates in Cryptology ePrint Archive, and generates an excel file for the current year.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

eprint

The script fetches the updates in Cryptology ePrint Archive, and generates an excel file for the current year.

Before running, install 2 excel modules:

$pip install xlwt

$pip install xlrd

To run the script, use:

$python eprint_updates.py

or

$python3 eprint_updates.py