pyscp icon indicating copy to clipboard operation
pyscp copied to clipboard

Python API and utilities for the scp-wiki.net website.

Results 9 pyscp issues
Sort by recently updated
recently updated
newest added

Update README.md to change example URLs to reflect current scp-wiki url

Bumps [lxml](https://github.com/lxml/lxml) from 3.3.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Hello, I was wondering if you could add an attributes for the "Object/Containment Class for SCP's and "Clearance Level", as well as attributes for the new "Danger Class" and "Disruption...

Got an error when trying to do anything. Links to line 392 in .local/lib/python3.6/site-packages/pyscp/wikidot.py Also tried changing both tokens to a token that was given to me when i loaded...

`pip install .` fails due to the LXML version requirement (3.3.3), which does not support Python 3.7.

For example, this page raises an exception: pyscp.wikidot.Wiki('www.scp-wiki.net')('sandbox').votes This can probably be fixed by querying `www.scp-wiki.net/{page}/noredirect/true` instead of `www.scp-wiki.net/{page}/`.

Ok so i tried running this example code: ``` import pyscp wiki = pyscp.wikidot.Wiki('www.scp-wiki.net') p = wiki('scp-837') print(p.title) ``` But then i get this error, is it because i am...