Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages