https://github.com/noobjsperson/termux-discord-activity
https://github.com/noobjsperson/termux-discord-activity
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noobjsperson/termux-discord-activity
- Owner: NoobJsPerson
- Created: 2021-08-06T13:22:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T13:56:59.000Z (over 4 years ago)
- Last Synced: 2023-05-06T01:24:50.071Z (about 3 years ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# termux-discord-activity
a small tool using using nodejs and bash to give you a discord playing status about termux and its sessions
### Setup
follow these steps to get the tool up and running
- clone the repo
```sh
git clone https://github.com/NoobJsPerson/termux-discord-activity
```
- cd to the clone folder, give the setup script execution permissions and run it
```sh
cd termux-discord-activity && chmod +x setup.sh && ./setup.sh
```
- stop termux by pressing exit on the notification bar and open it again
- replace `yourtokenhere` by your discord token in the `.env` file
- install the dependencies
```sh
npm install
```
- run the nodejs server
```sh
node index.js
```
- wait about 10 seconds
- taadaa! it should've worked by now if you did all the steps correctly.
### Note
Always use the `exit` command to close all your sessions if you want to exit from termux or itll break
please make an issue if you faced a problem or want to give a suggestion