Skip to main content

Feed your snake with your favourite imageboard.

Project description

This Python library provides high-level access to a KC thread and/or post (including all available metadata) by parsing the HTML source, additionally various endpoints of the KC AJAX API can be called.

Minimal Requirements:

Core:

  • Python >= 2.6

Modules:

Features:

  • Check pykc/core.py and pykc.py or the example code below. :-)

from pykc import Krautchan

# Create a Krautchan instance.
#
# If you happen to be a mod/admin try the following:
# kc = Krautchan(username='foo', password='bar')
#
# Congratulations, you now have access to some nifty special features! :3
kc = Krautchan()

# Search for a specific file using the AJAX API.
print(kc.search_file(name='rfk'))

# Parse a complete thread and return a thread object.
thread = kc.get_thread('prog', '1698')
print(thread.__dict__)

# You can even JSONify the object! :)
print(thread.to_json())

Credits:

Main author: buckket

License:

       DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pykc-1.0.tar.gz (6.7 kB view details)

Uploaded Source

File details

Details for the file pykc-1.0.tar.gz.

File metadata

  • Download URL: pykc-1.0.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pykc-1.0.tar.gz
Algorithm Hash digest
SHA256 743e4e3dd6fbd40f2be99a45581ff59cbb056514cfb3a752d271a0365318eb13
MD5 71481845fba4364dc31a6c05b0f2df31
BLAKE2b-256 52e53eb99722f726362003714da59099505312c253a6fa743d3e748ff0b2df09

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page