FetchCord is a simple tool grabs your system information and displays it as Discord Rich Presence.
FetchCord is written in Python 3 and relies on Neofetch for your basic system information. With the handy tool, you’ll see your system info inside Discord user’s profile.
How to install FetchCord:
1. In Ubuntu 20.04 and Linux Mint 20, first open terminal (Ctrl+Alt+T) and run command to install Neofetch and python3-pip package:
sudo apt install neofetch python3-pip
2. Then install Fetchcord via pip command:
pip3 install fetchcord
Once installed, run fetchcord
command while Discord is running and enjoy!
NOTE: while the software is in very early stage, it may have bugs. For any issue report to the Github page.