pump.fun coin trcker is a script that tracks buys and sells made on a pump.fun memecoin and sends it to a webhook.
Here is how to install:
- Install required libraries
- Enter your webhook url in line 9 (webhook_url = 'YOUR WEBHOOK URL')
- Enter the link to the image you want to use for profile picture in line 10 (avatar_url = 'AVATAR LINK')
- Enter the token mint address you want to track in line 8 (api_url = 'https://api.solanagateway.com/api/v1/pumpfun/price?mint=TOKEN MINT ADDRESS')
Optional:
- Enter the desired name fo the webhook in line 13 and line 47 ('username': 'WEBHOOK NAME',)