Jump to content
UBot Underground

Kev

Fellow UBotter
  • Content Count

    647
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Kev

  1. Hi all, Am getting this error when I try to run the Google credentials with ubot - Seth did a video on it and this stops me. Any ideas?
  2. If anyone’s interested in real-time chat and discussion with ubot and bots in general i use discord regularly and find it very useful. All welcome. I’ve made a lot of money from my bots and have lots of ideas to help promoting and also ideas in general but I couldn’t have done it without the help from members here. https://discord.gg/PfQ5G9Y7cq
  3. Hi all, I watched the video posted by Seth for setting up the Google credentials to integrate ubot with Google through the Google Developers Console. HOwever, when I try to run the code I get a script error: "The request was aborted. Could not create SSL/TLS secure channel. Any idea on what I'm doing wrong? Thanks, Kev PS the video in question
  4. Anbyone successfully connected to Google Sheets via the Google Sheets inside the Bot Bank of 6.3.5? If so, how did you do it?
  5. Hi all, Really just looking for someone who's done the whole Twitter Oauth with Twitter, used the http post plugin and posted tweets. just trying to figure that out and make my bots cleaner as browser logins to do this not really as slick as I'd like when I can do it the API way. Thanks!
  6. Hi Ed honestly it’s been fine for me. The 6.3.1 version works for me but just doesn’t compile. No browser issues or anything that would be an issue for me. 6.3.5 seems to have some list issues as far as I can see so I use the two for comparison when I need to.
  7. Kev

    TLS 1.2 and http

    Thanks Nick, so at the top of my code I've pasted in the plugin command code you've provided there and navigated to howsmyssl.com and it says it's fine. That all I need to do?
  8. Kev

    TLS 1.2 and http

    Hi all, I use an API that will require TLS 1.2 - I use http plugin. I was wondering how I might go about making this TLS 1.2 compliant? They emailed me to tell me I need to do this as it won't work come January. Thank you
  9. I’m using two version: 6.3.1 and 6.3.5. I can compile in 6.3.5 but not in the other. Also, 6.3.5 still has issues with the lists so when I need to run list required bots I use 6.3.1 in the studio itself. Other bots that don’t use lists I compile and they work ok.
  10. Windows restore saved me this time. Code was working yesterday then same code today wasn't working as it should... figured the new version was the issue so loaded up on my laptop which still runs 6.3.1 and previous code was working as it should. With all the bugs going on with ubot, I still love the platform and will continue to use it as is, but really do need the exe compiler to work so as I can deploy bots to run on machines and not have to have the development platform open the whole time.
  11. Pash, does your plugin use the Google API? I want to integrate with Google Sheets and AMMEND data to an existing file I am currently importing and uploading manually. Thanks
  12. Hi all, just wanted to provide an update on this: I applied these registry settings on the 8th October and I wasnt able to get the NEW version of UBOT working (6.2.9) which was given to me by the support desk. I advised Buddy on support that I had applied these registry settings. He suggested a role back to a previous time. I had a system restore point on the 5th October. I applied that. The new release of UBOT now works (bar a couple of error prompts at open which support are aware of). So try that - go back BEFORE you applied the registry fixes and get the latest version from support
  13. Downgraded and still stuck on splash screen. "Starting Ubot Studio"
  14. Same for me - I just updated and stuck on the splash screen. I have a ticket in with support but thought I'd look in the forum see what others might say.
  15. Hi all, Anyone used Surfshark with Ubot? They have a feature where it will rotate through IPs and wondered if anyone had incorporated this with any bots? Thanks
  16. Hi all, I have this text I extracted from a tweet: <p class="TweetTextSize js-tweet-text tweet-text" lang="en" data-aria-label-part="0">ORANGE <a href="/search?q=%24BANANA&src=ctag" What I need to do is regex out the word ORANGE and BANANA - which do change all the time. The structure around it remains the same though. What I mean by regex out is I want these to be added (ORANGE and BANANA) to their own variables, var1 and var2 for example. I have been using $replace but it's just too many steps for my requirements. Any help with this is greatly appreciated. Kev
  17. Ok this is working a treat - am able to place my orders and handle response codes. Thanks for the direction, Nick! One more question if I may - how would I do: http DELETE using the http plugin? Is it possible? I'm able to test out the requests inside POSTMAN (application) but I need to bring it over to Ubot. Just don't know how to do DELETE requests with this plugin.
  18. Thanks for this Nick, I was hoping you'd reply! I'll give this a whirl today and see how I get on. I signed up for your newsletter/sent you support ticket so hoping i am on your mailing list for plugin launch. Cheers, Kev
  19. Kev

    Scaping A Table

    This did it for me, thank you Pete. Thanks to the other solution providers also, UbotBuddy and ds062692
  20. Hi all, I am able to use an API key where the API key is part of the get request. However I've started to look at API keys that require the use of a Key and a Secret Key. Any idea how I would program ubot to do this? I am looking to http get a request and retrieve the response in JSON. For reference i'm looking at alpaca.markets for the APIs (100% free to use). Thanks in advance for your help.
  21. Kev

    Scaping A Table

    Hi all, Im trying to scrape a table of data from Yahoo Finance, but for the life of me I can't get it to get the info I need. I'm trying to scrape this page: https://finance.yahoo.com/quote/INTC/options?p=osis&date=1576800000 I'm looking to get the main items which are: Contract name, Bid and Ask price and Strike. Can anyone share a solution? Thanks in advance!
  22. Thanks for that, good find! Kev
  23. Hi all, built a bot a while back for downloading videos on youtube, whilst using the download youtube node from ubot. it worked fine. yesterday I went to download another batch of videos, only this time the command prompt flashed open only for a few seconds, not long enough to see the reason why it failed to download. Anyone know if the youtube downloader is having problems and needs an update?
  24. Kev

    Working With Json

    Can anyone tell me the jsonPath for this URL: https://www.alphavantage.co/query?function=SMA&symbol=MSFT&interval=weekly&time_period=10&series_type=open&apikey=demo I want to get the first result inside "Technical Analysis" "SMA" - the value in there. I can do: $Meta Data.* and get everything from 1 through 7 but can't figure out how to get the next portion Cheers, Kev PS I am using the jsonPath plugin!
×
×
  • Create New...