pabloneill
Results
2
issues of
pabloneill
Hi all, I have seen the posts re: double-encoded, however when I try: ``` for file in IRAhandle_tweets_1.csv; do echo -n "Converting $file... " iconv -f utf8 -t latin1 $file...
Hi all, I have a project that involved tweeting when a specified account tweets, it works no problem. However, when I try to do the same for multiple accounts, nothing...