pyscape-client icon indicating copy to clipboard operation
pyscape-client copied to clipboard

A library to interface with the Linkscape API.

Results 5 pyscape-client issues
Sort by recently updated
recently updated
newest added

### .gitignore - Adding api.txt to ignore file that contain Acces_ID and secret_key - Adding output.csv to ignore the results file ### pyscape-cli-multi.py Multi Threading with multiple APIs, and every...

I'm getting this when trying to run the pyscape-cli.py 10 URLs returned 20 URLs returned 30 URLs returned 40 URLs returned 50 URLs returned 60 URLs returned 62 URLs returned...

Could you please put up a little documentation and usage examples for the functions mentioned in endpoints.py? I want to start from a website and recursively get the links of...

From GK's input file: ``` Traceback (most recent call last): File "/Users/benjamin/.virtualenvs/test5/bin/pyscape", line 5, in pkg_resources.run_script('pyscape-client==2015.02b2', 'pyscape') File "/Users/benjamin/.virtualenvs/test5/lib/python3.4/site-packages/pkg_resources.py", line 534, in run_script self.require(requires)[0].run_script(script_name, ns) File "/Users/benjamin/.virtualenvs/test5/lib/python3.4/site-packages/pkg_resources.py", line 1441, in...

bug

While getting numerous URLs using the CLI: ``` Traceback (most recent call last): File "/Users/benjamin/.virtualenvs/test5/lib/python3.4/site-packages/requests-2.5.3-py3.4.egg/requests/packages/urllib3/connectionpool.py", line 372, in _make_request httplib_response = conn.getresponse(buffering=True) TypeError: getresponse() got an unexpected keyword argument 'buffering'...

enhancement