diff options
author | Jinwei Zhao <[email protected]> | 2017-01-20 17:47:03 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-20 17:47:03 +0800 |
commit | 4f4590b9a0b384b141d3c07caa9a500805258265 (patch) | |
tree | eb0ad9186e6276d995a6d28334f5d294f537e863 | |
parent | 4e61bd909f0d8011c8b1dad60dd8ebb5f1d79d87 (diff) | |
download | COMM2TG-4f4590b9a0b384b141d3c07caa9a500805258265.tar.gz |
add TODO to README
-rwxr-xr-x | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,3 +36,9 @@ sudo dpkg-reconfigure locales | |||
36 | ```bash | 36 | ```bash |
37 | python3 bot.py | 37 | python3 bot.py |
38 | ``` | 38 | ``` |
39 | |||
40 | ## TODO | ||
41 | |||
42 | + Robust error handle | ||
43 | |||
44 | + Use GAE OAuth instead of fetching cookie \ No newline at end of file | ||