This repo contains a bot, which sends daily HTML-formatted arXiv emails
- Fork this repository
- Make sure you have your gmail credentials ready to go. It may not work unless you set up a new app password on gmail (if you can't find this, use "Search Google Account").
- In your forked repository, go to Settings > Secrets and variables > Actions, and add your credentials securely there. Create three Repository Secrets:
GMAIL_USER- this is the email that will send your daily emailsGMAIL_PASSWORD- the app password for that emailRECIPIENT- the email address where you want to receive arXiV subscriptions
- In
.github/workflows/math-email.ymlremove the last step, i.e. everything at/below "- name: freeloaders". You can also safely remove the filefreeloaders.py. This is for me to send arxiv emails to friends who are too lazy to fork this repo 😃
And you're good to go!
In order to change your subscription services, change the subscriptions variable in daily_preprint.py. Emails go out at 5:00 UTC (midnight ET).