HenryAlbu / FB-Messenger-Whatsapp-Discord-message-spammer

Annoying Python program that sends a users on your Facebook Messenger/Whatsapp/Discord any text, word by word
225 stars 38 forks source link

Discord implementation of that annoying bot #3

Closed snowc0de closed 4 years ago

snowc0de commented 4 years ago

This is a quick discord implementation for servers. I want to do it for PM in Discord as well but I don't know how to do it yet.

This is how to use it:

  1. Go on the Discord Devlopper Portal and login with your Discord account
  2. Click on 'New Application' and create a new app
  3. Then go on 'bot' then on 'add bot' to create a new bot
  4. Then go on 'oauth' and tick 'bot' and 'administrator', then copy the link.
  5. Create a test server
  6. Go on the Oauth link and select your server
  7. Install PyDiscord pip install discord.py or pip install discord
  8. Run the bot: python3 discord-bot.py
HenryAlbu commented 4 years ago

@cedric05 This really great, but I want to keep it consistent with Selenium and not have to install any more dependencies. Thank you