Skip to content

Conversation

@DownD
Copy link

@DownD DownD commented Aug 31, 2020

Added Option to:

  • discard tweets without links
  • filter languge
  • filter with minimum retweets, replies and likes
  • discard tweets containing a set of words
    Fixed username not being scrapped in python3

More info and an example at "exporter_help_text-txt"
ONLY TESTED USING PYTHON3

DownD added 2 commits August 31, 2020 20:10
- discard tweets without links
- filter languge
- filter with minimum retweets, replies and likes
- discard tweets containing a set of words
Fixed username not being scrapped in python3

More info and an example at "exporter_help_text-txt"
tweetCriteria.min_likes = arg

elif opt == '--min_replies':
tweetCriteria.min_replies = arg

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! could you please explain where do you parse the number of replies for a specific tweet?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, the number of replies is parsed from the console as other parameters and then is handled on "TweetManager.py".
For example:
python3 Exporter.py --querysearch "europe" --lang "en" --min_replies 10

delete some debug info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants