Skip to content

Commit

Permalink
add privacy policy and terms of service (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhouweling authored Jan 9, 2025
1 parent 53083fc commit a85b32c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 3 deletions.
41 changes: 41 additions & 0 deletions PRIVACY_POLICY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Privacy Policy for Guilty Spark

1. **Introduction**: Your privacy is important to us. This Privacy Policy explains how David Houweling collects, uses, and protects your information when you use Guilty Spark.

2. **Information We Collect**: We may collect the following types of information:

1. **User Information**: Information you provide when you register or interact with the app, such as your username, email address, and any other information you choose to provide, or is provided by Discord itself to Guilty Spark as a Discord Bot.

2. **Usage Data**: Information about how you use the app, including your interactions, commands issued, and activity logs.

3. **Device Information**: Information about the device you use to access the app, such as IP address, browser type, and operating system.

3. **How We Use Your Information**: We use the information we collect for the following purposes:

1. To provide, maintain, and improve the app.

2. To personalize your experience and respond to your requests.

3. To monitor and analyze usage and trends to improve our services.

4. To protect the security and integrity of the app and our users.

4. **Information Sharing and Disclosure**: We do not share your personal information with third parties except in the following cases:

1. With your consent: We may share your information with third parties when you consent to such sharing.

2. For legal reasons: We may share your information if required by law or to protect the rights, property, or safety of [Your Company Name], our users, or others.

3. With service providers: We may share information with third-party service providers who assist us in operating the app and providing our services.

5. **Data Security**: We take reasonable measures to protect your information from unauthorized access, alteration, disclosure, or destruction. However, no security system is completely secure, and we cannot guarantee the absolute security of your information.

6. **Your Choices**: You have the following choices regarding your information:

1. Access and Update: You can access and update your information through your account settings.

2. Delete Account: You can delete your account by contacting us by [raising an issue in the guilty spark repo](https://github.com/davidhouweling/guilty-spark/issues/new). Please note that some information may remain in our records after your account is deleted.

7. **Changes to This Privacy Policy**: We may update this Privacy Policy from time to time. We will notify you of any significant changes by posting the new Privacy Policy on the app and updating the "Last Updated" date at the top.

8. **Contact Us**: If you have any questions or concerns about this Privacy Policy, please contact us at [raising an issue in the guilty spark repo](https://github.com/davidhouweling/guilty-spark/issues/new).
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

A [Discord App](https://discord.com/oauth2/authorize?client_id=1290269474536034357) utilizing [Cloudflare Workers](https://developers.cloudflare.com/workers/) that allows for stats to be pulled for Halo games played in a custom games series.

> [!WARNING]
> This is a functional proof of concept.
This Discord bot can pull stats from Halo Waypoint and post accordingly.

- Work with NeatQueue results
Expand Down Expand Up @@ -54,3 +51,11 @@ As mentioned, this is presently a proof of concept and more can be done to impro
1. User sends slash command to Discord bot
2. Pull stats for match
3. Send back to Discord

## Terms of Service

Please read our [Terms of Service](./TERMS_OF_SERVICE.md) for detailed information.

## Privacy Policy

Please read our [Privacy Policy](./PRIVACY_POLICY.md) for detailed information.
19 changes: 19 additions & 0 deletions TERMS_OF_SERVICE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Terms of Service for Guilty Spark

1. **Acceptance of Terms:** By using Guilty Spark, you agree to comply with these Terms of Service.

2. **User Conduct Users:** must not engage in any illegal activities, harassment, or abuse. Violations may result in termination of usage of Guilty Spark (e.g. requests being ignored).

3. **Intellectual Property**: All content, including text, graphics, logos, and images, created by David Houweling (author of Guilty Spark) is licensed under the [MIT License](https://github.com/davidhouweling/guilty-spark/blob/main/LICENSE). This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the content, provided that the original copyright notice and permission notice are included in all copies or substantial portions of the content.

1. **Third-Party Intellectual Property**: Guilty Spark may utilize services and intellectual property owned by third parties, such as Microsoft's owned Halo Waypoint. You acknowledge and agree that any content or services provided by third-party suppliers are the property of their respective owners and are protected by applicable intellectual property laws. Use of such third-party content and services is subject to the terms and conditions set forth by the respective owners.

2. **User-Generated Content**: If you submit or post any content through Guilty Spark, you grant David Houweling a worldwide, non-exclusive, royalty-free license to use, reproduce, modify, adapt, publish, and display such content on the app. You retain all rights to your user-generated content.

4. **Limitation of Liability**: David Houweling is not responsible for any damages or losses resulting from the use of the app.

5. **Changes to Terms**: We reserve the right to modify these Terms at any time. Users are responsible for reviewing the Terms regularly.

6. **Termination**: We may terminate or suspend access to the app for any reason, including violations of these Terms.

7. **Contact**: Information For any questions or concerns, please contact us by [raising an issue in the guilty spark repo](https://github.com/davidhouweling/guilty-spark/issues/new).

0 comments on commit a85b32c

Please sign in to comment.