[Forum Game] Paste whatever's on your clipboard!


#1659


#1660

Geb's Ring of Wisdom


#1661

image


#1662

Kiks


#1663


#1664

:snowman::snowman::snowman::snowman:


#1665

image


#1666

#1667

qbDgYGR


#1668


#1669

#1670

11691


#1671

:b:️


#1672

bigwordbot

import praw

create the objects from the imported modules

reddit api login

##reddit = praw.Reddit(client_id

client_secret=’

username=‘Niegil_Disciple’,

password=,

user_agent=‘Niegil is my master’)

reddit = praw.Reddit(client_id=
client_secret=’,
username=‘ScurySnek21’,
password=’,
user_agent=‘Niegil is my master’)

dictionary and word check

##dictionary = PyDictionary()
##d = enchant.Dict(“en_US”)

check if the word is real

##def isWord(word):

return d.check(word)

the subreddits you want your bot to live on

subreddit = reddit.subreddit(‘rotMG’)
subreddit2 = reddit.subreddit(‘dailyBuffs’)

print(“im in”)

phrase to activate the bot

keyphrase = 'niegil’
keyphrase2 = 'Niegil’
keyphrase3 = ‘NIEGIL’

look for phrase and reply appropriately

for comment in subreddit.stream.comments():
if keyphrase in comment.body:

try:

    reply = """☃Niegi1☃ is my master


    Using my own account rn cause not enuf karma on bot account :c"""
    comment.reply(reply)
    print("replied")   

except:

print(“xd”)

##for comment in subreddit.stream.comments():

if keyphrase or keyphrase2 or keyphrase3 in comment.body:

word = comment.body.replace(keyphrase, ‘’)

try:

reply = “Niegil is my master”

comment.reply(reply)

print(“replied”)

if isWord(word):

# get meaning as object, get the index of a sentence and reply it

words = dictionary.meaning(word)

reply = [item[0] for item in words.values()]

comment.reply(word + ': ’ + reply[0])

print(‘posted’)

else:

reply = ‘This is not a word.’

comment.reply(reply)

print(‘posted’)

except:

print(“xd”)


#1673

#1674


#1675

New book alt incoming?


#1676

Well this account is already on the forums (but it’s not me).

Also I don’t make forum alts.


#1678

its a different person entirely


#1680

You can believe whatever you like, doesn’t change the fact that the account in the picture is not mine, nor is the forum account associated with it is me.