pip install pbuster📚 Documentation: Will be available at readthedocs.io
Authenticate by setting the environment variables PHANTOMBUSTER_ORG_ID and PHANTOMBUSTER_API_KEY:
pb = PhantomBuster()
pb.agents.list()Or by passing you API key directly in the code:
from phantombuster import PhantomBuster
pb = PhantomBuster(apikey=API_KEY, orgId=ORG_ID)
pb.agents.list()If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.