bot for Mastodon accepting questions and replying them from Public AI API
| app/libraries | First release! | |
| aibot.py | Only allow prompts from local users. Increased request timeout to 30s. Other changes. | |
| LICENSE | First release! | |
| README.md | Updated | |
| requirements.txt | First release! | |
aibot
bot for Mastodon accepting questions and replying them from Public AI API
Dependencies
- Python 3
- Mastodon's bot account
- Public AI API KEY (Get your API KEY)
Usage:
-
As your chosen system user, git clone this repository
git clone https://codeberg.org/spla/aibot.git -
cd aibot,python3.x -m venv .,source bin/activateandpip install -r requirements.txtto install needed Python libraries. -
Run
python aibot.pyto configure everything and start replying Mastodon's user queries.