lofibeats/README.md

18 line
658 B
Markdown

2020-06-23 11:48:31 -07:00
# lo-fi beats to verb and verb to
Just a simple Mastodon bot for chilling and relaxing.
built by [fluffy](https://beesbuzz.biz/)
with help from [Terence Eden](https://shkspr.mobi/blog/2018/08/easy-guide-to-building-mastodon-bots/)
Word list modified from [Ashley Bovan's collection](http://ashley-bovan.co.uk/words/partsofspeech.html)
## Usage
2021-04-29 13:36:18 -07:00
1. Install [poetry](https://python-poetry.org)
2022-12-23 15:37:08 -08:00
2. `cp config.py.dist config.py`, then edit `config.py` to add your [YouTube API key](https://developers.google.com/youtube/v3/quickstart/python#step_1_set_up_your_project_and_credentials)
3. Run `run.sh`, or `poetry install && poetry run python3 beatbot.py`