Socket
Socket
Sign inDemoInstall

ConfToolAPI

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ConfToolAPI

Methods to query the ConfTool API


Maintainers
1

Readme

ConfTool API for Python

This package provides you with convenient methods to call the ConfTool API <https://www.conftool.net/ctforum/index.php/topic,280.0.html>_ to easily retrieve data from it.

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: Code style: Black

First steps

After installing the conftool package, you can retrieve data from the official ConfTool API, e.g. ::

from ConfToolAPI import APIHandler

api = APIHandler("your_endpoint_name", "your_api_key")

users = api.get_users()

This will deliver you the data of all users registered in ConfTool for conference.

License

This project is licensed under the MIT license. For more details, please see LICENSE.rst <LICENSE.rst>_ file.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc