Git Product home page Git Product logo

pcs_tracker's Introduction

Pancake Swap Crypto Terminal Tracker

This tracker is based on Python and should run on Linux, Windows and OSX (tested). It gives you useful information about your Tokens bought on Pancakeswap. For example:

  • Actual value of the token (calculated directly over BSCScan)
  • Amount of your tokens (gathered through your wallet information)
  • Additional token count (will be added to the token amount as well) - for tokens which have the Tokenomics included
  • Actual balance based on the price and the total amount of your tokens
  • Profit of your investment
  • Percentual changes based on the initial timestamp of the tracker start (will be saved in a sqlite database on your filesystem)

screenshot

Prerequisites

API Key for BSCScan

You need an account for BSCScan to create an API key, needed for the tracker. You can create an account on https://bscscan.com
After that you can create the API key in your profile section.

API Key for Exchange Rates

For gathering the proper exchange rate an API key is needed. I use the free service from https://free.currencyconverterapi.com
Just go to the link and enter your E-Mail. You should get an API-Key shortly.

Installation

Python must be installed!

Download the ZIP File or
git clone https://github.com/TBMoonwalker/pcs_tracker.git

Required python packages

Install them with pip install

  • bscscan-python
  • web3
  • asyncio

Configure

Copy the existing config-example.json to config.json and insert the relevant configuration. Any token which is listed on Pancakeswap should work just fine. The description, how to find the "Token pairs" and the decimal count of the token is described in this Reddit post: https://www.reddit.com/r/pancakeswap/comments/mwz72v/is_there_a_way_to_monitor_the_price_on_pancake/

Token requests can also be communicated through the Github issues.

Run

python3 pcs_tracker.py

pcs_tracker's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.