Jump to content
UBot Underground

seana88

Fellow UBotter
  • Content Count

    14
  • Joined

  • Last visited

Posts posted by seana88

  1. Yesterday I was able to get some session ID's using the xpath parser from Aymen.

    I tried to get it with a csrfmiddlewaretoken but couldn't seem to return anything.

     

    This is the token i'm trying to get

     

     

    action='/auth/login/?next=/accounts/register/'>   <input type='hidden' name='csrfmiddlewaretoken' value='IjAh8whMMaZX76NzIekohGQ2wlZmBty6' />   <label for="id_username">Username:</label>   <input id="id_username" maxlength="254" name="username" type="text" />   <label for="id_password">Password:</label>   <input id="id_password" name="password" type="password" />   <label for="id_rememberme">Keep me logged in:</label> <input id="id_rememberme" name="rememberme" type="checkbox" />   <input type='submit' value='login' class="button"/>   <input type='hidden' name='next' value='/accounts/register/'>   </form>

     

    How would I go about getting this with xpath? or any of Aymens functions?

     

     

    Thanks for any help!

    Sean

  2. ok man,

     

    please provide a the HTML code that has the session ID in it so we can help you better.

     

    no need for entire HTML just the one element.

     

    if it is in the url then you can split by / and use list item as well.

    Hey CD :),

     

    I actually found a way to get the session ID by using the xpath parser. I just parsed the href and then replaced everything before the session id. I prefer this method than actual regex. It seems A LOT easier. 

  3. My idea is to create a program that will fill in random items in a pre-defined story and save it to a .txt file. For example,

     

    A boy named (random list tem) went to the (random list item) and (random list item). Where the bot would select a random list item each time and save it to a .txt file.

     

    How would I do this? I tried using random list item but it kept throwing me back the entire list.

  4. Wow HelloImsomnia I just tested this out and it works! Thank you very much for showing me how to do a simple HTTP scrape. You and TJ have been great help to me in regards to the HTTP Plug-in. 

    I think when I get paid next I will definitely pay for Dan's tutorial videos as well.

     

     Thanks again HelloImsonia, it means a lot to me.

    • Like 1
  5. I just recently purchased Pro edition and really would like to learn how to scrape via HTTP with Aymen's Post Plugin. I have searched all the threads and read through all his documentation, but I would really like to learn how to scrape and can't seem to figure out how to (Regex confuses me). Could anyone work with me on how to scrape via HTTP?

     

    For example, I'd like to be able to go to http://tinychat.com/ and scrape everything between ">#thetextiwanttoscrape</a></strong> via HTTP.

    The text after the # is just the name of the tinychat rooms listed on the directory.

     

    At least an example could help get in the right direction, as I want to move away from webbrowsers altogether. 

     

     

    Thank you for your time,

    Sean

×
×
  • Create New...