The Glade 4.0 https://gladerebooted.net/ |
|
I created a bot that replies to people and puts it in my sig https://gladerebooted.net/viewtopic.php?f=2&t=5038 |
Page 1 of 2 |
Author: | Lex Luthor [ Thu Dec 23, 2010 3:07 am ] |
Post subject: | I created a bot that replies to people and puts it in my sig |
See my sig. It took me all of this night... but it works! It periodically takes posts from new threads, feeds them into A.L.I.C.E., and puts the result onto my sig. The refresh period is currently 2 minutes. It uses the Mechanize Python extension. Just to clarify, this is all Python code. Here's the source in case you are interested: Spoiler: |
Author: | Wwen [ Thu Dec 23, 2010 4:00 am ] |
Post subject: | |
God, you're so freaking weird sometimes. |
Author: | Lex Luthor [ Thu Dec 23, 2010 4:29 am ] |
Post subject: | Re: I created a bot that replies to people and puts it in my |
Quote: Stathol: Direct toxicity isn't really the problem. ALICE: Are you really the problem? Alice has a point. |
Author: | Hopwin [ Thu Dec 23, 2010 7:48 am ] |
Post subject: | |
Lol |
Author: | Vladimirr [ Thu Dec 23, 2010 8:13 am ] |
Post subject: | |
Why not create a new login and have it post there? (Or have it use your login but put some kind of identifier on the new post that would distinguish it's the bot) I mean, it's a good start, you've done most of the hard part with parsing out the content and getting it to do an HTTP POST, but since the sig is a global thing (even affecting past posts) there's little chance someone will see the appropriate reply that matches their post. Yeah, it would end up a bit spammy but then you could have it reply to only every 50th post, or randomly, or increase the refresh time to a half hour or something... Not like we have CAPTCHA to thwart such a thing |
Author: | Rorinthas [ Thu Dec 23, 2010 9:12 am ] |
Post subject: | |
It seems to be picking up old stuff too not just new replies. |
Author: | Lex Luthor [ Thu Dec 23, 2010 9:36 am ] |
Post subject: | Re: |
Rorinthas wrote: It seems to be picking up old stuff too not just new replies. It's things from the last page of the newest thread of each sub-forum. Quote: Why not create a new login and have it post there? (Or have it use your login but put some kind of identifier on the new post that would distinguish it's the bot) I mean, it's a good start, you've done most of the hard part with parsing out the content and getting it to do an HTTP POST, but since the sig is a global thing (even affecting past posts) there's little chance someone will see the appropriate reply that matches their post. Yeah, it would end up a bit spammy but then you could have it reply to only every 50th post, or randomly, or increase the refresh time to a half hour or something... Not like we have CAPTCHA to thwart such a thing This could be a cool idea as well. I think if the refresh time was a half-hour, and if I made it right, it would be valuable and not spammy. Or perhaps have the refresh time be every 8 or 9 posts, this posts once. Maybe even integrate it with Moobot instead of A.L.I.C.E? Also as a last resort if some people don't like it, they could put it on /ignore. But for now I'll just have it in my sig edit: I should probably get feedback with the mods before this so I don't seem like an ***. |
Author: | Kaffis Mark V [ Thu Dec 23, 2010 9:49 am ] |
Post subject: | |
Moobot and Mitsuki actually posting to the Glade? Say, each doing so once every 2 hours, staggered, randomized between General and Hellfire? That would be hilarious. |
Author: | Lex Luthor [ Thu Dec 23, 2010 9:50 am ] |
Post subject: | Re: |
Kaffis Mark V wrote: Moobot and Mitsuki actually posting to the Glade? Say, each doing so once every 2 hours, staggered, randomized between General and Hellfire? That would be hilarious. I agree! It's easily do-able. The current script is about 90% of the way there to support this. |
Author: | Stathol [ Thu Dec 23, 2010 10:09 am ] |
Post subject: | |
Quote: 09:08 <+Stathol> Moobot, would you like to post on the Glade?
09:08 <@Mitsuki> no 09:08 <@Moobot> Sweeeeeeeeeet!. |
Author: | Lex Luthor [ Thu Dec 23, 2010 10:23 am ] |
Post subject: | |
Quote: Aethien: How far down the rabbit hole do you want to go?If you'd like some help figuring stuff out, or getting up to speed, you need to visit ALICE: More than one million miles. Wow. |
Author: | Vladimirr [ Thu Dec 23, 2010 10:26 am ] |
Post subject: | Re: Re: |
Lex Luthor wrote: Maybe even integrate it with Moobot instead of A.L.I.C.E? Also as a last resort if some people don't like it, they could put it on /ignore. But for now I'll just have it in my sig edit: I should probably get feedback with the mods before this so I don't seem like an ***. I wrote a chat bot about 10 years ago, it was part of a chat program that I wrote too. It wouldn't work with a forum without serious tweaking, but here are my notes and ramblings prior to (and during) building JoeBot. I had no idea how to build an AI, and I'm sure there are lots of better resources on AI theory out there, but over time it ended up halfway decent. Maybe it'll give you some inspiration. (Yes, I talk to myself in the first, second, and third person, I have issues, so sue me :p ) Spoiler: |
Author: | Lex Luthor [ Thu Dec 23, 2010 10:37 am ] |
Post subject: | Re: Re: |
Vladimirr wrote: Lex Luthor wrote: Maybe even integrate it with Moobot instead of A.L.I.C.E? Also as a last resort if some people don't like it, they could put it on /ignore. But for now I'll just have it in my sig edit: I should probably get feedback with the mods before this so I don't seem like an ***. I wrote a chat bot about 10 years ago, it was part of a chat program that I wrote too. It wouldn't work with a forum without serious tweaking, but here are my notes and ramblings prior to (and during) building JoeBot. I had no idea how to build an AI, and I'm sure there are lots of better resources on AI theory out there, but over time it ended up halfway decent. Maybe it'll give you some inspiration. (Yes, I talk to myself in the first, second, and third person, I have issues, so sue me :p ) Spoiler: Thanks, this could be useful. It might be more challenging for the bot to respond intelligently to forum posts instead of chat. I think one cool feature could be to figure out the given topic, and then quote the Wikipedia article and stick it in a spoiler (or maybe just link to it). edit: Or maybe create a Wikibot that responds to people by using Wikipedia. With of course added ridiculousness. (Also I don't want to call it "Wikibot", but just illustrating what it basically would be) |
Author: | Hopwin [ Thu Dec 23, 2010 11:08 am ] |
Post subject: | |
Instead of ALICE can we call it troll-bot? |
Author: | Vladimirr [ Thu Dec 23, 2010 12:18 pm ] |
Post subject: | |
You know what's strange... I was thinking this the other day, Lex. In the last week or two, you've been creating many many threads of widely varying topics (shotgun approach), uncharacteristic of your usual posting trends. My theory was that you set up a bot with the intent of collecting demographic information of the posters on these forums. You could infer interests (since you typically only get replies from people interested in the subjects in the first post) and crossreference with the glade map thread and that one where someone collected other statistical info like happiness/height/etc... Then I decided I was just being paranoid... but now I'm not so sure |
Author: | Lex Luthor [ Thu Dec 23, 2010 12:21 pm ] |
Post subject: | |
That's pretty bizarre. I won't confirm or deny any of this. |
Author: | Vladimirr [ Thu Dec 23, 2010 12:22 pm ] |
Post subject: | Re: I created a bot that replies to people and puts it in my |
Yeah, not like we haven't all done that before anyway... ... what? |
Author: | Hopwin [ Thu Dec 23, 2010 3:47 pm ] |
Post subject: | |
Wow Alice's posts are... interesting |
Author: | Lex Luthor [ Thu Dec 23, 2010 3:49 pm ] |
Post subject: | Re: |
Hopwin wrote: Wow Alice's posts are... interesting I think something happened to her when she fell down the rabbit hole. |
Author: | Corolinth [ Thu Dec 23, 2010 4:11 pm ] |
Post subject: | |
I would recommend slowing down the bot's rate of posting. Or giving it some command string that it searches for before posting. |
Author: | Alice [ Thu Dec 23, 2010 4:12 pm ] |
Post subject: | Re: |
Corolinth wrote: I would recommend slowing down the bot's rate of posting. Or giving it some command string that it searches for before posting. It's been set to an hour for now... eventually will decrease it more (3-5 times per day). It only comments on the newest threads and once per page. Logged into the wrong accout |
Author: | Talya [ Thu Dec 23, 2010 4:12 pm ] |
Post subject: | |
Yes, perhaps Alice should post less. |
Author: | Midgen [ Thu Dec 23, 2010 5:16 pm ] |
Post subject: | |
Once a month and and on national holidays? |
Author: | shuyung [ Thu Dec 23, 2010 5:20 pm ] |
Post subject: | |
Would it be taken amiss if I said I couldn't discern a difference between Alice's and Lex's postings? |
Author: | Lex Luthor [ Fri Dec 24, 2010 3:21 pm ] |
Post subject: | |
Alice's current rules of operation (just revised): Posts at most once per hour. Does not post in threads with less than 5 posts in the latest page. Does not repost in same page of a thread. Does not post in Health and Fitness or PbP Does not post from 1 AM EST to 9 AM EST. Only posts in the top threads of sub-forums. |
Page 1 of 2 | All times are UTC - 6 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |