diff options
| author | 2020-08-17 03:16:10 -0700 | |
|---|---|---|
| committer | 2020-08-17 03:16:10 -0700 | |
| commit | f489a87f7f1d66983b1e495427883837c57332fe (patch) | |
| tree | bda5eb506f24ccd0cebb90079a1b60be75bbf84e /bot | |
| parent | Update bot/exts/evergreen/conversationstarters.py (diff) | |
Changed from json to yaml config so comments can be included.
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/resources/evergreen/py_topics.json | 58 | ||||
| -rw-r--r-- | bot/resources/evergreen/py_topics.yaml | 73 | 
2 files changed, 73 insertions, 58 deletions
| diff --git a/bot/resources/evergreen/py_topics.json b/bot/resources/evergreen/py_topics.json deleted file mode 100644 index d1035b7a..00000000 --- a/bot/resources/evergreen/py_topics.json +++ /dev/null @@ -1,58 +0,0 @@ -{ -    "python-channels": { -        "267624335836053506": [ -            "What's your favorite PEP?", -            "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", -            "What functionality is your text editor/IDE missing for programming Python?", -            "What parts of your life has Python automated, if any?" -        ], -        "630504881542791169": [ - -        ], -        "650401909852864553": [ - -        ], -        "342318764227821568": [ - -        ], -        "366673247892275221": [ - -        ], -        "343944376055103488": [ - -        ], -        "470884583684964352": [ - -        ], -        "660625198390837248": [ - -        ], -        "545603026732318730": [ - -        ], -        "716325106619777044": [ - -        ], -        "728390945384431688": [ - -        ], -        "366674035876167691": [ - -        ], -        "463035728335732738": [ - -        ], -        "463035462760792066": [ - -        ], -        "491523972836360192": [ - -        ], -        "338993628049571840": [ - -        ], -        "366673702533988363": [ - -        ] -    } -} diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml new file mode 100644 index 00000000..f67ce4d6 --- /dev/null +++ b/bot/resources/evergreen/py_topics.yaml @@ -0,0 +1,73 @@ +# Conversation starters for python-related channels. + +# python-general +# 267624335836053506: +476190141161930755: +    - What's your favorite PEP? +    - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? +    - What functionality is your text editor/IDE missing for programming Python? +    - What parts of your life has Python automated, if any? + +# async +630504881542791169: +    -  + +# computer-science +650401909852864553: +    -  + +# databases +342318764227821568: +    -  + +# data-science +366673247892275221: +    -  + +# discord.py +343944376055103488:  +    -  + +# esoteric-python +470884583684964352: +    -  + +# game-development +660625198390837248: +    -  + +# microcontrollers +545603026732318730: +    -  + +# networking +716325106619777044: +    -  + +# python-extensions +728390945384431688: +    -  + +# security +366674035876167691: +    -  + +# software-testing +463035728335732738: +    -  + +# tools-and-devops +463035462760792066: +    -  + +# unix +491523972836360192: +    -  + +# user-interfaces +338993628049571840: +    -  + +# web-development +366673702533988363: +    -  | 
