mirror of
https://github.com/wassname/arXiv_abstract_bot.git
synced 2026-06-27 16:44:23 +08:00
18 lines
387 B
Markdown
18 lines
387 B
Markdown
I would like to autocrosspost
|
|
- [x] arxiv from r/machinelearning
|
|
- [x] shortscience summaries from shortscience rss feed
|
|
- [ ] openreview
|
|
- [ ] openai, googlemin, facebookai, deepmind blogposts
|
|
|
|
|
|
# start
|
|
|
|
```sh
|
|
pyenv activate jup3.7.2
|
|
#memcached?
|
|
#https://github.com/jaysonsantos/python-binary-memcached
|
|
source ./vars.sh
|
|
python ./arxiv_ml_xpost_bot.py &
|
|
python ./rss_poster_bot.py &
|
|
```
|