Save your team the trouble of searching for the most recent research papers. Deploy arΧivBot and get a Discord message for every paper submitted to arXiv.org that might be relevant according to your own preferences.
To activate the bot:
- 🚀 make a new application in the Discord activation portal, create a bot and add it to your Discord server.
- 🛂 Copy the bot's key into a file called
key.pywhich has the following contents:Alternatively you an add a key inkey = "<YOUR_SECRET_BOT_KEY_GOES_HERE>"cfg.yml. - 📦 Make sure you have installed the necessary Python packages (see
requirements.txt) in your Python environment. - ⚡️ Run
python3 bot.py. - 🎉 Enjoy.
Have a look at cfg.yml for a bunch of parameters you can tweak, or just ask arΧivBot to do it for you via its Discord interface. In the default setting the bot will respond to messages starting with !arXiv.
- The initial setup of this bot has been inspired by this repository by @perara.
- More information on the used Python interface for Discord.
- More information on the used Python interface for arXiv.
- More information on the used arXiv API.
