Crates.io | trans-arxiv-bot |
lib.rs | trans-arxiv-bot |
version | 0.1.7 |
source | src |
created_at | 2021-03-19 13:31:31.251029 |
updated_at | 2021-12-11 14:33:23.322357 |
description | A Twitter bot that tweets translated arXiv paper summaries |
homepage | |
repository | https://github.com/moisutsu/trans-arxiv-bot |
max_upload_size | |
id | 370975 |
size | 50,217 |
A Twitter bot that tweets translated arXiv paper summaries.
It's actually working on this Twitter account.
cargo install trans-arxiv-bot
When activated, it will automatically fetch papers at regular intervals. And when the latest paper is posted, it will translate the summary and tweet it. To avoid continuous tweets, tweets will be sent at regular intervals.
trans-arxiv-bot
Several options can be specified in the command line arguments, as follows.
--category
[default: cs.CL
]--source-lang
[default: en
]--target-lang
[default: ja
]--update-frequency
[default: 15
]You can also check this from trans-arxiv-bot --help
.
You will also need to set some values in the environment variables.
Alternatively, you can use Docker to run it. See docker-compose.yml and .env.sample for details.
👤 moisutsu
Give a ⭐️ if this project helped you!
Copyright © 2021 moisutsu.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator