yihong0618 / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
324 stars 82 forks source link

feat: Save the tweet id which is replied to. #3

Closed hongqn closed 1 year ago

hongqn commented 1 year ago

This pull request adds a feature that helps identify which tweet a reply is replying to. It saves this information in an SQLite database. While other output formats like CSV and JSON may auto-save, they have not been tested.

To enable multiple executions of the run() function within a single process, the database connection is now closed after running main().

Finally, this pull request also conveniently fixes several bugs in db.py.

yihong0618 commented 1 year ago

Thank you very much seems fix: https://github.com/yihong0618/GitHubPoster/issues/80

yihong0618 commented 1 year ago

version 2.20 pushed to PyPI