![International Accessibility Task Force [discord bot]](/projects/international-accessibility-task-force/logo-dearalgorithm.png)
International Accessibility Task Force [discord bot]
Project type
First Timer FriendlySocial ActivismAccessibilityProject tech
JavaScriptNodeJSHTML / CSSMarkdownCurrently seeking
- Developers
- Backend Developers
- Frontend Developers
- DevOps
- Designers
- Maintainers
- Code Reviewers
- Technical Writers
- Mentors
- Testers
- UX
Contribution overview
Most contributors are in Europe
Ideal: 1 PR a month
Mentorship & pairing available
Overview
IATF's discord bot
This is the official repository of the IATF's discord bot.
International Accessibility Task Force (IATF)
International Accessibility Task Force is an open-to-everyone community of: assistive technology users, open-source developers, and people interested in accessibility and inclusion.
Installation
Requirements: git
, node
and npm
git clone https://github.com/international-accessibility-task-force/iatf-bot.git
Running locally
cd iatf-bot
touch .env
Inside .env file:
TOKEN={YOUR_BOT_DISCORD_TOKEN}
then npm start
npm start
Notice that the names of the channels and the categories of our discord server are hard-coded. You might want to modify it to make it work in your custom server.
License
Code licensed GPL-3.0 by IATF.
Made with ❤️ from IATF.
Contributing
How to create a Pull Request for the repository:
- fork of this repository.
- git clone of the forked repository on your local machine.
then:
cd iatf-bot
git checkout development
git remote add upstream https://github.com/international-accessibility-task-force/iatf-bot.git
git pull upstream development
git checkout -b the-name-of-your-branch
when you are done with the code:
git push origin the-name-of-your-branch
finally, you can PR to the development branch 🎉
Learn
Resources to learn more about our technology and community.