twintproject / 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
15.75k stars 2.72k forks source link

[QUESTION] Can I delete other information and only retain tweets? #589

Closed xiaowei-xw closed 4 years ago

xiaowei-xw commented 4 years ago

Command Ran

import twint c.twint.Config() c.Username="Super8SF"

twint.run.Search()

Description of Issue

runnuing the command above, some more information on tweets of an user including id, date, time are displayed. But I would like to only retain tweets, what should I do next?

Environment Details

Using Windows, Running this in Anaconda- Jupyter Notebook.

xiaowei-xw commented 4 years ago

Command Ran

import twint c.twint.Config() c.Username="Super8SF"

twint.run.Search()

Description of Issue

runnuing the command above, some more information on tweets of an user including id, date, time are displayed. But I would like to only retain tweets, what should I do next?

Environment Details

Using Windows, Running this in Anaconda- Jupyter Notebook.

Thanks a lot . I have solved it.