diff --git a/facebook/.dockerignore b/.dockerignore similarity index 59% rename from facebook/.dockerignore rename to .dockerignore index d749c37..26291ae 100644 --- a/facebook/.dockerignore +++ b/.dockerignore @@ -9,4 +9,8 @@ *.html /__pycache__ /README.md -*.code-workspace \ No newline at end of file +workspace.code-workspace +password_arango.txt +facebook/gephi.py +*.gexf +*.pyc \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8752d39..f396aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,12 @@ /__pycache__ *.json *.pkl -/facebook/test.py +facebook/test.py /data/* *.html *.code-workspace -workspace.code-workspace \ No newline at end of file +workspace.code-workspace +password_arango.txt +*.txt +~requirements.txt +*.gexf \ No newline at end of file diff --git a/facebook/__pycache__/arangodb.cpython-37.pyc b/facebook/__pycache__/arangodb.cpython-37.pyc deleted file mode 100644 index d469ec0..0000000 Binary files a/facebook/__pycache__/arangodb.cpython-37.pyc and /dev/null differ diff --git a/facebook/__pycache__/classes.cpython-37.pyc b/facebook/__pycache__/classes.cpython-37.pyc deleted file mode 100644 index 4dad398..0000000 Binary files a/facebook/__pycache__/classes.cpython-37.pyc and /dev/null differ diff --git a/facebook/__pycache__/config.cpython-37.pyc b/facebook/__pycache__/config.cpython-37.pyc deleted file mode 100644 index 156df90..0000000 Binary files a/facebook/__pycache__/config.cpython-37.pyc and /dev/null differ diff --git a/facebook/__pycache__/config.cpython-38.pyc b/facebook/__pycache__/config.cpython-38.pyc deleted file mode 100644 index 0015656..0000000 Binary files a/facebook/__pycache__/config.cpython-38.pyc and /dev/null differ diff --git a/facebook/__pycache__/helpers.cpython-37.pyc b/facebook/__pycache__/helpers.cpython-37.pyc deleted file mode 100644 index f15c554..0000000 Binary files a/facebook/__pycache__/helpers.cpython-37.pyc and /dev/null differ diff --git a/facebook/__pycache__/scrapers.cpython-37.pyc b/facebook/__pycache__/scrapers.cpython-37.pyc deleted file mode 100644 index 20feff0..0000000 Binary files a/facebook/__pycache__/scrapers.cpython-37.pyc and /dev/null differ diff --git a/workspace.code-workspace b/workspace.code-workspace index 61e510d..d8e064d 100644 --- a/workspace.code-workspace +++ b/workspace.code-workspace @@ -2,6 +2,9 @@ "folders": [ { "path": "." + }, + { + "path": "facebook" } ], "settings": {