Jump to content
UBot Underground

BigEfromDaBX

Members
  • Content Count

    383
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by BigEfromDaBX

  1. Yes but it seems like JS is used more in web development. Even adobe products which i have been using for the last 20 years have the capability of using JS scripts unlike python.
  2. Thats cool. I just feel there are more jobs in JS than python.
  3. If you had a choice, which one would you learn and why? Python or Javascript?
  4. As I stated in step 1 1. Download python https://www.python.org/downloads/ and install it to your computer
  5. Are we down again? I cant log into ubot. Unable Connect to license server.
  6. What are the normal rates per hour? In the US.
  7. So when creating a bot for a customer, How do you price it out? Do you multiply the hours it takes by a certain dollar amount?
  8. Is there a way to test to see if exbrowser already has a browser open? I want to make sure that an exbrowser browser is actually open before I navigate to it. If not run exbrowser launcher.
  9. If I grab the span, it removes the BR tag and I only get one line which looks like this. 555 Main StMiami, FL 33155
  10. Im trying to scrape an element in ExBrowser using text() function. The text() function works in inspector but not exbrowser for some reason. Am I doing something wrong? See snapshot. I want to return the street line by itself and the City State and Zip line by itself.
  11. Where can I download Ubot version 5?
  12. I forgot to mention to install twilio via PIP Once you get all of that installed this will work for you. Fill in the XXXXXXXX's set(#account_sid,"ACxxxxxxxxxxxxxxxxxxxxxxxxxxxx","Global") set(#auth_token,"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","Global") set(#body,"Hello World Via SMS","Global") set(#from,"+xxxxxxxxxxx","Global") set(#to,"+xxxxxxxxxxx","Global") set(#python_Test,$plugin function("ExecutePython.dll", "Execute From Code", "# Download the helper library from https://www.twilio.com/docs/python/install from twilio.rest import Client # Your Account Sid and Auth Token from twilio.
  13. Dude, The only way i got this working was using python. 1. Download python https://www.python.org/downloads/ and install it to your computer 2. Install Python Plugin (ExecutePython.dll) to ubot. 3. Use the python examples from twilio. This worked perfect for me and at the same time I can start learning python.
  14. Im up again. Even got a message on FB messenger apologizing.
  15. Has anyone ever used ubot to create a Facebook audiences? I’m just learning how to do Facebook ads and see you can create a custom audiences based on emails and phone numbers. I think that’s pretty awesome especially when you’re not able to scrape an email but have phone numbers. Can anyone recommend any sites besides yellow pages that I can scrape?
  16. Thabks for that useful info [emoji4] Sent from my iPhone using Tapatalk Pro
  17. But can MYSQL handle multiple connections?
×
×
  • Create New...