MLH-Fellowship / github-discord-bot

This bot allows you to associate a Github repo to a Discord channel and get quick info, such as summary, recent issues, pull requests, etc.
MIT License
7 stars 1 forks source link

Associate repository to a channel #15

Closed diananova closed 3 years ago

diananova commented 3 years ago

We need a command that associates a Github repository to a channel (maybe don't bother about private repos for now)

diananova commented 3 years ago

@gmelodie @Laurell876 @kadinzhang

Laurell876 commented 3 years ago

Sure but we could store it in memory for now

gmelodie commented 3 years ago

A DB seems overkill. Maybe storing the information on a simple JSON file would do (it's not a heavily-structured and complex dataset right? Just a simple map ( discord channel -> github repo ).

diananova commented 3 years ago

Oh yeah that makes sense! We'll try using a JSON file.