With the end of 2024's Google Mentorship Project, this repository is no longer actively maintained! Feel free to check this code out, but remember that it may not be updated at all (and thus may not work).
- Introduction
- Members
- Mentor
- Getting Started
- Usage
- Contributing
- Code of Conduct
- License
- Security
- Acknowledgments
The Google Mentorship Project is a collaborative effort aimed at creating innovative solutions using Google APIs. Our project focuses on [Brief description of what the project does].
- Seth Fenton
- Mark Ionis
- Jakob Weir
- Elias Xu
- Ryan Goggins
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed:
- Python 3.6 or higher
- pip (Python package manager)
For macOS and Linux:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
For Windows
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
To run the final scripts after cloning and installing all dependencies, along with creating a .env file that contains all necessary api keys, run:
cd data
python final.py
We love contributions! To contribute, please follow the guidelines outlined in CONTRIBUTING.md.
Please read CODE_OF_CONDUCT.md for details on our code of conduct.
This project is licensed under the MIT License - see the LICENSE file for details.
If you discover a security vulnerability within the project, please follow our security policy to report it.
Thanks to all the project members and our mentor for their contributions. Special thanks to briandk for the contributing guide template.