An open API service providing commit metadata for open source projects.

GitHub / xdevplatform/search-tweets-python / commits

Python client for the Twitter 'search Tweets' and 'count Tweets' endpoints (v2/Labs/premium/enterprise). Now supports Twitter API v2 /recent and /all search endpoints.

SHA Message Author Date Stats
a33683e5 merge Merge pull request #162 from v11ncent/dev-readme-typo @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6a47ca76 Fixed typo in README.rst Vince <4****4@u****m> over 3 years ago
46386e03 merge Merge pull request #129 from twitterdev/yaml-encoding @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
8742c552 Use utf-8 encoding for yaml files per default; replace deprecated yaml.load w... Aurelia Specker <a****r@t****m> almost 5 years ago
d9036c70 Update README.rst @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
686bcd04 Update search_tweets.py @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
98f12bfd Create config.yml Andy Piper <a****r@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
49d21755 Update issue templates Andy Piper <a****r@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
f53b1cbf merge Merge pull request #56 from 42B/simplify_version_parsing @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
d14b7b52 merge Merge pull request #58 from 42B/simplify_load_env_creds @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
ffea689b Adding callout to v2! @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
2d4c1fa6 Update LICENSE @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
b1b78937 JM: tweaked error handling response when a 'one and done' error is raised. Jim Moffitt <j****t@t****m> almost 6 years ago
e0b6f279 JM: udpating comments to reflect max_results default (100). Jim Moffitt <j****t@t****m> almost 6 years ago
b787e3f9 JM: bumped version to 1.7.6 Jim Moffitt <j****t@t****m> almost 6 years ago
3c8bb452 merge Merge pull request #57 from 42B/print_stream @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
d8831ecf merge Merge pull request #54 from 42B/base_readme @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
03099662 JM: fixed issue with '--max-pages', which was making max-pages+1 requests. Jim Moffitt <j****t@t****m> almost 6 years ago
e660d2c2 JM: fixed issue with counts request and results-per-call, updated docs. Jim Moffitt <j****t@t****m> almost 6 years ago
43887d89 bumping for update of HTTP error handling @snowman <j****t@y****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
2ed06a6a Updating handling of rate limit errors. And some errors should short-circuit ... Jim Moffitt <j****t@t****m> about 6 years ago
7875afb4 Update README.rst Hamza <4****a@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
1be2c051 merge Merge pull request #68 from lfsando/master Fiona Pigott <f****t@t****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
904319e1 merge Merge pull request #1 from lfsando/lfsando-safeload-patch Luiz Felipe Domingues <l****o@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
9d7c598c yaml.load() to yaml.safe_load() Luiz Felipe Domingues <l****o@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
afdc02a0 Use 1 loop instead of 3, fix typo 42B <4****B@p****m> over 7 years ago
52e0e0a8 Move `print_stream` check outside of loop 42B <4****B@p****m> over 7 years ago
9c1287e7 Simplify version parsing 42B <4****B@p****m> over 7 years ago
fe56d98f Fix typo 42B <4****B@p****m> over 7 years ago
c1453961 Header options (#49) jeffakolb <j****b@g****m>
Committed by: Aaron Gonzales <a****s@t****m>
over 7 years ago
da5afebf Clarify language around "max" CLI flags (#38) Josh Montague <j****e@g****m>
Committed by: Aaron Gonzales <a****s@t****m>
over 7 years ago
57be425a Update README.rst jeffakolb <j****b@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
c951af8c Update _version.py jeffakolb <j****b@g****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
49d8900d Configure session not to trust env (#48) jeffakolb <j****b@g****m>
Committed by: Aaron Gonzales <a****s@t****m>
over 7 years ago
97493258 bump the version for the bugfix to cmd line args (issue #34) Fiona Pigott <f****t@t****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
d52a24f7 merge Merge pull request #34 from twitterdev/arg_handling_updates Fiona Pigott <f****t@t****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
9ca6499e updated configuration building logic to have fewer default args and respect n... Aaron Gonzales <a****s@t****m> almost 8 years ago
d3d694c0 removed default arguments for results-per-call, max-results, and results-per-... Aaron Gonzales <a****s@t****m> almost 8 years ago
a13552d4 chagned max_results default value for ResultStream object to be inline with e... Aaron Gonzales <a****s@t****m> almost 8 years ago
ee7eeeb0 spelling error in docstring Aaron Gonzales <a****s@t****m> almost 8 years ago
e138bdbd formatting fionapigott <f****t@t****m> about 8 years ago
916163f3 formatting fionapigott <f****t@t****m> about 8 years ago
0d906f3f formatting fionapigott <f****t@t****m> about 8 years ago
08f1804c fixed doc instructions" fionapigott <f****t@t****m> about 8 years ago
f0d334df add a section on building the docs fionapigott <f****t@t****m> about 8 years ago
4f73166c add a User-Agent string (twitterdev-search-tweets-python/version) to … (#32) Fiona Pigott <f****t@t****m>
Committed by: Aaron Gonzales <a****s@t****m>
about 8 years ago
7c301188 merge Merge branch 'master' of github.com:twitterdev/search-tweets-python Aaron Gonzales <a****s@t****m> about 8 years ago
1b9e18de updated docs to add contributing section Aaron Gonzales <a****s@t****m> about 8 years ago
aafa1b26 Adding __version__ to package (#31) Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
b19217fc Add additional context to --debug log messages (#28) Josh Montague <j****e@g****m>
Committed by: Aaron Gonzales <a****s@t****m>
about 8 years ago
a2d27583 Include consumer key/secret in example YAML (#29) Josh Montague <j****e@g****m>
Committed by: Aaron Gonzales <a****s@t****m>
about 8 years ago
3a6068fa Improve API error messaging (#27) Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
ae1baa6b search_tweets.py environment detection fix (#26) Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
acfb609f adding utf8 encoding to the readme read in setup (#23) Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
93689289 Credential handling updates (#20) Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
70147859 Version compatibility (#19) Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
a8fdd270 merge Merge pull request #17 from twitterdev/docs_update Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
70932a85 adding ntoes about bearer tokens and authentication to credential handling se... Aaron Gonzales <a****s@t****m> over 8 years ago
adb45d4a documentation update Aaron Gonzales <a****s@t****m> over 8 years ago
07887bab docstring updates and formatting Aaron Gonzales <a****s@t****m> over 8 years ago
81e5c70c removed old example Aaron Gonzales <a****s@t****m> over 8 years ago
fe584d8b updating readme Aaron Gonzales <a****s@t****m> over 8 years ago
1fc73c14 version correction for pypi Aaron Gonzales <a****s@t****m> over 8 years ago
d97c0102 update readmeg Aaron Gonzales <a****s@t****m> over 8 years ago
ccc3add3 bump docs version Aaron Gonzales <a****s@t****m> over 8 years ago
acd2ee68 merge Merge pull request #14 from twitterdev/credential_handling_update Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
2b4a09ee bump version Aaron Gonzales <a****s@t****m> over 8 years ago
e70e65f3 update readme Aaron Gonzales <a****s@t****m> over 8 years ago
0ec39827 update readme Aaron Gonzales <a****s@t****m> over 8 years ago
235f5954 updated readme Aaron Gonzales <a****s@t****m> over 8 years ago
0b3bca24 updated readme Aaron Gonzales <a****s@t****m> over 8 years ago
e96792a9 updated readme/examples with feedback Aaron Gonzales <a****s@t****m> over 8 years ago
075336c9 update naming of package in sphinx config Aaron Gonzales <a****s@t****m> over 8 years ago
28a8f0d7 updated readme docs Aaron Gonzales <a****s@t****m> over 8 years ago
3569517a update readme Aaron Gonzales <a****s@t****m> over 8 years ago
ec40b1ff update readme Aaron Gonzales <a****s@t****m> over 8 years ago
67390908 updating readme creation Aaron Gonzales <a****s@t****m> over 8 years ago
4259ff30 updated readme structure Aaron Gonzales <a****s@t****m> over 8 years ago
2fc84ae0 update readme Aaron Gonzales <a****s@t****m> over 8 years ago
247a79a3 update readme Aaron Gonzales <a****s@t****m> over 8 years ago
a49ba08c updated readme Aaron Gonzales <a****s@t****m> over 8 years ago
075f5d01 updated readme with new credential info Aaron Gonzales <a****s@t****m> over 8 years ago
d21436fe updated docstring for example consistency Aaron Gonzales <a****s@t****m> over 8 years ago
ff5e0c20 updated config / yaml file examples for consistency with command-line app args Aaron Gonzales <a****s@t****m> over 8 years ago
65de3fcb added example credential file Aaron Gonzales <a****s@t****m> over 8 years ago
8c5c2944 updated example yaml and config files Aaron Gonzales <a****s@t****m> over 8 years ago
82a7ca15 updated configuration file handling for command-line app to support yaml and ... Aaron Gonzales <a****s@t****m> over 8 years ago
1f082caf updated command-line app to use new authentication scheme with simplified com... Aaron Gonzales <a****s@t****m> over 8 years ago
1bc28987 updated example notebook Aaron Gonzales <a****s@t****m> over 8 years ago
7129cba8 moved credential handling to distinct module with updates for environment var... Aaron Gonzales <a****s@t****m> over 8 years ago
aaae958d adding handling for account specs in yaml files. Aaron Gonzales <a****s@t****m> over 8 years ago
f0c01104 removed auth info from command line options Aaron Gonzales <a****s@t****m> over 8 years ago
376b9488 bumped version Aaron Gonzales <a****s@t****m> over 8 years ago
98e4b28d updated readmes and example notebook for configuration flexibilty Aaron Gonzales <a****s@t****m> over 8 years ago
be05221d adding flexible parser for yaml key in credential files Aaron Gonzales <a****s@t****m> over 8 years ago
86b54188 adding sphinx extention for display Aaron Gonzales <a****s@t****m> over 8 years ago
bdc2ba42 updated license headers in all source files Aaron Gonzales <a****s@t****m> over 8 years ago
1d02f302 updated url in setup.py to reflect new repo name Aaron Gonzales <a****s@t****m> over 8 years ago
f181559e added dist to exclude list for docs Aaron Gonzales <a****s@t****m> over 8 years ago
fe7445c9 merge Merge pull request #13 from twitterdev/rename_package Aaron Gonzales <a****s@t****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago

← Back to repository