We develop A simple feishu bot script daily pushes arxiv latest articles. His effect is as follows:
Of course, you can also use other online website to monitor the latest progress of Arxiv such as https://deeplearn.org/ .
And our purpose of making this is to facilitate the discussion of the latest articles in Feishu, hope this script can be helpful to you.
Our code is mainly based on this project .
Next we mainly introduce how to use.
-
New a feishu bot and replace feishu webhook URL and secret in
src/config.py
-
pip install -r requirements.txt
-
(Option) Rewrite the function
filter_paper
insrc/spider.py
with your needs. -
Set this script as planned work through
crontab
or other commands.
30 10 * * * python3 $Absolute path$
And then you can see the news pushed at 10:30 every day.