A project that aims to make Discord a tiny bit more accessible for vision impaired users by reminding people to add image descriptions (alt texts) to their images.
Invite to Server
·
Report Bug
·
Request Feature
altminder aims to improve the Discord experience for blind and low vision users by sending a friendly reminder to include an image description (alt text) to images posted in Discord chats. These reminders are public, but get deleted automatically (after 30s). Image descriptions are absolutely crucial for low vision users, since they are often the only way for vision impaired people to know what an image displays, or, for example, what the text on an an image says. Not including image descriptions with posted images therefore excludes low vision users from fully participating in the community (the Discord server).
To get a local copy up and running follow these simple example steps.
Install Python 3.9 (3.8+ should be fine, but I can only verify that it works on Python 3.9)
python -m ensurepip --upgrade
git clone https://github.com/bitfl0wer/altminder.git
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
TOKEN=YOURBOTTOKENHERE python -m src.bot
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the AGPL-3.0 License. See LICENSE.txt
for more information.
Florian - florian@pro-weber.com
Project Link: https://github.com/bitfl0wer/altminder