International Accessibility Task Force [discord bot]

International Accessibility Task Force is an open-to-everyone community of assistive technology users, open-source developers, and people interested in accessibility and inclusion.

Readme

Last 30 days:

0
Open issues
0
PRs opened
0
Contributors

Project type

First Timer FriendlySocial ActivismAccessibility

Project tech

JavaScriptNodeJSHTML / CSSMarkdown

Currently 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

Automated dev environment available

Overview

chat on Discord

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:

  1. fork of this repository.
  2. 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.

Project listed on September 21, 2022