twitter / GraphJet

GraphJet is a real-time graph processing library.
Apache License 2.0
716 stars 111 forks source link

Add author blacklist filter #104

Closed guimingTang closed 6 years ago

guimingTang commented 6 years ago

Thiss PR adds a new filter for filtering out tweets coming from certain authors. Originally, there is only a "whitelist" author filter to permit tweets from certain users. The blacklist filter is built on top of the existing whitelist filters, and shares the same parent class TweetAuthorFilterBase.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.