liqtags / DexScreenerClient

Dex goes Brrrrrrr
46 stars 18 forks source link
dexscreener dexscreener-api ethereum python solana

Cryptocurrency Pair Analysis Tool

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 ⚠️

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.