Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new Options #272

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added new Options #272

wants to merge 3 commits into from

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

- 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