Jump to content
UBot Underground

Search the Community

Showing results for tags 'HTTP POST'.

  • 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 10 results

  1. Are you lost trying to figure out Ubot? Don't worry. I've spent hundreds of hours doing exactly that. Recently, I was contacted by a client to create a bot to register free domain names on Freenom.com, a domain service that offers .tk and .ml domains for free. Unfortunately for me, after I made the bot the client charged me back on PayPal. I want to get something out of it since it's already made, so I'm selling the source code! The source code uses Aymen's HTTP Post plugin to register dozens of domains in mere seconds! Included in the source code are examples
  2. I need some help to make the Http request for OAUTh2 + Open ID Connect I run the API request via Postman Chrome and trying to decompile http request by fiddler; having some difficulty with it. if anyone can give me advise?
  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. I am using http post plugin and i have spot something very strange. Only on windows server 2012 http get to http://www.adidas.co.uk/x-16.1-firm-ground-boots/S81939.htmlis not working because http post plugin doesn' t set host on top. Any idea how to bypass that ? Correct: Host: www.adidas.co.uk User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: en-US,en;q=0.5Accept-Encoding: gzip, deflateConnection: Keep-Alive Http post (wrong):User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW
  5. Hi, I'm trying to connect to the Twitter API using Aymen's HTTP Post plugin. I've created a Developer account and created a new app at https://apps.twitter.com/, which gave me the: Consumer Key Consumer Secret Access Token Access Token Secret define set credentials { set(#postURL, "https://api.twitter.com/1.1/friendships/create.json", "Global") set(#Twit_UN, "username", "Global") set(#Twit_Pass, "password", "Global") set(#secret, "Consumer Secret", "Global") set(#oauth_consumer_key, "Consumer Key", "Global") set(#oauth_signature_method, "HMAC-SHA1", "Global")
  6. I recently purchased the Socket Code Generator and the HTTP POST plugin from Aymen. Now I am trying to use those tools to create my first HTTP Post code. I haven't been able to get it working yet, and I would be very happy to pay someone to help me with this. If you are up for the challenge, I can share with you a short bot that I created which does the following: navigates to target site, login with username and password, loop 3 times and, type a 9-digit &number into specified element, scrape the #count from the specified element using regex, and alert the #count to the s
  7. Hi, So I'm attempting to build a simple bot that logs into one Tumblr account. Second feature posts on that same single account's Tumblr page. Issues: In attempting to do old school: Navigate to Tumblr login page: https://www.tumblr.com/login, fill in Username and Password, UBot Browser crashes every time. No Xpath or HTTP Post (but if there is a short-cut using those I'm not seeing it) So I looked on the forum and one user suggested to another to sign up for Tumblr API. I did and looked at their code example: http://api.tumblr.com/v2/blog/museumsandstuff.tumblr.com/posts/quote?api_k
  8. Check my freelance project: http://network.ubotstudio.com/freelance/project/http-post-consulting/ We can discuss about budget.
  9. 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
  10. For a while, I had no idea how to use the HTTP post plugin on websites to signup, and especially on websites that had captchas. I sorted of learned it by testing different commands one at a time, and then I decided that I would try to put them all together to solve the problem I was having. The tutorial I have put together will show you how you can make a signup bot using the HTTP post plugin without the browser even doing a thing! This will cut down on your ram and bandwidth usage. You may need to change some of the regex algorithms, but the process stays the same. ui text box("Loops", #loo
×
×
  • Create New...