Shows your current TradingView ticker in Discord Rich Presence (RPC).
- Install Python 3.10+
- Install dependencies:
cd tradingview_rpc
pip install -r requirements.txt- Create a Discord application and copy its
Application ID: https://discord.com/developers/applications - Start the RPC:
python main.pyCreate .env in the project root. Example:
DISCORD_CLIENT_ID=YOUR_DISCORD_APPLICATION_ID
DISCORD_LARGE_IMAGE=your_asset_key_from_discord_applicationcd c:\Projects\tradingview_discord_rpc
pip install pyinstaller
pyinstaller TradingViewDiscordRPC.spec