So I'm doing some Pi-Bot work, and I get the HTML for SilverBreeze's string for parsing:
Code: Select all
"Troy SciOly 2019 - now<br>
Suzanne SciOly 2016 - 2019<br>
States events: Sleeping in due to cancellation.<br>
Please don’t replay rules next year.<br>
Events this season: Water Quality, Forensics, Ornithology, (some experience in DP)"
Simple right?
And then Joey's:
Code: Select all
"Ohayo!
<div class=""bbcode-hide codebox""><label><span style=""font-weight:bold"">Past (Main) Events</span> <span style=""color:#555"">(Click to Show Hidden Text)</span></label><pre>Dynamic Planet, Protein Modeling, Fast Facts, Thermodynamics</pre></div><style type=""text/css"">
div.bbcode-hide {
padding: 3px;
}
.bbcode-hide label {
display: block;
font-size: 0.8em !important;
text-transform: uppercase;
width: 100%;
}
.bbcode-hide pre {
display: none;
font-family: 'Avenir', Arial, sans-serif;
white-space: pre-wrap;
}
@media print {
.bbcode-hide pre {
display: block !important;
}
}
</style><script type=""text/javascript"">
$(document).ready(()=>{
$("".bbcode-hide"").each((_, tag) => {
tag = $(tag);
tag.find(""label"").off(""click"").on(""click"", ()=>{
tag.find(""pre"").toggle();
})
})
})
</script>
<div class=""bbcode-hide codebox""><label><span style=""font-weight:bold"">Current Events</span> <span style=""color:#555"">(Click to Show Hidden Text)</span></label><pre>Dynamic Planet, Machines, Ornith</pre></div><style type=""text/css"">
div.bbcode-hide {
padding: 3px;
}
.bbcode-hide label {
display: block;
font-size: 0.8em !important;
text-transform: uppercase;
width: 100%;
}
.bbcode-hide pre {
display: none;
font-family: 'Avenir', Arial, sans-serif;
white-space: pre-wrap;
}
@media print {
.bbcode-hide pre {
display: block !important;
}
}
</style><script type=""text/javascript"">
$(document).ready(()=>{
$("".bbcode-hide"").each((_, tag) => {
tag = $(tag);
tag.find(""label"").off(""click"").on(""click"", ()=>{
tag.find(""pre"").toggle();
})
})
})
</script>
1 Corinthians 13:4-7<br>
<em class=""text-italics"">Scientia Potentia Est</em><br>
Has Gotten Coronavirus: <strong class=""text-strong"">No</strong>"
joeyyyyy whyyyyy
EDIT: Since I didn't see this earlier:
SilverBreeze wrote: ↑March 17th, 2020, 3:34 pm
Tailsfan101 wrote: ↑March 17th, 2020, 3:26 pm
I notice that Pi-Bot has only posted in Your Daily Random Comment so far... perhaps this is for the better.
Hmm, just an idea: start a thread in General Chat just for testing how Pi-Bot reacts to various posts?
I don't know if there's a way to make a forums bot that maybe goes through the forums and marks spam or replies to common questions about how the forums work... but maybe Pi-Bot could eventually do that?
bernard proposed something similar to this (like a helper bot role for Pi-Bot), and I don't see why it wouldn't work, although Pi-Bot would have to get pretty reliable at those sorts of tasks first, which is unforunately quite a ways off right now (lol he's still posting generally weird statements, but at least he doesn't have to rely on my canned responses anymore)