Discord bot which unfurls arXiv links.
- Get the
token
andclient-id
from discord for the bot. - Rename the
auth.example.json
toauth.json
, and replace its contents with your credentials.
- Install dependencies by running:
npm install
- Run bot with:
node arxiv-bot.js
Partially derived from https://github.com/rshin/arxiv-slack-bot