Jump to content
UBot Underground

Search the Community

Showing results for tags 'Python 3'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. My new site replaces ubotdocta.com where I shared many tutorials on ubot and python so any tutorials here on the forum witll be located at codedocta.com now. I will update forum links when I post old tutorials that I have already done to https://codedocta.com. Running Python 3 code in ubot with/with out a Ubot plugin: 1. You can not run Python 3 code in ubot's python nodes, not str8 out like that anyways. 2. Ubot uses IronPython which is a windows simple version of Python 2. It's old and outdated and uses Python 2 syntax. So, you can not use Python 3 modules/packages/code.
  2. Hi, http://ubotdocta.com/wp-content/uploads/2018/11/chrome-selenium-python.png Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.[27] In July 2018, Van Rossum stepped down as the leader in the language community after 30 years.[28][29] Python features a dynamic type system and automatic memory management. It suppo
  3. Hello U-Py-Botters!! This little bot script will post a status on *Tw*i*t*t*er* for ya and it is made with Python too So this will introduce you to a little thing called Session() objects which will allow you to login and post a status and much more. The Requests module is thread safe and is very robust and will handle cookies in anyway imaginable. Take a looksy here for Requests Cookies This requires one Plugin and Python to be installed. FREE python plugin python 34 installation videos (the funnier one) NEW install Python on Windows for UBot This will be one of ??? I make
  4. Hey Everyone, In this script you will see how to do a: HTTP POST Exception handling list unpacking using proxies with a time out (changing None to PROXIES) using headers with the requests, pprint packages from Python inside ubot... You need the: file management plugin (free) Python Plugin for Ubot (paid) Detailed explanation for this HTTP Post with Python <<click there Enjoy, Nick example--http bin-1-POST-request.ubot
×
×
  • Create New...