---
The Smart Money Follower is a Python-based tool designed to analyze and track top-performing wallets in the cryptocurrency space using the GMGN.ai wrapper. It provides valuable insights into wallet activities, evaluates traded tokens, and presents data in a structured, easy-to-analyze format.
- 🔍 Fetch Top Wallets: Leverages the GMGN.ai API to retrieve top-performing wallets based on customizable criteria like timeframe and walletTag.
- 📊 Analyze Wallet Activity: Tracks and analyzes trading activities of identified wallets over a specified period.
- 💰 Evaluate Tokens: Retrieves detailed information and USD prices of tokens traded by the analyzed wallets.
- 🖥️ Output Presentation: Displays analyzed data in a clean, tabulated format for easy interpretation and decision-making.
Follow these steps to get started with the Smart Money Follower:
-
Clone the Repository: ``` git clone https://github.com/yllvar/Smart_Money_Follower.git ```
-
Install Dependencies: Make sure you have Python installed, then run: ``` pip install -r requirements.txt ```
-
Run the Script: Execute one of the following commands to start the tool: ``` python wallet.py ``` or ``` python smartMoney.py ```
Here's an example of the tabulated output generated by the tool:
Note: The 'Realized Profit' is represented in SOL.
⚠️ API Rate Limits: Adjust the rate limits (`time.sleep(1)`) in the code to comply with the GMGN.ai API usage guidelines and avoid rate-limiting issues.- 🛡️ Logging: Logging is implemented to track errors and activities, making debugging easier.
This project is based on the work of 1f1n and their repository: gmgnai-wrapper.
Big shoutout to 1f1n for their amazing work! 🙌
Feel free to fork this repository, make improvements, and submit a pull request. Contributions are always welcome!
This project is open-source and free to use. Modify it as you see fit!
If you find this tool helpful, give the repository a ⭐ on GitHub!