24

Starting my new bot experience together with Discord.
Discord is kinda easier than LINE. You had to create facebook accounts or fake lots of telephone numbers to be able to verify your bot account. They also kept changing the endpoints to avoid people using their bots.
Discord is the opposite. Discord loves bots. And that's why I start feeling love towards Discord.

Comments
  • 3
    ... does devRant reduce the image quality?
    I did compare them.
  • 1
    Yo if you're just starting to use Discord.py I recommend you use the rewrite branch. There's a lot of neat stuff in there. I also recommend you look into `discord.ext.commands` as part of the module.
  • 1
  • 1
    Why not Slack? @gitpull
  • 1
    @UnknownDev idk (how Slack verifies the accounts)
    I got rid of creating bunch of fake accounts on fb.
  • 1
    @gitpull devrant does compress the images into a pretty lossy format
  • 2
    @gitpull you create a slack team if you are in one you don't have to, create bot user, configure bot user name image desc bla bla bla and you also get the token that you will use to communicate
  • 1
    @UnknownDev I were able to do the same by reverse engineering the LINE website.
    You were able to create official LINE bots. But they weren't that useful. So me and some other guys checked their base link.
    The thing is that you need to verify all your accounts with fb, which is hard by time.
    Discord just let's you pass through.
    Register with e-mail and password ET voila. That's it, monsieur ET madame.
    Line uses the thrift protocol.
    Since they also require qr code now. It's getting more complex.

    For now, dc bots first, then line bots.
    I will try to find a way to make bots pass through Discord as a regular user.

    Token mostly means restricted access, when it comes to official bot logins.

    And I hate restrictions. :D
Add Comment