minimaxir / download-tweets-ai-text-gen

Python script to download public Tweets from a given Twitter account into a format suitable for AI text generation.
MIT License
221 stars 41 forks source link

Fixed bug when updating progress bar with no collected tweets #24

Closed sdelgadoc closed 3 years ago

sdelgadoc commented 4 years ago

Fixing bug identified in issue https://github.com/minimaxir/download-tweets-ai-text-gen/issues/23 by not updating the progress bar if no tweets are collected.

Also fixed a discrepancy between limit multiples that can be passed as a parameter, and how many tweets are collected. Specifically, users can pass multiples of 20, but the code collects multiples of 40.

sdelgadoc commented 3 years ago

Code base has moved far ahead of this pull request so I am closing