Skip to content

Lotzyprod/quake-3-server-querier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Using:

from PromodeQuerier import PromodeQuerier
import asyncio

# async method
async def main():
	servers = await PromodeQuerier.queryMasterAsync("master.ioquake3.org",27950,5)
	print(await PromodeQuerier.queryServerAsync("isona.me",27960,5))
asyncio.run(main())

# sync method
servers = await PromodeQuerier.queryMaster("master.ioquake3.org",27950,5)
print(PromodeQuerier.queryServer("isona.me",27960,5))

About

Simple quake 3 and their mods servers querier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages