Skip to content

davidmoremad/phantombuster-python

Repository files navigation

PhantomBuster Python SDK

Documentation License


Installation

pip install pbuster

📚 Documentation: Will be available at readthedocs.io


Usage

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()

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.


License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

About

Python Wrapper to interact with PhantomBuster service.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages