agermanidis / SnapchatBot

[deprecated] Python library for building bots that live on Snapchat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where do I put the bots User & Pass?

AaronHannaway opened this issue · comments

In what file do I put

bot = ReflectorBot(<account username>, <account password>)
bot.listen()

Help would be greatly appreciated!

replace <account username> and <account password> with your credentials within "" (quotes) if I'm not mistaken.