-
Content Count
26 -
Joined
-
Last visited
-
Days Won
1
vinnyuk last won the day on September 28 2023
vinnyuk had the most liked content!
Community Reputation
1 NeutralAbout vinnyuk
-
Rank
Member
- Birthday 02/08/1978
Profile Information
-
Gender
Male
-
Location
Berlin
System Specs
-
OS
Windows 8
-
Total Memory
8Gb
-
Framework
v4.0
-
License
Professional Edition
Recent Profile Visitors
3614 profile views
-
[Sell]- OpenAI Plugin For Ubotstudio + Dreambooth plugin as A BONUS!!!
vinnyuk replied to jipeanu's topic in Buy, Sell, Free
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. -
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.
-
aiseomaster started following vinnyuk
-
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
-
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
-
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 POSThttps://api.fullcontact.com/v3/person.enrich \-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
-
Aymens Localdictionary.dll Free Plugin Problem
vinnyuk replied to vinnyuk's topic in Buy, Sell, Free
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 http://network.ubotstudio.com/forum/index.php/topic/17344-sell-website-crawler-crawl-websites-and-extract-that-succulent-data/ 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 Does anyone know a quick fix for this issue? I have a csv file where some of the content is separated with commas So when using the import table from file function some of the data ends up in the wrong columns Does 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 8Ubot proIf 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
-
Regex Find Only First Email Address
vinnyuk replied to SmileyBot's topic in Regex (Regular Exp<b></b>ressions) 101
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