Screen Scraping password protected sites - screen-scraping

I just have a very general question, but of vital importance to me. May I know if import.io supports screen scraping of password protected sites? If not, could someone suggest some tools that do? Thanks in advance

import.io does not support password protected websites currently

Related

A question about React Native Licence and any legal issues

We are currently in the planning phases of a new Social Media app. We want to build it in React Native, due to working with javascript, etc.
Now I couldn't get a complete answer when looking online but I want to ask you, if there would be any legal issues if would ever go public and get any success, since we would be a direct competitor with Facebook.
If you have any advice about this I would be were happy to hear it.
https://github.com/facebook/react-native/blob/master/LICENSE, This is on facebooks' own account.
Also there are resources like this on the web https://www.quora.com/What-are-the-conditions-of-the-React-Native-license

How can you build React on top of Drupal?

I've never used Drupal, but have been looking up tutorials online. My client would really like the adaptability of React and to have more flexibility in terms of design. I could make my own database and React app, but I have not studied security (I'm a team of one, so no one for security on my end, either). Security and access to a content management system was the main reason we decided to go with Drupal. However, I would still like to be able to code in React/something I'm familiar with to produce a site I am proud to say I made.
I've been Googling and Youtubing tutorials and help, but not having anyone to ask specific questions is making this difficult.
If anyone knows of a relatively easy way to build a React app on Drupal, I would really appreciate the advice. Or if there is a better way I should go about beginning a project as I've briefly mentioned above, I would also be open to that. Thank you in advance and sorry for the long message!
What you are asking is quite broad in concept and not easy to answer in just one answer post. Try to look for Headless / Decoupled Drupal.
https://www.acquia.com/drupal/decoupled-drupal
What this essentially means is that all the services and the content management are handled by Drupal while the core user experience or the way the site is displayed in a browser is controlled via a JavaScript framework such as React.js or backbone.js. This is achieved via Drupal’s RESTful API service.
Hope this helps.

Using AngularJS with Oracle Apex

I was wondering if anyone who uses AngularJS with Oracle Apex could recommend some resources or tutorials on integrating the two please?
I have found a Dan McGhan presentation and a Codersaurus video but unfortunately these don't go into sufficient detail to start me off.
Any help or advice would be gratefully received. Thanks in advance.
A quick Google search gave me this Guide from Dan McGhan. In part 3 he shows a nice way how to embed the neccessary files, even that you will need to take care of the allow-file-access-from-files property.

Cleverbot auto reply

Which technology is used by cleverbot to give auto reply. As I want to research on it and later on built on cleverbot like web application of my own native language. I am in initial stage exploring how it can be made, your answer will be valuable to me.
Thanks in advance.
https://cmdbot.readthedocs.org/en/1.0.3/your_bot.html :) try reading this page! It explains how it works.

Android answer database

I am pretty new in this game so please do not judge me harshly.
So I need to build a question/answer database for an app.
The idea is simple:
User types a question and if I have an answer in my database, it gives an answer. If I do not have an answer, it goes for my manual moderation, so I can add new answers for the future.
I do not know if someone has already build a software like this and I can just buy one, or do I have to hire someone to build one from the ground. Which language should I use? Which software?
I know that Java, C++ and SQL are most popular languages for that type of jobs, but are they the best solution or there are better languages?
I need a database that can hold a really huge amount of data.
I would really appreciate any help guys!
and if any of you can build me this database, I do not mind to hire a freelancer.
Thank you!
Best Regards,
Ayazhan.
Yes you can do it.
if you have some knowledge in SQl then you can make an local Db in your app and consume it according to requirement. The simple question and answer app contains set of predefined questions.
The above link will help you to develop this app.

Resources