Skip to content

An arXiv Discord Bot for making queries and watch new papers

License

Notifications You must be signed in to change notification settings

ENSTA-U2IS-AI/arXiv-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArXiV Bot

This repository contains a discord bot that allows you to make requests on the arxiv api:

  • It allows you to search the database with a prompt or with a category. The search can be configured.
  • It also automatically sends new papers linked to a category directly to a channel. Settings can be configured.
  • The use of private channels (Direct Messages) is also possible.

Start

To easily setup a conda environment:

conda create -n arxiv-bot
conda activate arxiv-bot
conda install pip 
pip install -r requirements.txt

You will need to create a file token.0 at the root which contains your token (secret). You must have created a discord application first which gives you access to a bot token. More info here.

To launch the bot, just use the following command

python3 main.py