-
Content Count
26 -
Joined
-
Last visited
-
Days Won
1
Posts posted by vinnyuk
-
-
On 12/7/2023 at 12:10 AM, PRO said:
Welcome. Some big sites are very strict and block a lot of browsers. I know the site works with the Automaxed Browser Plugin.
Btw that is not the topic of this thread.
Can you tell me if this is working with Linkedin?
-
Can anyone tell me what version of portable Chrome they are using with Exbrowser.
Also, how do I open portable Chrome? Is it with the specific binary location?
When I try to open Exbrowser at the moment it just crashes uBot.
Windows 10 uBot 5.9.55
Its been a while since I had to use EXB...
I need this out asap.
Thankyou for your support. -
Can anyone tell me what version of portable Chrome they are using with Exbrowser.
Also, how do I open portable Chrome? Is it with the specific binary location?
When I try to open Exbrowser at the moment it just crashes uBot.
Windows 10 uBot 5.9.55
Its been a while since I had to use EXB...
I need this out asap.
Thankyou for your support.
-
Hi, I have just received this alert when trying to login, "Your account is not currently active"
I use the pro edition and have used it at least twice a week for nearly ten years!
Is anyone else experiencing this problem?
-
For anyone trying to solve a similar problem... HTTP post to a rest API in Ubot
Here is how I solved it...
Installed https://gitforwindows.org/
Used command line in Ubot with Advanced shell http://ubotdev.com/free-plugin-advanced-shell
Did the posts via command line like this...
CD C:\Program Files\Git\mingw64\bin\curl -X POST -H "Content-type: application/json" -H "Authorization: Bearer PASSWORDGOESHERE" --data "{\"email\":\"bart@fullcontact.com\",\"twitter\":\"@bartlorang\",\"fullName\":\"Bart Lorang\"}" https://api.fullcontact.com/v3/person.enrichI hope this saves you some time if you come across this post
- 1
-
Thanks TJ
I am waiting a reply from the Exbrowser FB group,
But is this a plugin? heropas https post options and do you have a link to any information on this?
I did a search but could not find anything
https only works in the latest and changed http post plugin of aymens.
I would also check out exbrowser or heropas https post options
but
Set header
Authorization: Bearer {Your API Key}
set url to send the post data to
then the post data in json format
{"email":"bart@fullcontact.com","twitter":"@bartlorang","fullName":"Bart Lorang"} -
Hey Ubot Forum
Can anyone give me an example of how I would use the instructions below with Aymen's HTTP post
(Or Exbrowser)
You can use curl -X POST-H "Authorization: Bearer {Your API Key}" \-d '{"email":"bart@fullcontact.com","twitter":"@bartlorang","fullName":"Bart Lorang"}'Any advice would be much appreciated
-
Hi Ubot Forum
Does anyone have any experience with using Ubot with Google Big Query?
I would like to be able to use my bot directly, just like how you can with the database commands plugin with MySQL.
Currently I use an API which connects to BigQuery but sometimes the service goes down, so it is not reliable enough for production.
If anyone has any example code on how they connected with the Google API or even BigQuery and they are willing to share it so I can learn from it that would be much appreciated.
Basically it is this Oauth stuff I find complicated and am struggling to get my head around
Thanks
Vinny
-
This can be ignored, I was provided with a new download page link
Hi Ubot Forum
Could someone please upload a copy of Aymens Free plugin LocalDictionary.dll to download from somewhere please.
I bought some source code from HelloInsominia
and it requires LocalDictionary.dll
The reason why I am asking the forums is because it appears Aymen no longer hosts his plugins on his site.
Many thanks
Vinny
-
Hi Ubot Forum
Could someone please upload a copy of Aymens Free plugin LocalDictionary.dll to download from somewhere please.
I bought some source code from HelloInsominia
and it requires LocalDictionary.dll
The reason why I am asking the forums is because it appears Aymen no longer hosts his plugins on his site.
Many thanks
Vinny
-
Hi Ubot ForumDoes anyone know a quick fix for this issue?I have a csv file where some of the content is separated with commasSo when using the import table from file function some of the data ends up in the wrong columnsDoes anyone know of a quick fix for issues like this?
-
Hi Bot Factory Dan
I tried to send an email to your support@bot-factory.... email account but it fails?
Anyhow...
I have a bit of a problem since your recent update, I am caught in some sort loop trying to update to your new release
- Windows 8
- Ubot pro
If I click on the plugins button in Ubot I cannot access my plugins as I get this message - Invalid md5 has been logged
So I press ok
It tells me to check if their is a new version of the plugin or if I have any activation's left
I only ever used the software on one machine so I think these activations have been caused by the loop I am stuck when I keep attempting logins.
I looked through my emails and found this update EXBrowser V1.3 Beta 2 But I cannot install it
This is because of this problem Invalid md5 has been logged
Can you give me some ideas on how I can go about reinstalling the software please?
If this conversation is better for email maybe leave me a support email I can contact you on here
Thanks
Vinny
-
Do it like this
set(#firstEmail,$list item($find regular expression($document text,"^[^.!?]*[\\w\\-][\\w\\-\\.]+@[\\w\\-][\\w\\-\\.]+[a-zA-Z]\{1,4\}"),0),"Global")
This is very smart, It has helped me out also with another piece of regex where I only wanted the first instance
-
It drives me round the bend, It also happened last week
-
Does anyone have any ideas on what to do when the Ubot license server is down?
I am close to opening Ubot on several virtual servers each time I use it so if it crashes I just continue on another instance!
A few crashes that is ok, I understand it is complex software
But not even being able to use the software is so frustrating when you are under pressure to deliver
-
Gogetta
That is awesome, I had no idea this existed
Thanks
-
Hi Ubot Studio Forum
I was hoping you might be able to help me
If someone was to use Aymen's HTTP GET and was retrieving data from a page like this
set(#aymen, $plugin function("HTTP post.dll", "$http get", "https://www.gumtree.com/p/volkswagen/vw-golf-match-tdi/1189560391","", "", "", ""), "Global")
Then they collected the token info using regex and before reloading the page set the headers like below?
plugin command("HTTP post.dll", "http set headers", "x-gumtree-token", "eyJhbGciOiJIUzI1NiJ9.eyJuYmYiOjE0NzQ4ODgzNjIsImlzcyI6Imh0dHBzOlwvXC93d3cuZ3VtdHJlZS5jb20iLCJleHAiOjE0NzQ5MDk5NjEsImlhdCI6MTQ3NDg4ODM2MSwiYWR2ZXJ0X2lkIjoxMTg5NTYwMzkxfQ.dYeiiOB4KB7Y16FEU6tqo6Ew9zbD_0YRFrstlx90RL8")Should the page reload with the token?At the moment I get an error and my objective is to reload the page with a token so I can reveal a telephone number. -
I just upgraded to Professional Ubot
After the purchase I was notified that my purchase will be reviewed and the Ubot team will be in touch in the next 24 hours, And I have received no email confirmation.
The text on the page also indicated now I will be able to restart Ubot in professional edition but I am still limited to standard
Is this normal?
-
Hi Ubot Forum
I have a question
Would it be possible to use this http://accessdb.sourceforge.net/ inside Ubot?
If so how would i go about it?
1.Use a Internet Explorer User Agent
2.Load jquery using the javascript function
3.Next would i load the accessdb.js (In the download on the page) in the same way as the jquery?
4.Connect to the database using the javascript function
5.Run a query using the javascript function
Many thanks
Vinny
-
Hi Ptrick125
I cannot find any attributes to separate this
It is a real challenge this one
-
Hi Ubotters
I need your help!
I am trying to scrape the results page which appears when you request a quotation from http://www.flexicover.co.uk
Now here is my problem, Some times policies Bronze, Silver, Gold & Platinum appear and other times only maybe Brionze & Gold
So what happens is this
Bronze could be data-quoteindex="1"> and another time Gold could be data-quoteindex="1">
I need a way of scraping the price and the package name e.g. Gold or Silver in a organised table
Any help would be much appreciated
-
Thanks Pete
-
Hi Ubot Forum
Can anyone tell me how to type text using /
Example: i am trying to type the date into a field using type text like this
20/01/2015
But what happens is it then uses the divide tool?
How can i type a date like this 20/01/2015 into a box?
Thanks
-
You are a genius buohcom
I have been messing about with browser crashes for weeks pulling my hair out looking for a solution
Thanks
[Sell]- OpenAI Plugin For Ubotstudio + Dreambooth plugin as A BONUS!!!
in Buy, Sell, Free
Posted
I had the same problem. I no longer have the Enterprise edition of uBot, so I decided to just connect using a batch script and uBot.
The same error message kept turning up. I decided to search the forum to see who else had similar problems.
Just bought the OpenAi plugin, but it does not work.