Is it possible to use Scrapy from within a Java project?
With Jython for example, or maybe “indirect” solutions.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I doubt you can run twisted under jython and scrapy is based on twisted.
Not sure what you want to do but I recommend to run scrapyd and use the web service interface to communicate with java.
Can you give us more details on what you want to achieve?