← back to Animate Museum Posts
public/terms.html
81 lines
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - 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; }
a { color: #667eea; }
</style>
</head>
<body>
<h1>Terms of Service</h1>
<p class="date">Last updated: September 2025</p>
<h2>1. Acceptance of Terms</h2>
<p>By using Museum Art Bot ("the Service"), you agree to these Terms of Service. If you do not agree, please do not use the Service.</p>
<h2>2. Description of Service</h2>
<p>Museum Art Bot is an automated service that posts public domain artwork to X (formerly Twitter). The Service:</p>
<ul>
<li>Shares artwork that is in the public domain</li>
<li>Provides educational content about art history</li>
<li>Posts on a regular schedule to @goodquestionai</li>
</ul>
<h2>3. Use of Content</h2>
<p>All artwork shared by the Service is in the public domain and free to use. The Service adds no additional copyright restrictions. Attribution information is provided for educational purposes.</p>
<h2>4. No Warranties</h2>
<p>The Service is provided "as is" without warranties of any kind. We do not guarantee:</p>
<ul>
<li>Continuous, uninterrupted operation</li>
<li>Accuracy of artwork attribution or historical information</li>
<li>Availability of specific artworks</li>
</ul>
<h2>5. User Conduct</h2>
<p>When interacting with the Service, you agree not to:</p>
<ul>
<li>Use the Service for any illegal purpose</li>
<li>Attempt to disrupt or overload the Service</li>
<li>Impersonate the Service or create unauthorized derivative accounts</li>
</ul>
<h2>6. Privacy</h2>
<p>The Service does not collect personal information. When you authorize the app, X handles authentication according to their privacy policy.</p>
<h2>7. Intellectual Property</h2>
<p>The Service respects intellectual property rights. All artwork shared is verified to be in the public domain. The bot software itself is open source.</p>
<h2>8. Limitation of Liability</h2>
<p>The Service and its operators shall not be liable for any damages arising from use or inability to use the Service.</p>
<h2>9. Changes to Terms</h2>
<p>We may update these terms at any time. Continued use of the Service constitutes acceptance of updated terms.</p>
<h2>10. Termination</h2>
<p>We reserve the right to terminate or suspend the Service at any time without notice.</p>
<h2>11. Contact</h2>
<p>For questions about these Terms, contact us via X at @goodquestionai</p>
<h2>12. Disclaimer</h2>
<p>Museum Art Bot is not affiliated with any museum, gallery, or artistic institution. All opinions and descriptions are for educational purposes only.</p>
<hr>
<p><a href="/index.html">← Back to Home</a> | <a href="/privacy.html">Privacy Policy</a></p>
</body>
</html>