Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/builtinnya/oauth_get_credential.py
A python script which gets a token credential for OAuth 1.0/a from servers.
https://github.com/builtinnya/oauth_get_credential.py
Last synced: 19 days ago
JSON representation
A python script which gets a token credential for OAuth 1.0/a from servers.
- Host: GitHub
- URL: https://github.com/builtinnya/oauth_get_credential.py
- Owner: builtinnya
- License: mit
- Created: 2013-03-04T18:09:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T05:41:47.000Z (almost 12 years ago)
- Last Synced: 2024-11-09T23:33:38.276Z (3 months ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# oauth\_get\_credential.py
## What's This?
This small script gets a token credential for [OAuth 1.0/a] from servers.
Use this script to test your code using OAuth 1.0/a authentication.
[OAuth 1.0/a]: http://tools.ietf.org/html/rfc5849
## Installation and Usage
oauth\_get\_credential.py requires [rauth].
Before installing rauth, installing the older version of
[Requests] may make you happier:pip install requests==0.14.2
Then, you simply clone this repository and run:
python oauth_get_credential.py
or run with `-h` for full details of options.[rauth]: https://github.com/litl/rauth
[Requests]: https://github.com/kennethreitz/requests## Copyright and License
Copyright (c) 2013 Naoto Yokoyama
Distributed under the MIT license.
See the LICENSE file for full details.