Jump to content
UBot Underground

mj1231

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About mj1231

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

1460 profile views
  1. @HelloInsomnia Actually, that's what I did i used http post plugin to get the url and parameter its works with the login part but not in posting tweets because of the 403 error.
  2. Hi all! good day! I'm trying out this socket command. I want to login and post tweets in tweeter using socket commands, it works fine with log in but when it comes to posting tweets i keep on getting The remote server returned an error: (403) forbidden. Does anyone know encountered this error already? how did you solve it? Pls share! thanks ahead! plugin command("SocketCommands.dll", "socket container") { plugin command("SocketCommands.dll", "socket set header", "User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0") plugin command("SocketC
  3. Hi all! Im trying to get the image url of the products in amazon but i cannot retrieve the image url exactly, does anybody know how to do it? pls share it with me, thanks ahead! i want to get the url and save it to a csv file. this is my code add list to list(%amazonimageurls,$scrape attribute(<id="imgTagWrapperId">,"src"),"Delete","Global") add list to table as column(&photo,0,0,%amazonimageurls) save to file("{$special folder("Desktop")}/photo.csv",&photo) http://prntscr.com/fsm32h
  4. Thanks for the idea HelloInsomnia! its working now!
  5. Thanks for the idea HelloInsomnia! its working now!
  6. I want to automate adding products to an ecommerce site, I have a list of products in a csv file, the fields includes code, product name, price, size and color. Now the ecommerce site has a list of colors and use checkbox element for selecting color. My biggest challenge is how to get the value from csv and let ubot check the checkbox of the appropriate color. Does anyone know how to do it? I'm new to ubot. Thanks ahead!
×
×
  • Create New...