diff options
author | 2020-08-17 03:16:10 -0700 | |
---|---|---|
committer | 2020-08-17 03:21:05 -0700 | |
commit | 3f3f713da2f72b54e095bbc2d5a39198b45ee6f8 (patch) | |
tree | 9658e390dc4e4fd7fc9e48be6c0dd588642fc578 | |
parent | Changed from json to yaml extraction of channel topics. (diff) |
Revert "Changed from json to yaml config so comments can be included."
This reverts commit f489a87f7f1d66983b1e495427883837c57332fe.
-rw-r--r-- | bot/resources/evergreen/py_topics.json | 58 | ||||
-rw-r--r-- | bot/resources/evergreen/py_topics.yaml | 73 |
2 files changed, 58 insertions, 73 deletions
diff --git a/bot/resources/evergreen/py_topics.json b/bot/resources/evergreen/py_topics.json new file mode 100644 index 00000000..d1035b7a --- /dev/null +++ b/bot/resources/evergreen/py_topics.json @@ -0,0 +1,58 @@ +{ + "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 deleted file mode 100644 index f67ce4d6..00000000 --- a/bot/resources/evergreen/py_topics.yaml +++ /dev/null @@ -1,73 +0,0 @@ -# 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: - - |