This is a GitHub project for reverse engineering the pfdgear API and creating a script to get the summary of a message. Just a quick and dirty script to get the summary of a message, not really usable yet
To use this script, follow these steps:
- Clone this repository
- Install the requirements
- Edit the message (very primitive, you have to edit the code)
- Run the script
The script will make a POST request to the https://chatapi.pdfgear.com/pdf/getsummary endpoint with the provided message. It will then return the summary of the message.
There are some improvements that can be made to this script:
- Add more ways to get content from a message.
- Improve error handling and parsing of the response.
- Add more endpoints to the script.
- Add more documentation to the script.
- Refactor the code to make it more readable.
If you want to contribute to this project, feel free to open a pull request. If you have any questions, feel free to open an issue.
This project is not affiliated with or endorsed by pfdgear. It is an independent effort to reverse engineer their API for educational purposes. Use this script at your own risk.