Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

Yes, we need more info. Are you screen scraping a website, a Telnet address, just a blob of text, or an actual screenshot (just pixels)? If it's just pixels, you're in for a world of hurt. If it's a blob of text (such as reading screens from 1320 terminals or somesuch), you might be able to use regular expression. For website scraping, I have no idea though I know people have done it...

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted
Sorry about the lack of information. Yes I would like to grag text from other websites or even AS400 terminals if possible. Thanks for the help.
  • Leaders
Posted
I'm not sure about AS400 terminals, which you'd have to do a different way. But grabbing text from other sites can be done as I described above. Use the WebRequest class to get the contents of the page then use regular expressions to parse through it and grab the chunk you need.
--tim
  • 5 months later...
Posted
Are you screen scraping a website, a Telnet address, just a blob of text, or an actual screenshot (just pixels)?

-Nerseus

 

Have you got any example code on how to telnet scrape, not having much luck myself.

 

Anything would be appreciated

 

A rather confused junior developer

:confused:

:D

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.

×
×
  • Create New...