track comment scraping system created, rest_api exercise tweaked

This commit is contained in:
Xevion
2019-07-23 18:22:25 -05:00
parent 498f8a7e86
commit 570491cefb
9 changed files with 805 additions and 9 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"python.pythonPath": "A:\\Installations\\Anaconda\\python.exe",
"python.linting.flake8Enabled": true,
"python.linting.enabled": false,
"python.linting.pylintEnabled": false
}