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 hashes)

Uploaded Source

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