Added RandoBot to examples.#34
Conversation
Also update README to give description of RandoBot, and included a welcome splash image.
|
No worries! This is impressive as your first foray into python. Just make sure that:
|
|
Okay! As for the indentation issues, with using vim it just seems it spaces too far compared to the other example files, but still seems to work? I mean, I run it off my Linux Server and it seems to go without issues! And as for the commented out parts; whenever the bot gets banned, you can login, write all the friends it currently has to a file. From this file, and upon logging into the new bot, it will re-add all the old users, so you don't have to tell people to re-add your new bot! |
Also when the user sends a snap and RandoBot is not on the list, it will now send a snap saying it must be added to the friend list, so they're not improperly put into the list. Attempted to fix some indentation issues as well, as spacing by four wasn't working for some? Commented lines are for if/when your bot gets blocked. Remove the first three comments of code, connect to your old bot and let it copy users into lists. Then, comment out those lines and uncomment the rest, to re-add all your users!
|
Up for a pull ! |
|
Hey, @PhlexPlexico, that idea is pretty awesome - saving all friends and then re-adding them, etc... do you mind if I use it in my library? |
|
Hey @Rob-- ! It would be no problem at all! A bot I added got deleted and managed to do the same thing so I thought I could recreate it! Feel free to add it! |
|
@PhlexPlexico, thanks dude, what did the bot that got deleted do? |
|
It was actually using my randobot! What ended up happening though was a mass sweep of bot accounts from Snapchat. I had three emails come to me notifying that I must stop using third party applications or my account would be suspended! Happened to a local storifier bot here too! |
|
Ahh, I'm actually looking into a way to avoid being detected by sending analytics. |
Also update README to give description of RandoBot, and added splash image.