Skip to content

lewisPowers/LOBSTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 

Repository files navigation

LOBSTR ASSETS

Frontend CSV generator using Javascript

Allows users to quickly generate a spreadsheet of all assets & respective data

  • Get all your assets complied into a CSV-readable format

  • Data extracted includes:

    • Asset name
    • Token symbol
    • Amount of tokens
    • Value of tokens
    • Domain name
    • Issuer address
  • Compatible with any spreadsheet software

  • Compatible on all browsers

  • Data is extracted on the client side - no worries about third party interference or needless HTTP requests

  • Generate a new, updated spreadsheet as often as you want

  • Helpful Tip: Save your .CSV file as a .XSLX file to preserve your spreadsheet formatting.

  • Extra features:

    • Displays the counts of your total trustlines and 'uncharted' assets on the browser window
    • Displays the total balance of all your assets
    • Asset filter: filter and get count of all of your assets that match your search text

What you need

  • Desktop or laptop computer with:
    • Your preferred Web Browser
    • Your preferred Text Editor: Notepad, TextEdit, VSCode, Atom, Sublime Text, etc.
    • Note: Not all text editors will work. For instance, TextEdit is not a good option
    • Your preferred Spreadsheet Software: Excel, Numbers, etc.

Directions

Note: click any image to get an enlarged version in a new tab!
  • Log in to your lobstr account and navigate to your assets page;

    • Open dev tools (right click on your browser window, click 'inspect')
    • Click on 'console' tab

    Screen Shot 2022-08-13 at 8 32 34 PM Screen Shot X Screen Shot 2022-08-13 at 8 33 26 PM

  • Go to github.com/lewisPowers/LOBSTR (you're here!), click on lobstr.js file & click copy icon

    Screen Shot 2022-08-13 at 8 39 03 PM Screen Shot 2022-08-13 at 3 33 45 PM

  • Some browsers may not show a copy icon. In that case, instead click 'Raw' then select all and copy from there

    raw-circled Screen Shot 2022-08-15 at 4 52 15 PM

  • Click back to your assets page;

    • Paste code from lobstr.js file (that we copied in the previous step) into console
    • Press 'enter' or 'return' to run the code
    Screen Shot 2022-08-13 at 8 26 05 PM
  • Copy the string that is generated in the console

    Screen Shot 2022-08-13 at 8 26 45 PM
  • In Firefox, right click on message and click 'Copy Object'

    Screen Shot 2022-08-14 at 1 59 55 PM
  • If you're using Safari and not seeing the output, this screenshot and link may be helpful:

Screen Shot 2022-09-16 at 4 53 31 PM

Safari console log solution

  • Notice the new information displayed on the webpage?

    Screen Shot 2022-08-13 at 8 51 03 PM
  • Paste text string into any text editor.

    • Text editors: Notepad, TextEdit, VSCode, Atom, Sublime Text, etc.
      • Notepad comes preinstalled on Windows
      • TextEdit comes preinstalled on Mac (you'll need an extra step: see next line)
        • Open TextEdit, then at top menu click TextEdit > Preferences
        • Under 'Format' toggle from 'Rich text' over to 'Plain text'
    • Save file as .csv file
    • Open your new .csv file in any spreadsheet software

    Screen Shot 2022-08-13 at 8 28 43 PM Screen Shot 2022-08-13 at 9 12 30 PM

    Screen Shot 2022-08-13 at 8 30 05 PM Screen Shot 2022-08-13 at 8 31 10 PM

Repeat this process as often as you'd like to make a snapshot of your assets & respective info, anytime!

  • Want a list of ONLY your filtered assets?

  • Just type 'csv()' into the console and press Enter!

Is this program helpful for you?

Is there additional features you'd like to see?

Would you like to collaborate and help make this better?

Please feel free to let me know! Telegram: @Aquarian_Diver

Donations

xlmlp*lobstr.co

Thank you for your support!

Changelog

  • 23 Aug '22: Filter system added; element styles edited; call function w/ 'csv()'
  • 24 Aug '22: Removed currency symbol from 'currency_amount' rows; added symbol to 'currency_amount' column title
  • 16 Sep '22: Bug in total balance fixed; extra info for Safari users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors