Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,357 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
import asyncio
|
3 |
+
import websockets
|
4 |
+
import uuid
|
5 |
+
import argparse
|
6 |
+
from datetime import datetime
|
7 |
+
import os
|
8 |
+
import random
|
9 |
+
import time
|
10 |
+
import hashlib
|
11 |
+
from PIL import Image
|
12 |
+
import glob
|
13 |
+
from urllib.parse import quote
|
14 |
+
import base64
|
15 |
+
import io
|
16 |
+
|
17 |
+
# App Configuration
|
18 |
+
Site_Name = 'π€π§ MMO Chat Brainππ¬' # Default, will be updated with username
|
19 |
+
title = "π€π§ MMO Chat Brainππ¬" # Default, will be updated
|
20 |
+
icons = 'π€π§ π¬π'
|
21 |
+
START_ROOM = "Sector π"
|
22 |
+
|
23 |
+
st.set_page_config(
|
24 |
+
page_title=title,
|
25 |
+
page_icon=icons,
|
26 |
+
layout="wide",
|
27 |
+
initial_sidebar_state="auto"
|
28 |
+
)
|
29 |
+
|
30 |
+
# Fun usernames with emojis
|
31 |
+
FUN_USERNAMES = [
|
32 |
+
"CosmicJester π", "PixelPanda πΌ", "QuantumQuack π¦", "StellarSquirrel πΏοΈ",
|
33 |
+
"GizmoGuru βοΈ", "NebulaNinja π ", "ByteBuster πΎ", "GalacticGopher π",
|
34 |
+
"RocketRaccoon π", "EchoElf π§", "PhantomFox π¦", "WittyWizard π§",
|
35 |
+
"LunarLlama π", "SolarSloth βοΈ", "AstroAlpaca π¦", "CyberCoyote πΊ",
|
36 |
+
"MysticMoose π¦", "GlitchGnome π§", "VortexViper π", "ChronoChimp π"
|
37 |
+
]
|
38 |
+
|
39 |
+
# Directories and files
|
40 |
+
CHAT_DIR = "chat_logs"
|
41 |
+
VOTE_DIR = "vote_logs"
|
42 |
+
STATE_FILE = "user_state.txt"
|
43 |
+
os.makedirs(CHAT_DIR, exist_ok=True)
|
44 |
+
os.makedirs(VOTE_DIR, exist_ok=True)
|
45 |
+
|
46 |
+
CHAT_FILE = os.path.join(CHAT_DIR, "global_chat.md")
|
47 |
+
QUOTE_VOTES_FILE = os.path.join(VOTE_DIR, "quote_votes.md")
|
48 |
+
MEDIA_VOTES_FILE = os.path.join(VOTE_DIR, "media_votes.md")
|
49 |
+
HISTORY_FILE = os.path.join(VOTE_DIR, "vote_history.md")
|
50 |
+
|
51 |
+
# Unicode digits and fonts
|
52 |
+
UNICODE_DIGITS = {i: f"{i}\uFE0Fβ£" for i in range(10)}
|
53 |
+
UNICODE_FONTS = [
|
54 |
+
("Normal", lambda x: x),
|
55 |
+
("Bold", lambda x: "".join(chr(ord(c) + 0x1D400 - 0x41) if 'A' <= c <= 'Z' else chr(ord(c) + 0x1D41A - 0x61) if 'a' <= c <= 'z' else c for c in x)),
|
56 |
+
# ... (other font styles remain the same)
|
57 |
+
]
|
58 |
+
|
59 |
+
server_running = False
|
60 |
+
server_task = None
|
61 |
+
|
62 |
+
def get_node_name():
|
63 |
+
parser = argparse.ArgumentParser(description='Start a chat node with a specific name')
|
64 |
+
parser.add_argument('--node-name', type=str, default=None)
|
65 |
+
parser.add_argument('--port', type=int, default=8501)
|
66 |
+
args = parser.parse_args()
|
67 |
+
return args.node_name or f"node-{uuid.uuid4().hex[:8]}", args.port
|
68 |
+
|
69 |
+
def save_chat_entry(username, message):
|
70 |
+
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
71 |
+
entry = f"[{timestamp}] {username}: {message}"
|
72 |
+
with open(CHAT_FILE, 'a') as f:
|
73 |
+
f.write(f"{entry}\n")
|
74 |
+
|
75 |
+
def load_chat():
|
76 |
+
if not os.path.exists(CHAT_FILE):
|
77 |
+
with open(CHAT_FILE, 'w') as f:
|
78 |
+
f.write(f"# {START_ROOM} Chat\n\nWelcome to the cosmic hub - start chatting! π€\n")
|
79 |
+
with open(CHAT_FILE, 'r') as f:
|
80 |
+
content = f.read()
|
81 |
+
lines = content.strip().split('\n')
|
82 |
+
return "\n".join(f"{i+1}. {line}" for i, line in enumerate(lines) if line.strip())
|
83 |
+
|
84 |
+
def get_user_list(chat_content):
|
85 |
+
users = set()
|
86 |
+
for line in chat_content.split('\n'):
|
87 |
+
if line.strip() and ': ' in line:
|
88 |
+
user = line.split(': ')[1].split(' ')[0]
|
89 |
+
users.add(user)
|
90 |
+
return sorted(list(users))
|
91 |
+
|
92 |
+
def has_joined_before(client_id, chat_content):
|
93 |
+
return any(f"Client-{client_id} has joined" in line for line in chat_content.split('\n'))
|
94 |
+
|
95 |
+
def get_message_suggestions(chat_content, prefix):
|
96 |
+
lines = chat_content.split('\n')
|
97 |
+
messages = [line.split(': ', 1)[1] for line in lines if ': ' in line and line.strip()]
|
98 |
+
return [msg for msg in messages if msg.lower().startswith(prefix.lower())][:5]
|
99 |
+
|
100 |
+
def load_quotes(source="famous"):
|
101 |
+
famous_quotes = [
|
102 |
+
"The true sign of intelligence is not knowledge but imagination. β Albert Einstein",
|
103 |
+
# ... (other quotes remain the same)
|
104 |
+
]
|
105 |
+
custom_quotes = [
|
106 |
+
"Every age unfolds a new lesson. Life's chapters evolve, each teaching us anew.",
|
107 |
+
# ... (other custom quotes remain the same)
|
108 |
+
]
|
109 |
+
return famous_quotes if source == "famous" else custom_quotes
|
110 |
+
|
111 |
+
def save_vote(file, item, user_hash):
|
112 |
+
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
113 |
+
entry = f"[{timestamp}] {user_hash} voted for {item}"
|
114 |
+
with open(file, 'a') as f:
|
115 |
+
f.write(f"{entry}\n")
|
116 |
+
with open(HISTORY_FILE, "a") as f:
|
117 |
+
f.write(f"- {timestamp} - User {user_hash} voted for {item}\n")
|
118 |
+
|
119 |
+
def load_votes(file):
|
120 |
+
if not os.path.exists(file):
|
121 |
+
with open(file, 'w') as f:
|
122 |
+
f.write("# Vote Tally\n\nNo votes yet - get clicking! π±οΈ\n")
|
123 |
+
with open(file, 'r') as f:
|
124 |
+
lines = f.read().strip().split('\n')[2:] # Skip header
|
125 |
+
votes = {}
|
126 |
+
user_votes = set()
|
127 |
+
for line in lines:
|
128 |
+
if line.strip() and 'voted for' in line:
|
129 |
+
user_hash = line.split('] ')[1].split(' voted for ')[0]
|
130 |
+
item = line.split('voted for ')[1]
|
131 |
+
vote_key = f"{user_hash}-{item}"
|
132 |
+
if vote_key not in user_votes:
|
133 |
+
votes[item] = votes.get(item, 0) + 1
|
134 |
+
user_votes.add(vote_key)
|
135 |
+
return votes
|
136 |
+
|
137 |
+
def generate_user_hash():
|
138 |
+
if 'user_hash' not in st.session_state:
|
139 |
+
st.session_state.user_hash = hashlib.md5(str(random.getrandbits(128)).encode()).hexdigest()[:8]
|
140 |
+
return st.session_state.user_hash
|
141 |
+
|
142 |
+
def save_pasted_image(image_data):
|
143 |
+
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
144 |
+
filename = f"paste_{timestamp}.png"
|
145 |
+
filepath = os.path.join('./', filename)
|
146 |
+
if ',' in image_data:
|
147 |
+
image_data = image_data.split(',')[1]
|
148 |
+
img_bytes = base64.b64decode(image_data)
|
149 |
+
img = Image.open(io.BytesIO(img_bytes))
|
150 |
+
img.save(filepath, "PNG")
|
151 |
+
return filename
|
152 |
+
|
153 |
+
def get_video_html(video_path, width="100%"):
|
154 |
+
video_url = f"data:video/mp4;base64,{base64.b64encode(open(video_path, 'rb').read()).decode()}"
|
155 |
+
return f'<video width="{width}" controls autoplay muted loop><source src="{video_url}" type="video/mp4">Your browser does not support the video tag.</video>'
|
156 |
+
|
157 |
+
def get_audio_html(audio_path, width="100%"):
|
158 |
+
audio_url = f"data:audio/mpeg;base64,{base64.b64encode(open(audio_path, 'rb').read()).decode()}"
|
159 |
+
return f'<audio controls style="width: {width};"><source src="{audio_url}" type="audio/mpeg">Your browser does not support the audio element.</audio>'
|
160 |
+
|
161 |
+
active_connections = {}
|
162 |
+
|
163 |
+
async def websocket_handler(websocket, path):
|
164 |
+
try:
|
165 |
+
client_id = str(uuid.uuid4())
|
166 |
+
room_id = "chat"
|
167 |
+
active_connections.setdefault(room_id, {})[client_id] = websocket
|
168 |
+
chat_content = load_chat()
|
169 |
+
username = st.session_state.get('username', random.choice(FUN_USERNAMES))
|
170 |
+
if not has_joined_before(client_id, chat_content):
|
171 |
+
save_chat_entry(f"Client-{client_id}", f"{username} has joined {START_ROOM}!")
|
172 |
+
async for message in websocket:
|
173 |
+
parts = message.split('|', 1)
|
174 |
+
if len(parts) == 2:
|
175 |
+
username, content = parts
|
176 |
+
save_chat_entry(username, content)
|
177 |
+
await broadcast_message(f"{username}|{content}", room_id)
|
178 |
+
except websockets.ConnectionClosed:
|
179 |
+
pass
|
180 |
+
finally:
|
181 |
+
if room_id in active_connections and client_id in active_connections[room_id]:
|
182 |
+
del active_connections[room_id][client_id]
|
183 |
+
|
184 |
+
async def broadcast_message(message, room_id):
|
185 |
+
if room_id in active_connections:
|
186 |
+
disconnected = []
|
187 |
+
for client_id, ws in active_connections[room_id].items():
|
188 |
+
try:
|
189 |
+
await ws.send(message)
|
190 |
+
except websockets.ConnectionClosed:
|
191 |
+
disconnected.append(client_id)
|
192 |
+
for client_id in disconnected:
|
193 |
+
del active_connections[room_id][client_id]
|
194 |
+
|
195 |
+
async def run_websocket_server():
|
196 |
+
global server_running, server_task
|
197 |
+
if not server_running:
|
198 |
+
server = await websockets.serve(websocket_handler, '0.0.0.0', 8765)
|
199 |
+
server_running = True
|
200 |
+
await server.wait_closed()
|
201 |
+
|
202 |
+
def create_streamlit_interface():
|
203 |
+
# Update Site_Name and title with current username
|
204 |
+
if 'username' in st.session_state:
|
205 |
+
global Site_Name, title
|
206 |
+
Site_Name = f"π€π§ MMO {st.session_state.username}ππ¬"
|
207 |
+
title = f"π€π§ MMO {st.session_state.username}ππ¬"
|
208 |
+
st.set_page_config(page_title=title) # Update page title
|
209 |
+
|
210 |
+
st.markdown("""
|
211 |
+
<style>
|
212 |
+
.chat-box {font-family: monospace; background: #1e1e1e; color: #d4d4d4; padding: 10px; border-radius: 5px; height: 300px; overflow-y: auto;}
|
213 |
+
.timer {font-size: 24px; color: #ffcc00; text-align: center; animation: pulse 1s infinite;}
|
214 |
+
@keyframes pulse {0% {transform: scale(1);} 50% {transform: scale(1.1);} 100% {transform: scale(1);}}
|
215 |
+
</style>
|
216 |
+
<script>
|
217 |
+
document.addEventListener('paste', function(e) {
|
218 |
+
const items = (e.clipboardData || window.clipboardData).items;
|
219 |
+
for (let i = 0; i < items.length; i++) {
|
220 |
+
if (items[i].type.indexOf('image') !== -1) {
|
221 |
+
const blob = items[i].getAsFile();
|
222 |
+
const reader = new FileReader();
|
223 |
+
reader.onload = function(event) {
|
224 |
+
const imageData = event.target.result;
|
225 |
+
sessionStorage.setItem('pastedImage', imageData);
|
226 |
+
document.getElementById('message_input').value = 'PastedImage:' + blob.name;
|
227 |
+
document.getElementById('send_button').click();
|
228 |
+
};
|
229 |
+
reader.readAsDataURL(blob);
|
230 |
+
}
|
231 |
+
}
|
232 |
+
});
|
233 |
+
</script>
|
234 |
+
""", unsafe_allow_html=True)
|
235 |
+
|
236 |
+
st.title(f"{Site_Name}")
|
237 |
+
st.markdown(f"Welcome to {START_ROOM} - chat, vote, upload, and enjoy! π")
|
238 |
+
|
239 |
+
# Initialize client ID and username
|
240 |
+
if 'client_id' not in st.session_state:
|
241 |
+
st.session_state.client_id = str(uuid.uuid4())
|
242 |
+
if 'username' not in st.session_state:
|
243 |
+
available_names = [name for name in FUN_USERNAMES if not any(f"{name} has joined" in line for line in load_chat().split('\n'))]
|
244 |
+
st.session_state.username = random.choice(available_names) if available_names else random.choice(FUN_USERNAMES)
|
245 |
+
# Update title immediately after setting initial username
|
246 |
+
Site_Name = f"π€π§ MMO {st.session_state.username}ππ¬"
|
247 |
+
title = f"π€π§ MMO {st.session_state.username}ππ¬"
|
248 |
+
st.set_page_config(page_title=title)
|
249 |
+
|
250 |
+
# Session state initialization
|
251 |
+
if 'refresh_rate' not in st.session_state:
|
252 |
+
st.session_state.refresh_rate = 5
|
253 |
+
if 'timer_start' not in st.session_state:
|
254 |
+
st.session_state.timer_start = time.time()
|
255 |
+
if 'quote_index' not in st.session_state:
|
256 |
+
quotes = load_quotes("famous")
|
257 |
+
st.session_state.quote_index = random.randint(0, max(0, len(quotes) - 1)) if quotes else 0
|
258 |
+
if 'quote_source' not in st.session_state:
|
259 |
+
st.session_state.quote_source = "famous"
|
260 |
+
|
261 |
+
# Chat section
|
262 |
+
st.subheader(f"{START_ROOM} Chat π¬")
|
263 |
+
chat_content = load_chat()
|
264 |
+
for i, line in enumerate(chat_content.split('\n')):
|
265 |
+
if line.strip() and ': ' in line:
|
266 |
+
col1, col2 = st.columns([5, 1])
|
267 |
+
with col1:
|
268 |
+
st.markdown(line)
|
269 |
+
with col2:
|
270 |
+
if st.button(f"π", key=f"chat_vote_{i}"):
|
271 |
+
save_vote(QUOTE_VOTES_FILE, line, generate_user_hash())
|
272 |
+
st.rerun()
|
273 |
+
|
274 |
+
# Username change dropdown
|
275 |
+
new_username = st.selectbox("Change Name", [""] + FUN_USERNAMES, index=0)
|
276 |
+
if new_username and new_username != st.session_state.username:
|
277 |
+
save_chat_entry("System π", f"{st.session_state.username} changed name to {new_username}")
|
278 |
+
st.session_state.username = new_username
|
279 |
+
# Update title when name changes
|
280 |
+
Site_Name = f"π€π§ MMO {st.session_state.username}ππ¬"
|
281 |
+
title = f"π€π§ MMO {st.session_state.username}ππ¬"
|
282 |
+
st.set_page_config(page_title=title)
|
283 |
+
st.rerun()
|
284 |
+
|
285 |
+
# Message input
|
286 |
+
message = st.text_input(f"Message as {st.session_state.username}", key="message_input")
|
287 |
+
if st.button("Send π", key="send_button") and message.strip():
|
288 |
+
if message.startswith("PastedImage:"):
|
289 |
+
image_data = sessionStorage.get('pastedImage')
|
290 |
+
if image_data:
|
291 |
+
filename = save_pasted_image(image_data)
|
292 |
+
if filename:
|
293 |
+
save_chat_entry(st.session_state.username, f"Pasted image: {filename}")
|
294 |
+
else:
|
295 |
+
save_chat_entry(st.session_state.username, message)
|
296 |
+
st.rerun()
|
297 |
+
|
298 |
+
# Media section with upload and delete
|
299 |
+
st.subheader("Media Gallery π¨πΆπ₯")
|
300 |
+
uploaded_file = st.file_uploader("Upload Media", type=['png', 'jpg', 'mp3', 'mp4'])
|
301 |
+
if uploaded_file:
|
302 |
+
file_path = os.path.join('./', uploaded_file.name)
|
303 |
+
with open(file_path, 'wb') as f:
|
304 |
+
f.write(uploaded_file.getbuffer())
|
305 |
+
st.success(f"Uploaded {uploaded_file.name}")
|
306 |
+
|
307 |
+
media_files = glob.glob("./*.png") + glob.glob("./*.jpg") + glob.glob("./*.mp3") + glob.glob("./*.mp4")
|
308 |
+
if media_files:
|
309 |
+
cols = st.columns(3)
|
310 |
+
media_votes = load_votes(MEDIA_VOTES_FILE)
|
311 |
+
for idx, media_file in enumerate(media_files):
|
312 |
+
with cols[idx % 3]:
|
313 |
+
if media_file.endswith(('.png', '.jpg')):
|
314 |
+
st.image(media_file, use_container_width=True)
|
315 |
+
elif media_file.endswith('.mp3'):
|
316 |
+
st.markdown(get_audio_html(media_file), unsafe_allow_html=True)
|
317 |
+
elif media_file.endswith('.mp4'):
|
318 |
+
st.markdown(get_video_html(media_file), unsafe_allow_html=True)
|
319 |
+
vote_count = media_votes.get(media_file, 0)
|
320 |
+
col1, col2 = st.columns(2)
|
321 |
+
with col1:
|
322 |
+
if st.button(f"π {vote_count}", key=f"media_vote_{idx}"):
|
323 |
+
save_vote(MEDIA_VOTES_FILE, media_file, generate_user_hash())
|
324 |
+
st.rerun()
|
325 |
+
with col2:
|
326 |
+
if st.button("ποΈ", key=f"media_delete_{idx}"):
|
327 |
+
os.remove(media_file)
|
328 |
+
st.rerun()
|
329 |
+
|
330 |
+
# Refresh timer
|
331 |
+
st.subheader("Refresh β³")
|
332 |
+
refresh_rate = st.slider("Refresh Rate", 1, 300, st.session_state.refresh_rate)
|
333 |
+
st.session_state.refresh_rate = refresh_rate
|
334 |
+
timer_placeholder = st.empty()
|
335 |
+
for i in range(st.session_state.refresh_rate, -1, -1):
|
336 |
+
font_name, font_func = random.choice(UNICODE_FONTS)
|
337 |
+
countdown_str = "".join(UNICODE_DIGITS[int(d)] for d in str(i)) if i < 10 else font_func(str(i))
|
338 |
+
timer_placeholder.markdown(f"<p class='timer'>β³ {font_func('Refresh in:')} {countdown_str}</p>", unsafe_allow_html=True)
|
339 |
+
time.sleep(1)
|
340 |
+
st.rerun()
|
341 |
+
|
342 |
+
# Sidebar vote stats
|
343 |
+
st.sidebar.subheader("Vote Counts")
|
344 |
+
chat_votes = load_votes(QUOTE_VOTES_FILE)
|
345 |
+
media_votes = load_votes(MEDIA_VOTES_FILE)
|
346 |
+
for item, count in {**chat_votes, **media_votes}.items():
|
347 |
+
st.sidebar.write(f"{item}: {count} votes")
|
348 |
+
|
349 |
+
async def main():
|
350 |
+
global NODE_NAME, server_task
|
351 |
+
NODE_NAME, port = get_node_name()
|
352 |
+
if server_task is None:
|
353 |
+
server_task = asyncio.create_task(run_websocket_server())
|
354 |
+
create_streamlit_interface()
|
355 |
+
|
356 |
+
if __name__ == "__main__":
|
357 |
+
asyncio.run(main())
|