Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 960 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 960 Bytes

BSCScan-DiscordBOT

Author

  • Nicolas Fernandez Sanz

Installation

  • Create your BOTs in the Discord Developer Portal.
  • Invite the BOTs to your server, you do not need to asingn any special permission.It is recommended to create a new role for them.
  • Include your Bots Tokens, contracts and names in the .env file, be carefull to use the template!
  • Remember this script can run more than one bot!
The script will create all the Bots you introduced, remember that only BSC tokens are supported!

Install the dependencies with

  • pip install discord
  • pip install configparser
  • pip install cloudscraper
  • pip install cloudscraper
  • pip install beautifulsoup4
  • The Scripts was developed with Python 3.10