Skip to main content

A toolbox for meme trading

Project description

MemeNexus

MemeNexus is a Python library for interacting with meme coins. It provides tools for fetching token information, analyzing token performance, and monitoring trading activities.

Installation

pip install meme-nexus

Quick Start

import asyncio
from meme_nexus import DexScreenerClient

async def main():
    # Initialize the client
    client = DexScreenerClient()
    
    # Search for a meme token
    token_address = "2RBko3xoz56aH69isQMUpzZd9NYHahhwC23A5F3Spkin"
    response = await client.search_by_token_address(token_address)
    
    # Process and analyze the results
    for pair in response.pairs:
        print(f"Chain: {pair.chainId}")
        print(f"DEX: {pair.dexId}")
        print(f"Price: ${pair.priceUsd}")
        print(f"24h Volume: ${pair.volume.h24:,.2f}")
        print(f"Liquidity: ${pair.liquidity.usd:,.2f}")
        if pair.info and pair.info.socials:
            print("Social Links:")
            for social in pair.info.socials:
                print(f"- {social.type}: {social.url}")
        print("---")

if __name__ == "__main__":
    asyncio.run(main())

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memenexus-0.2.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

memeNexus-0.2.0-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file memenexus-0.2.0.tar.gz.

File metadata

  • Download URL: memenexus-0.2.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for memenexus-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f7b88277702270a2375d3c5e0b34be40df38af8152b58cbcff6cb1b2d3243df2
MD5 be943d91ddce084361eb9a1f031cdb12
BLAKE2b-256 08b96283dc20941be463544d676269baa6df5f8ae9395d72b35d4021bfca6e9a

See more details on using hashes here.

File details

Details for the file memeNexus-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: memeNexus-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for memeNexus-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 349660197a482510ee2b1574f2eaea90aa0cae0e37a2eab679ca04caa7b22527
MD5 5d643f93698e52a2ff3cdd2a40d409e2
BLAKE2b-256 5c6d53bd912925abb76e49039e99639563b354ef10c30fd9b8f2b163bebff3b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page