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.1.1.tar.gz (5.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.1.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: memenexus-0.1.1.tar.gz
  • Upload date:
  • Size: 5.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.1.1.tar.gz
Algorithm Hash digest
SHA256 be9c87cd43786ae2e20ff8a4e20a87af889a3530eec4f9505896df5ccef9a9df
MD5 63a92a18360ce4822dbdc7f9245c65fc
BLAKE2b-256 c7aa8afd40292e7679fe2e27e274d7cba24ab29ce7610e1e37bab84c3a51f408

See more details on using hashes here.

File details

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

File metadata

  • Download URL: memeNexus-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.2 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8ca4961d6dc7c153c41b5537958f80f1061c61f6548de24121f3bb30696816b0
MD5 84cd6e9f8c259aeefa644e1b23fcbcea
BLAKE2b-256 54c8dddd2ea9f60124556fb08725def9b942230ff2e0a5b2908367dd7ff33c1a

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