Jefferson-Henrique / GetOldTweets-python

A project written in Python to get old tweets, it bypass some limitations of Twitter Official API.
MIT License
1.35k stars 809 forks source link

print f.read() SyntaxError: invalid syntax #252

Open edisutoyo opened 5 years ago

edisutoyo commented 5 years ago

I got SyntaxError: invalid syntax in print f.read(). how is the solution ?

Devin-Taylor commented 4 years ago

Edit line 16 of Exporter.py to print(f.read())