liqtags / DexScreenerClient

Dex goes Brrrrrrr
41 stars 16 forks source link
dexscreener dexscreener-api ethereum python solana

Cryptocurrency Pair Analysis Tool

Cryptocurrency Pair Analysis Tool

@liqtags here, previously known as 0xlino :)

alt text

Overview

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.

Features

Dependencies

Usage

Function: 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.

Parameters:

Example Usage:

i_am_the_watcher_free_version("bsc", shouldGenerateFiles=False, shouldPrintDataFrames=True, shouldAddToSupabase=False)

Modules Description

Getting Started

  1. Clone the repository.
  2. Install required dependencies.
  3. Run the script with desired parameters.