Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 619 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 619 Bytes

paperbot

Build Status

Features

  • Extract paper information from URL.
    • Simple formatting to avoid it takes much space.
    • More information as a thread with Japanese translation.
  • Show top-10 trending papers on arXiv every day.
  • And translation, btw.

Usage

Fill .env file:

PAPERBOT_SLACK_TOKEN=
ARXIV_TREND_CHANNEL_ID=
BOT_USER_ID=
BOT_USER_NAME=
BOT_ICON_URL=

Run:

dep ensure
go build
./paperbot