Jump to content
UBot Underground

Recommended Posts

Hello!!

 

Here is a very basic example scraper.

 

This will search an engine (G***le) for topics in Ubot domain, mainly the forum.

 

This is a simple get request in Python.

 

This uses the Execute Python Plugin it is a very versatile and not free.

 

 

Large Data Plugin free

 

This little script contains:

 

A get request that returns title and url.

 

Acquired by Xpath and HTTP all in  Python.

 

This is just a simple script to see how it works. I will be posting an full explanation on my blog soon. (see signature)

 

If you do not have Python installed I recommend these videos.

 

How to install Python tutorial the easy way (work in progress)

 

There is Function that uses Anaconda path to Python.

 

So if you did not install with Anaconda you will need to change that.

 

Again, very basic.

 

Enjoy,

CD

 

 

ecample--ubot forum search.ubot

Link to post
Share on other sites

I installed Anaconda3 ok, everything seemed to be working, but when I run the UBot scripts I got the error that Function that uses Anaconda path to Python is missing.

 

It was an easy fix. I just hadn't noticed where to change the filepath.

 

Within the bot go in to that function in the function tab and change to the path to match your system.

 

For me it was simply:

"C:\\Anaconda3\\python.exe"

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...