if you can find me some good chatbot code, then please help
cag pay me like 150 grand and i will write you a retard proof operating system,,, i will call it cag 1.0
Retard proof, eh? Your the one who is retarded if u think I have that much money
ask your dad to sell one of his windmills, so u can post on the interent
i love how monde is playing all dumb like help me out with some source code for chat bot's ,,, this must hurt poopleaws feelings alot that monde is lying about his only son
you: do you like to party?
b0sley: Yes I like parties very much. What kind of parties do you like?
http://blog.program-o.com/2013/06/phpbb-chatbot/
people have ported it over and extened it a shit ton i am sure you could get it to port to vbulliten and look at user ids and save different logs
elezzzark and dp beacon
Code:#trainer.py
import ezmangaowerisme
b=open('paperflowers.txt')
text=[]
for line in b:
for word in line.split():
text.append (word)
b.close()
textset=list(set(text))
follow={}
for l in range(len(textset)):
working=[]
check=textset[l]
for w in range(len(text)-1):
if check==text[w] and text[w][-1] not in '(),.?!':
working.append(str(text[w+1]))
follow[check]=working
a=open('lexicon-luke','wb')
pickle.dump(follow,a,2)
a.close()
Code:#paperflowers.py
import ezmangaowerisme,random
a=open('lexicon-luke','rb')
successorlist=pickle.load(a)
a.close()
def nextword(a):
if a in successorlist:
return random.choice(successorlist[a])
else:
return 'the'
speech=''
while speech!='quit':
speech=raw_input('>')
s=random.choice(speech.split())
response=''
while True:
neword=nextword(s)
response+=' '+neword
s=neword
if neword[-1] in ',?!.':
break
print response
can't even touch Python