← back to Animate Museum Posts

public/privacy.html

113 lines

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Privacy Policy - Museum Art Bot</title>
    <style>
        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 2rem;
            background: #f9fafb;
        }
        h1 { color: #667eea; }
        h2 { color: #764ba2; margin-top: 2rem; }
        .date { color: #666; font-style: italic; }
        .highlight {
            background: #fef3c7;
            padding: 1rem;
            border-radius: 8px;
            margin: 1rem 0;
        }
        a { color: #667eea; }
    </style>
</head>
<body>
    <h1>Privacy Policy</h1>
    <p class="date">Last updated: September 2025</p>

    <div class="highlight">
        <strong>TL;DR:</strong> Museum Art Bot doesn't collect, store, or process any personal data. We only post public domain artwork to X.
    </div>

    <h2>1. Information We Don't Collect</h2>
    <p>Museum Art Bot is designed with privacy in mind. We do NOT collect:</p>
    <ul>
        <li>Personal information (names, emails, addresses)</li>
        <li>Browsing data or cookies</li>
        <li>Location information</li>
        <li>Device information</li>
        <li>User interactions or analytics</li>
    </ul>

    <h2>2. OAuth and X Authentication</h2>
    <p>When you authorize Museum Art Bot:</p>
    <ul>
        <li>Authentication is handled entirely by X (Twitter)</li>
        <li>We receive only the permissions needed to post content</li>
        <li>Your credentials are never stored by our service</li>
        <li>You can revoke access anytime via your X account settings</li>
    </ul>

    <h2>3. What the Bot Does</h2>
    <p>Museum Art Bot only:</p>
    <ul>
        <li>Posts public domain artwork to the @goodquestionai account</li>
        <li>Includes educational information about the artwork</li>
        <li>Operates on a scheduled basis (every 6 hours)</li>
    </ul>

    <h2>4. Data Storage</h2>
    <p>The only data we store:</p>
    <ul>
        <li>Temporary image files of public domain artwork (deleted after 7 days)</li>
        <li>Basic logs of posted content for debugging (no personal data)</li>
        <li>Configuration files for bot operation</li>
    </ul>

    <h2>5. Third-Party Services</h2>
    <p>Museum Art Bot interacts with:</p>
    <ul>
        <li><strong>X (Twitter):</strong> For posting content (see X's privacy policy)</li>
        <li><strong>Wikimedia Commons:</strong> For sourcing public domain images</li>
        <li><strong>Public museum APIs:</strong> For artwork information (when available)</li>
    </ul>

    <h2>6. Children's Privacy</h2>
    <p>Museum Art Bot does not knowingly collect information from children under 13. The service is intended for general audiences interested in art.</p>

    <h2>7. Data Security</h2>
    <p>Since we don't collect personal data, there's no personal information to secure. The bot operates with minimal permissions and only posts public content.</p>

    <h2>8. Your Rights</h2>
    <p>You have the right to:</p>
    <ul>
        <li>Revoke bot access via X account settings</li>
        <li>Request information about our practices</li>
        <li>Report concerns about the service</li>
    </ul>

    <h2>9. International Users</h2>
    <p>Museum Art Bot is accessible globally. We don't collect data that would be subject to GDPR, CCPA, or other privacy regulations.</p>

    <h2>10. Changes to Privacy Policy</h2>
    <p>If we update this policy, we'll post changes here with a new "Last updated" date.</p>

    <h2>11. Open Source</h2>
    <p>Museum Art Bot is open source. You can review our code to verify our privacy practices.</p>

    <h2>12. Contact</h2>
    <p>For privacy questions or concerns:</p>
    <ul>
        <li>X: @goodquestionai</li>
        <li>GitHub: Issues section of our repository</li>
    </ul>

    <hr>
    <p><a href="/index.html">← Back to Home</a> | <a href="/terms.html">Terms of Service</a></p>
</body>
</html>