I have read this question but i am using something different, How can I log into a website using python?
I am using Scrapy for web crawling and i dont want to use Mechanize.
What i want to do is login to my webiste with python and then i have to submit the forms using my data from database.
Provided all data are valid . How can i do that with scrapy. or I need to use any other libraries as well?