There was an error while loading. Please reload this page.
1 parent 98f12bf commit 686bcd0Copy full SHA for 686bcd0
1 file changed
tools/search_tweets.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python
2
-# Copyright 2017 Twitter, Inc.
+# Copyright 2021 Twitter, Inc.
3
# Licensed under the Apache License, Version 2.0
4
# http://www.apache.org/licenses/LICENSE-2.0
5
import os
@@ -85,7 +85,7 @@ def parse_cmd_args():
85
argparser.add_argument("--filter-rule",
86
dest="pt_rule",
87
default=None,
88
- help="PowerTrack filter rule (See: http://support.gnip.com/customer/portal/articles/901152-powertrack-operators)")
+ help="PowerTrack filter rule (See: https://developer.twitter.com/en/docs/twitter-api/enterprise/search-api/guides/operators)")
89
90
argparser.add_argument("--results-per-call",
91
dest="results_per_call",
0 commit comments