Create a discord chatbot with basic functions designed for an FTC team.
All planned functionality can be found in the README of this repo, but I doubt I can implement that by the time the 24th comes, so for the project I would implement some of the more basic/realistic features of the bot, which I will list below.
I have done a little bit of work on this before the project start, but only what is already committed to this repo as of 5/8/19.
Currently I'm using Discord.py, but since I've never used it, I might switch back to Discord.js if I'm having trouble with it.
- activity feeds for "watched" repos/orgs/users
- assign practice dates (+recurring)
- assign aliases to people (ie being able to use "Diego" in a command instead of mentioning
ire#3444
)
- be able to get feeds from selected twitter/instagram accounts
- send tweets from discord (idk how/if this works with instagram)
- Ability to return a team report using data from The Orange Alliance API
These are basically "if I have time" parts of the project, that are more goals for a v1 release from the README
- tasks/deadlines
- oAuth for sending of posts through discord (twitter)
Thank you for your time!