get wallet ballances

This commit is contained in:
Dobromir Popov
2024-10-02 14:57:10 +03:00
parent 382c9ae085
commit 3fcbff27dd
2 changed files with 134 additions and 33 deletions

View File

@ -1,8 +1,9 @@
o run this Python Solana agent:
`Conda activate trade`
To run this Python Solana agent:
Install the required libraries:
~pip install flask solana dexscreener~
`pip install flask solana dexscreener python-telegram-bot`
Replace REPLACE_WITH_WALLET_ADDRESS with the wallet address you want to follow.
Replace REPLACE_WITH_YOUR_WALLET_ADDRESS with your own wallet address.
@ -10,4 +11,4 @@ Save the code in a file, e.g., solana_agent.py.
Run the Flask application:
~python solana_agent.py~
`python app.py`