This project generates an access token using a Google service account to send FCM (Firebase Cloud Messaging) notifications via Postman.
- Google Play Store API integration
- Service account authentication
- Secure token management
- One-command setup
- Python 3.7 or higher
- Google Cloud Platform account
- Google Play Console access
- Service account credentials
- Clone the repository:
git clone https://github.com/yourusername/FCMTokenGen.git
cd FCMTokenGen- Start the setup with a single command:
python setup.pyThis command will automatically:
- Check your Python version
- Check for the existence of the service-account.json file
- Install all required dependencies
- The
service-account.jsonfile contains sensitive information and should never be uploaded to GitHub. - This file is hidden with
.gitignore. - Keep your credentials secure and do not share them.
This project is licensed under the MIT License. For more information, see the LICENSE file.