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.
- Download the required python packages using the following command:
pip install -m requirements.txt
- Contact @BotFather on Telegram to receive a Telegram Bot Token
- Copy the Bot Token and Paste into the .env file in your local directory
- Run the following command to start the program:
python main.py
- Message your bot to get started
- Following the Buy Markup the Bot will prompt for an SPL Token Contact Address
- The Bot will then search the solana.fm API for the SPL Token information including name and price
- The Bot will then ask how much SOL to put in by Solana amount or percent of current SOL Balance
- It will then add the purchase to the dictionary
- Following the Sell Markup the Bot will prompt for a
- The Bot will then search the solana.fm API for the SPL Token information including name and price
- The Bot will then ask how much SOL to put in by Solana amount or percent of current SOL Balance
- It will then sell the token and remove it from the dictionary
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.