Skip to content

Repository files navigation

pythonkuma

Simple Python wrapper for Uptime Kuma

buildcodecovPyPI versionPyPI - DownloadsGitHub Sponsor


📖 Documentation


📦 Installation

pip install pythonkuma

Example

importasyncioimportaiohttpfrompythonkumaimportUptimeKumaURL="https://uptime.exampe.com"API_KEY="api_key"asyncdefmain():
asyncwithaiohttp.ClientSession() assession:
uptime_kuma=UptimeKuma(session, URL, API_KEY)
response=awaituptime_kuma.metrics()
print(response)
asyncio.run(main())

🛠 Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Submit a pull request.

Make sure to follow the contributing guidelines.


📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


❤️ Support

If you find this project useful, consider buying me a coffee ☕ or sponsoring me on GitHub!


Credit

This library is a fork of pyuptimekuma by @jayakornk

About

Simple Python wrapper for Uptime Kuma

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages