Skip to content

crobinson-dev/Paper-SOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper SOL Trader

website website website website

Paper Trade Solana in Telegram paper_sol

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

Categories

Introduction

Paper SOL is a python program that utilizes the Telegram API to use the interface to interact with users. It uses markups and database systems to ttrack the user's current balance.

How It Works

  1. Download the required python packages using the following command:
pip install -m requirements.txt
  1. Contact @BotFather on Telegram to receive a Telegram Bot Token
  2. Copy the Bot Token and Paste into the .env file in your local directory
  3. Run the following command to start the program:
python main.py
  1. Message your bot to get started

Categories

Buy 🪙

  1. Following the Buy Markup the Bot will prompt for an SPL Token Contact Address
  2. The Bot will then search the solana.fm API for the SPL Token information including name and price
  3. The Bot will then ask how much SOL to put in by Solana amount or percent of current SOL Balance
  4. It will then add the purchase to the dictionary

Sell 📈

  1. Following the Sell Markup the Bot will prompt for a
  2. The Bot will then search the solana.fm API for the SPL Token information including name and price
  3. The Bot will then ask how much SOL to put in by Solana amount or percent of current SOL Balance
  4. It will then sell the token and remove it from the dictionary

New Pairs 🌱

Upon clicking the New Pairs the program will open the undetected chrome browser to scrape the new token data from birdeye.so. It will then present all the tokens to the user with the pertinent information about the token.

License

GNU

Releases

No releases published

Packages

No packages published

Languages