flowitoo / selfbot

Future of Discord Selfbots.

Home Page:https://zeenode.github.io/selfbot-site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeenode Discord Selfbot

T.O.S

This repository/project is under MIT licence, if you are using it please leave watermark to the organisation. (github.com/zeenode)

Selfbot Portfolio:

About the project

  • This project is mainly made for people who want to understand discord.py lib for python so that they can develop their skills in using it. Discord prohibits Selfbots so if you want to use this you will use it at your own risk.

WARNING!!!

  • You agree not to (and not to attempt to) (i) use the Service for any use or purpose other than as expressly permitted by these Terms;(ii) copy, adapt, modify, prepare derivative works based upon, distribute, license, sell, transfer, publicly display, publicly perform, transmit, stream, broadcast, attempt to discover any source code, reverse engineer, decompile, disassemble, or otherwise exploit the Service or any portion of the Service, except as expressly permitted in these Terms; or (iii) use data mining, robots, spiders, or similar data gathering and extraction tools on the Service.

  • This in short means that Discord prohibits any form of bots and automation, which means that selfbot is prohibited by ToS. This is for educational purposes only, if you want to use it use it at your own risk. We do not take any responsibility for you.

How to install and use Zeenode Discord Self-Bot?

  • Windows:
    1. Download python, preferably 3.7.0. You can do that by heading to this link, https://www.python.org/downloads/release/python-370/.
    2. Git clone the repository. You can do this by typing in your command prompt "git clone https://github.com/zeenode/selfbot" (You will need git which you can download from https://git-scm.com/download/win)
    3. Run install.bat then launch.bat and input your token. You will need to do this everytime you start the selfbot. Alternatively you can put your token in the config.py file.
  • GNU/Linux:
    1. Download python, preferably 3.7.0. You can do that by heading to this link, https://www.python.org/downloads/release/python-370/ and installing the gunzipped source tarball. (Note you will need to build python from source. Alternatively you can download it from the terminal by using your distro's package manager, although it will be the newest version, not 3.7.0)
    2. Git clone the repository. You can do this by typing in your command prompt "git clone https://github.com/zeenode/selfbot" (You will need git for this which you can download from the terminal by using your distro's package manager.)
    3. Use install.sh to install requirements or install them your self.
    4. Run the python file and input your token. You will need to do this everytime you start the selfbot. Alternatively you can put your token in the config.py file.

Commands / How to use?

Type (prefix)help (ex. $help) to see list of categories !
Type (prefix)help (category) (ex. $help textencoding) to see list of commands in category !

Notice:

Activity Status like:

  • $watching, $listening or $playing won't work if you actually have already an activity!
  • Only $streaming will work!

Disclaimer:

For educational purposes only, (Github Organisation) Zeenode is not resposible for whatever you do with this.

About

Future of Discord Selfbots.

https://zeenode.github.io/selfbot-site/

License:MIT License


Languages

Language:Python 99.1%Language:Batchfile 0.5%Language:Shell 0.4%