scpython

A package to fetch data from the SCP Foundation


License
MIT
Install
pip install scpython==0.2.1

Documentation

SCPython

A package to fetch data from the SCP Foundation Wiki.

Resource Badge
Documentation Documentation Status
Status Build 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:

EN RU KO CN FR PL ES TH JP DE IT UA PT CS INT