A package to fetch data from the SCP Foundation
Project description
SCPython
A package to fetch data from the SCP Foundation Wiki.
Resource | Badge |
---|---|
Documentation | |
Status |
Installation and Usage
This library can be found with pip
.
pip install scpython
Once installed, all requests are handled with a Client
object:
from scpython import Client
from config import YOUR_TOKEN
conn = Client(YOUR_TOKEN)
scp173 = conn.getScpArticle("SCP-173")
print(scp173.page_source)
For more information, refer to the documentation.
Credit
This app uses content from the SCP Foundation, which is licensed by CC-SA 3.0. Here are the link to all its branches:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scpython-0.2.1.tar.gz
(19.4 kB
view details)
File details
Details for the file scpython-0.2.1.tar.gz
.
File metadata
- Download URL: scpython-0.2.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2877f1bda87fd799ae1fd2e737921fd097fc49cd294e3babc3d6cc18a97046f7 |
|
MD5 | bd97ec1e7196fdec84d470df6a735d08 |
|
BLAKE2b-256 | d98feb4b0c5971e60b4872f03897e2d033f8a53674f03bdf6565fc42778296ed |