Skip to content

Instantly share code, notes, and snippets.

View canberkozer's full-sized avatar
🌴
On vacation

Canberk Ozer canberkozer

🌴
On vacation
  • Australia
View GitHub Profile
@NanoDano
NanoDano / cpanel_create_email.py
Last active June 16, 2024 20:45
Create email account using cPanel API in Python
from requests import get # pip install requests
"""
Examples:
Docs:
- Create email (add_pop): https://documentation.cpanel.net/display/DD/UAPI+Functions+-+Email%3A%3Aadd_pop
- Delete email (delete_pop): https://documentation.cpanel.net/display/DD/UAPI+Functions+-+Email%3A%3Adelete_pop
- Change pass (passwd_pop): https://documentation.cpanel.net/display/DD/UAPI+Functions+-+Email%3A%3Apasswd_pop