Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

g.e help

Featured Replies

I want to parse the grand exchange website with my json parser using google gson, but you guys block the reflection api, what do do i 

  • Author

How do you  write json parser without reflection, create new java calls for each json data class structure?

How do you  write json parser without reflection, create new java calls for each json data class structure?

Parsing without reflection means you have to know the structure of the JSON. All you have to do if read the document and interpret it as fields and values

 

{ "item": { "name":"Cannonball", "id":2, "price":340 } }

 

translates into

public class Item {

    private String name;
    private Integer id;
    private Integer price;

}

So you can read the page into a string, get rid of "item":  { } and " ", split by , and you will have field:value pairs which you can insert into your Item instances 

  • Author

made a .bat file with javaw -jar "osbot 2.4.84.jar" -allow reflection 

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.