SkillAgentSearch skills...

Kukumail.py

m.kuku.lu wrapper in python

Install / Use

/learn @zrpy/Kukumail.py
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kukumail.py

Email Generator m.kuku.lu wrapper in python

import kukumail
c=kukumail.Client(session_hash="",proxy="https://localhost:8080")# Even without session_hash, it will work if you use c.register()
if c.me()=={}:
    print(c.register())
email=c.generate_random_email()#generate email
print(email)
print(c.recv_email(email))#List of received messages
print(c.get_address())#List of emails

What to update.

  1. send a email
  2. get list of available email domain
  3. delete email address
  4. async implementation

Recommended environment to use this

  1. ip: Asia/Tokyo
  2. OS: Windows 10,11 or Android

Services that can be used in the mail created with this

  1. discord
  2. x(old twitter)
  3. bluesky
  4. gametrade
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated29d ago
Forks1

Languages

Python

Security Score

80/100

Audited on Mar 12, 2026

No findings