@Amir I just approved your reply because I'm legit interested, what do you mean when you say you paid for this app?
Group Details Private
General Moderators
Mods for general and questions categories
-
RE: Newbie here. Illegal starting point error.
-
RE: How can i know Utility Action was successful or failed?
I'm not taking suggestions for OB2 yet as it would delay our current deadlines, please open an issue on the official repo when it goes live and I will implement this, thanks!
-
RE: How to capture data from different pages from one source?
Inside the loop you can make an additional request to the specific page and parse your data
-
RE: How to capture data from different pages from one source?
If there's no need to use selenium, you should not use it if it's not needed. Just get the page source with a simple GET request, then use the parse block (with recursive mode) to save all the pages to a list variable, and then iterate over the list variable using this guide https://forum.openbullet.dev/topic/7/how-to-loop-on-a-list-variable
-
RE: How to capture data from different pages from one source?
Yes exactly, use that as your wordlist and then in your config put the instructions for scraping data from a specific page. Otherwise if you want to do this all in 1 go you can search for how to make a while loop in loliscript to iterate over a variable of type List.
-
RE: How to capture data from different pages from one source?
You should generate a list with 1 link per line and use that as a wordlist.
-
RE: OB Crashed cuz of big data in Openbullet.db , any Solution ?
@xSUNMANx I think you're the first person ever to figure out how to fix this issue. Congrats and thanks for sharing the solution with us!
-
RE: Openbullet API problem
Maybe it installed it under a different alias (because
dotnet
was already taken by the .NET 5.0 runtime). Can you check? Otherwise uninstall both and reinstall only the 2.2 -
RE: Openbullet API problem
You installed .NET 5 but this app (since it's old) required .NET core 2.2
Go and install the correct one -
RE: OB Crashed cuz of big data in Openbullet.db , any Solution ?
It's gone. You should have made a backup. OB2 will use a better DB so hopefully this issue won't be there anymore.