ACL Rolling Review
ACL Rolling Review Preprints Twitter Bot
ACL Rolling Review Preprints Twitter Bot
This small amount of code will tweet links to anonymous preprints submitted each month.
Use of a virtual environment is recommended, as well as Python 3.7+
> python -m venv .pyenv
> source .pyenv/bin/activate
> pip install -r requirements.txt
>