Jump to content
UBot Underground

BigEfromDaBX

Members
  • Content Count

    383
  • Joined

  • Last visited

  • Days Won

    3

BigEfromDaBX last won the day on April 28 2018

BigEfromDaBX had the most liked content!

Community Reputation

25 Excellent

About BigEfromDaBX

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

5430 profile views
  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.
×
×
  • Create New...