Skip to content

Commit b144706

Browse files
committed
a few more 0.6 pushes to fit in
1 parent ba35cff commit b144706

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

teletext-twitter/output.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ def write_search_term(twitter_object, search_term, config): # search recent twee
8585
line_position += 1
8686

8787
def write_user_timeline(twitter_object, username, config):
88-
print("user mode, username: @{}".format(username))
89-
9088
statuses = twitter_object.GetUserTimeline(screen_name=username, count=5)
9189
line_position = 4
9290

teletext-twitter/processor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
import textwrap
77
import re
88

9-
# character replacement and stripping function
10-
def clean_tweet(tweet):
9+
def clean_tweet(tweet): # character replacement and stripping function
1110
# first, get rid of as many emojis as possible
1211
emoji_pattern = re.compile("[" # our unicode ranges go here. this will need frequent tweaking
1312
u"\U00002300-\U000023FF" # misc technical

0 commit comments

Comments
 (0)