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 ExcellentAbout 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
5635 profile views
-
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.
-
Thats cool. I just feel there are more jobs in JS than python.
-
BigEfromDaBX started following Ubot 5, Python or Javascript?, Unable Connect To License Server. and 3 others
-
If you had a choice, which one would you learn and why? Python or Javascript?
-
As I stated in step 1 1. Download python https://www.python.org/downloads/ and install it to your computer
-
Are we down again? I cant log into ubot. Unable Connect to license server.
-
What are the normal rates per hour? In the US.
-
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?
-
That worked. You rock
-
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.
-
That worked. Thanks.
-
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
-
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.
-
Where can I download Ubot version 5?
-
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.