I'm trying to log in into SureTrader activeweb (a broker website for stock trading). then I want to fetch real-time stock data from the website. I have tried to do this using urllib, urllib2, mechanize, beautifulsoup and requests, but i can't find a way to do this. The website I want to log in to is https://activeweb.suretrader.com/, which then redirects to the members webiste ( I do have an account). I am a begginer and I have tried tutorials but I've had no luck. Here are a few of the things I've tried:
https://www.youtube.com/watch?v=Igvf5C7qwO0 How can I input data into a webpage to scrape the resulting output using Python?
and other but I can't post any more links :P.
I have a few python project but none works. Also important is that the tutorials work with other websites but not the one I want, maybe it's because it's https?
I am new to the forum, any help and/or recommendations will be accepted.
EDIT
I guessed the website had anti-scraping methods, just wanted to make sure. Also: I have an account, this is just for a little summer project I am working on, my intentions are not unethical.