freeCodeCampGuam / FCCG-Cogs

3 stars 4 forks source link

Cog for interacting with GitHub through Discord #2

Open centipeda opened 7 years ago

centipeda commented 7 years ago

As decreed by @irdumb on this day, October Twenty-Fourth, of The Year Of Our Lord Two Thousand and Sixteen,

[8:48 PM] irdumb: so, timed digests would be 1 thing [8:49 PM] irdumb: listing / sorting / linking issues/PRs would probably be another [8:49 PM] irdumb: so when you type #11, the bot would post the link to it [8:49 PM] irdumb: being able to submit an issue from discord would be nice

I'm beginning work on a cog for a Discord bot that can interact with GitHub to give updates on workflow and projects and such.

It's going to be based in Python and use the discord.py library. At some point (Soon™), it'll be changed to adhere to Red-Discord bot's standards, but for now, it should be compatible with any Discord bot using discord.py's commands extension.

Questions, comments, concerns, or brutal code reviews all are welcome.