Skip to content

Commit 4c159e7

Browse files
committed
somethings
1 parent e575820 commit 4c159e7

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.env
2+
venv/
3+
SpotifyCollabGraph/connectTest.py
4+
__pycache__/
5+
*.pyc

SpotifyCollabGraph/.env

Whitespace-only changes.

SpotifyCollabGraph/artistsLoadTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _insert_members_batch(self, session, members):
8989
if __name__ == "__main__":
9090
start_time = time.time()
9191

92-
uri = "bolt://192.168.1.128:7687"
92+
uri = "bolt://100.71.164.72:7687"
9393
user = "neo4j"
9494
password = "Mihais123"
9595
file_path = "collaboration_graph_from_playlist.graphml"

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
matplotlib
2+
networkx
3+
spotipy
4+
discogs-client
5+
requests
6+
neo4j
7+
python-dotenv

0 commit comments

Comments
 (0)