Word of the Day (WOTD) is a service for providing a unique and interesting word every day via website and communication services. The code is completely free to use and open-source under the Apache License 2.0.
- A website for displaying the Word of the Day (default port:
80
) - A Discord bot that messages subscribing users and server channels daily
By default, all extensions (in ./src/extensions
) are placed in the .dormant
folder. If you would like to use any of the included extensions, simply take the folders outside of the .dormant
folder. Extensions may include files for configuration.
git clone https://github.com/gaming-gaming/Word-of-the-Day.git
cd Word-of-the-Day
pip install -r requirements.txt
bash start.sh
git clone https://github.com/gaming-gaming/Word-of-the-Day.git
cd Word-of-the-Day
pip install -r requirements.txt
bash start.bat