Bug fix: not all followers found when u (#206)
When media number is over 1000 twitter writes it as 3.2k = 3200 which is now accounted for. 2. When searching for information, protected accounts were never found. This was because the code expected .find to fail when no result when in reality it returns None. Corrected this to check for None and try the other option.
Showing
Please register or sign in to comment