Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

xXxCLOTIxXx/projectZ.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release licence pypi docs

Sponsor project

This social network has ceased to exist, lol.


Installation

Git

pip install git+https://github.com/xXxCLOTIxXx/projectZ.py.git

pypi

pip install projectZ


Using

Login example

import projectZ

client = projectZ.Client()
client.login(email='email', password='password')
import projectZ

client = projectZ.Client()
client.login(email='email', password='password')


@client.event("on_text_message")
def message(data):
    print(data.json)



Async login example

import projectZ
import asyncio


client = projectZ.AsyncClient()
async def main():
	await client.login(email='email', password='password')

if __name__ == '__main__':
	loop = asyncio.get_event_loop()
	loop.run_until_complete(main())


About

Library for working with the projectZ social network (https://www.projz.com/)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages