Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation since 09/01/23 in all areas

  1. @maBOT - we will release an upgrade this week, stay tuned. In the meantime you can: Since Chrome 115 the chromedriver release system got changed (very unusual, this happens only once in many years). We are currently upgrading the plugin and will release a newsletter once done. The upgraded version should then work as usual again, adapted to the new release system. In the meantime you can use any version of Chromium your want (download chromium for win 64 stable and chromedriver win 32): https://chromium.cypress.io/win64/ You can use every version you want and ship it tog
    1 point
  2. For anyone trying to solve a similar problem... HTTP post to a rest API in Ubot Here is how I solved it... Installed https://gitforwindows.org/ Used command line in Ubot with Advanced shell http://ubotdev.com/free-plugin-advanced-shell Did the posts via command line like this... CD C:\Program Files\Git\mingw64\bin\ curl -X POST -H "Content-type: application/json" -H "Authorization: Bearer PASSWORDGOESHERE" --data "{\"email\":\"bart@fullcontact.com\",\"twitter\":\"@bartlorang\",\"fullName\":\"Bart Lorang\"}" https://api.fullcontact.com/v3/person.enrichI hope this saves you some time if
    1 point
×
×
  • Create New...