This project is a api for Google Form Assistant designed to process AI functionalities.
- User Key Management: Generate and activate user keys for secure API access.
- Donation Handling: Process and manage user donations with customizable amounts and currencies.
- GPT Question Handling: Send questions to GPT for automated processing and response.
- Admin Controls: Update user limits and manage expired questions efficiently.
Follow these steps to set up the project on your local machine:
-
Clone the repository:
git clone https://github.com/FoPPi/GFormPassAPI.git
-
Configure Environment Variables:
- Rename
.env.example
to.env
. - Add your API keys, admin keys, and other necessary configurations.
- Rename
-
Run the project:
- Make the start script executable:
chmod +x start.sh
- Start the application:
sh start.sh
- Make the start script executable:
-
Access the API:
The application will be available athttp://127.0.0.1:8000
.
This project is licensed under the RPL1.5 License.