Shows Discord user is typing on a given text channel
- Install Python
- Make sure to add Python to path when installing it, check the box add to path at the setup. If you already have a terminal running, close it and then reopen it after installing python. This is necessary for python commands to be detected by the terminal.
- Download the repository by clicking green button "Code" > "Download ZIP". Extract it.
- Open your preferred terminal, and move into the directory of the extracted ZIP by entering
cd <path to the folder you extracted from zip>
(Do not include < >).- Terminal e.g. Command Prompt on Windows, Bash on Linux.
- On Windows, you can also click the file location bar in explorer. Replace the full location with the word
cmd
and hit enter, to open the terminal at that location.
- Install the required dependencies by typing
pip install -r requirements.txt
into the terminal. Enter. - Run the program by typing
python main.py
. Enter.- On Linux, you possibly have to enter
python3 bot.py
.
- On Linux, you possibly have to enter
- Insert the token and channel ID.
- How to get Discord Token.
- Channel ID can be retrieved by right clicking on the target channel, and click "Copy ID".
- Enjoy!
- Press
Ctrl+C
(Ctrl
andC
altogether) to stop the program.
- Press