ActBot is a Python-based Reddit bot that responds to comments containing the phrase "!actbot" by providing the meaning of the word following "!actbot." It utilizes the Reddit API, PyDictionary, and Enchant for spellchecking and dictionary functionality.
- Responds to comments containing "!actbot" with the meaning of the word following "!actbot."
Before running ActBot, ensure you have the following dependencies installed:
- Python
- PRAW (Python Reddit API Wrapper)
- PyDictionary
- Enchant