Skip to content

A wrapper for the unofficial API of the chat-website knuddels.de

Notifications You must be signed in to change notification settings

henrydatei/knuddels-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knuddels API

A wrapper for the unofficial API of the chat website knuddels.de

Usage

  • Clone the repo
  • Create a file with the following content
from knuddelsAPI import KnuddelsAPI

api = KnuddelsAPI("my username", "my password")
print(api.getCurrentUserNick())

There are a lot more functions, I'll write a documentation soonish (help is really appreciated), but most function names are pretty self-explanatory. Just have a look at the source code.

Example

Create an .env file with the following content:

KNUDDELS_USERNAME="username"
KNUDDELS_PASSWORD="password"

and run count_messages.py. It will count with how many people you exchanged how many messages.

About

A wrapper for the unofficial API of the chat-website knuddels.de

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages