Need help scraping a website in perl [closed] - perl

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new into the world of perl and right now I am trying to scrape a webpage. I have done some scraping before and used WWW::Mechanize. The pages that I scraped before were somehow simple, so I took the page source and then extracted the data I needed from there. But now I have a different website that seems to contain frames. http://www.usgbc-illinois.org/membership/directory/
I am not asking for any code, but some ideas or modules I could use to extract data from the website above.
Thank1s

You may find some useful information on this website Web Scraping and also you can take look at this module Web Scraper Module

Related

My entire website is not being displayed on github [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I'm not sure as to why my entire website is not displaying, i've tried everything that was recommended but still nothing works. My banner image and text is not showing up when I published the website on github.
What my website should look like:
file:///Users/tamannahoque/Documents/Skincare/index.html#products
(if that works)
The code:
https://github.com/TamannaHoque/the-ordinary.github.io
The website when published on github:
https://tamannahoque.github.io/the-ordinary.github.io/
The basic website is being displayed on GitHub; but, your images and other items the website refers to contain links that don't refer to the "GitHub published" locations, so all you are getting is the HTML.

Facebook App ID - Multiple Site URL's [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a product consisting of hundreds of separate websites - each of which has a unique URL. Unfortunately it is not feasible for me to create a separate Facebook App ID for each website. Is it possible to configure one Facebook App ID that can be shared/used across all websites?
I know it's possible with subdomains but haven't had any luck finding much information about my situation.
Thanks!
There isn't. The only way it so redirect to a login page that is the same for all.

Creating confluence plugin [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new to confluence. Actually i want to create some kind of plugin or page template or something which will have the below things
The page should have a date filter and it will have a getDetails button.
on the getDetails click event it should send the request to REST API
I have a REST api hosted It will return some result and I want the result should be shown in the confluence page
Is there any way to do this. Any example or tutorials to start with.
Thanks
The steps to create a Confluence plugin are too involved to fit into a Stack Overflow answer.
Luckily, there's a great tutorial on the Atlassian web site that closely relates to what you're looking for:
Creating a Confluence Task Plugin with REST

TWiki page to Google Sites [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I've managed to extract the HTML source of a TWiki with its URL and Perl's LWP::Simple module.
What I want to do now is to use that HTML and put into my Google Site as a new page (via a program, NOT manually).
How do i go about doing this using Perl? Any ideas would be highly appreciated.
This question probably will be closed in his current form.
You should read https://developers.google.com/google-apps/sites/docs/1.0/developers_guide_protocol#CreatingContent and ask a specific question, what doesn't works for you.
The basics:
you should auth yourself with oAuth2 protocol to google (search metacpan for oauth2)
and send a POST request to specified URL (read the 1st link).
You probably will need too, at least:
change all URL's in your pages from the TWIKI
change all IMG SRC links

How do I create a documentation site on GitHub? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I wrote Hotplate, a great (and not yet complete) Nodejs framework which has, at this point, absolute 0 documentation.
It's no an "api" -- Hotplate is the kind of framework focused on "messages" being sent, and listened to, by several modules. So, documentation is tricky (it's not about documenting a bunch of functions, API-style).
My idea is to create, on Github, a site like Mongoose's:
http://mongoosejs.com/docs/guide.html
How would I do that for my own project?
Github's recommended approach is to use github pages to host Jekyll.
You can use their "Automated Page Generator" to speed up the process.
See: https://help.github.com/articles/creating-pages-with-the-automatic-generator