Skip to content

Commit 1b3ba6d

Browse files
Update twitter_api.py
1 parent 6479b18 commit 1b3ba6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

APIScripts/Twitter API/twitter_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
"""Twitter API.ipynb
2+
"""twitter_api.py
33
44
Automatically generated by Colaboratory.
55
@@ -143,4 +143,4 @@ def keyword_tweets(search_query, number_of_tweets):
143143
keyword_tweets(keyword, num)
144144
tweets = pd.read_csv(path + '%s_tweets.csv'%keyword)
145145

146-
tweets
146+
tweets

0 commit comments

Comments
 (0)