Cryptocurrency Pair Analysis Tool
I really appreciate your interest in this project. However, it's currently not working very good; I am working on a new version in Typescript. I did this in Python because I thought it would be easier to get it done faster, but I was wrong. I also learned a lot from this project and met some great people.
ps Liquid, previously 0xlino
⚠️ Please be aware of a bad forks of my repo ⚠️
This Python tool is designed to analyze and manage cryptocurrency pair data from various blockchains. It retrieves trending, top gaining, and newest pairs, offering functionalities like generating files, printing data frames, and adding data to Supabase.
i_am_the_watcher_free_version
This is the main function of the tool. It allows users to specify the blockchain, control file generation, data frame printing, and Supabase integration.
chain
(str): The blockchain to retrieve data from (e.g., "solana", "bsc"). Default is "solana".shouldGenerateFiles
(bool): If True
, generates files based on the retrieved data. Default is True
.shouldPrintDataFrames
(bool): If True
, prints the data frames. Useful for visualizing the data. Default is False
.shouldAddToSupabase
(bool): If True
, adds the data to Supabase. Default is False
.i_am_the_watcher_free_version("bsc", shouldGenerateFiles=False, shouldPrintDataFrames=True, shouldAddToSupabase=False)