Skip to content

Commit dbcc0d6

Browse files
authored
Merge pull request #14 from maverick100/master
renamed local file location
2 parents 02c13c5 + 5b2574f commit dbcc0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twitter-Data-Analysis/extract_twitter_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MyListener(StreamListener):
2828

2929
def on_data(self, data):
3030
try:
31-
with open('C:\\Users\\ujjwal.karn\\Desktop\\Tweets\\python.json', 'a') as f: #change location here
31+
with open('location/file_name.txt', 'a') as f: #change location here
3232
f.write(data)
3333
return True
3434
except BaseException as e:

0 commit comments

Comments
 (0)