Skip to content

0x01369/Pipedrive-Api

Repository files navigation

Pipedrive API Token Generator Tool

Pipedrive API Credentials Extractor Tool

License GitHub GitHub last commit

This tool helps you automatically generate an API token for the Pipedrive API. You can use and interact with Pipedrive API using this token.

How to Use

    • First, sign in to your Pipedrive account and get your developer API key.
    • Clone or download this project to your computer.
    • Go to the project directory and open the terminal.
    • Enter the following command:

Pipedrive API Token Generator Tool

git clone https://github.com/0x01369/Pipedrive-Api.git
cd Pipedrive-Api
chmod 777 api_generators.*
pip install requests

Run it with the coding language you want

bash token_generators.sh
python token_generators.py
php token_generators.php

Output Example

Generated Token: 
API Request URL: https://companydomain.pipedrive.com/v1/deals?api_token=
Response Code: 200
Response Code: 401

Pipedrive API Credentials Extractor

This project contains a simple script that extracts credentials using Pipedrive API. These credentials can be used to integrate your Pipedrive account or to perform other automation tasks using the Pipedrive API.

How to Use

    • You need to get an API key from your Pipedrive account. To perform this step, you can follow these steps:
  • Sign in to your Pipedrive account.
  • Go to Settings > Company settings > API access page.
  • Generate a new API key and choose the appropriate permissions for your usage.
  • Copy your API key and save it in a text file.
git clone https://github.com/0x01369/Pipedrive-Api.git
cd Pipedrive-Api
chmod 777 api_credentials_extractor.*
pip install requests

Run it with the coding language you want

api_credentials_extractor.sh
api_credentials_extractor.py
api_credentials_extractor.php

Output Example

----------------------
user information:
----------------------
User name: test test
E-Mail: test@test.com
Phone: 12345678900
----------------------
User name: test test
E-Mail: test@test.com
Phone: 12345678900
----------------------
  1. When the script is run, the credentials will be extracted and printed to the console using the Pipedrive API.

Contributing

Contributions to enhance the functionality or fix any issues with this script are welcome. Feel free to fork this repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License.