Web Scraping Python Program Enhancement
Budget: ₹1,500 – ₹12,500 INR
I have an existing Python program primarily focused on web scraping and place trade orders upon fulfilling conditions. I'm looking to modify and enhance this program to better suit my needs.
Specific enhancements include:
- Incorporating new websites as data sources for scraping
Currently I am using angelone.in website for data extraction, but now I want to use upstox.com.
It's showing below error, which needs to be rectified (snapshot of error is uploaded as image1)
"driver.switch_to.frame(iframe[0])"
IndexError : list index out of range
- Implementing a pop-up feature for user input
Popup should have two options : UP and DOWN (default is none)
options to be used while checking conditions
if UP is chosen then order is triggered only if P>0, if DOWN is chosen then order trigger only if P<0
if nothing is chosen program runs as it is.
P is a value already calculated by program
- Process the data to calculate Previous close
The existing program extracts open, high, low, close values from NIFTY and BANKNIFTY index charts.
Additional 'CHANGE' value is scrapped which contains numeric and percentage, out of which only
numeric value to be filtered out to calculate previous close.
Previous close = Current price - change
snapshot of CHANGE is uploaded as image 2 and image 3
Ideal candidates for this project should have significant experience with Python, particularly in web scraping. They should also have the ability to create interactive user interfaces within Python. A strong understanding of various data parsing techniques will be beneficial as well. Ultimately, I am looking for a freelancer who can increase the program's versatility and interactivity.
Specific enhancements include:
- Incorporating new websites as data sources for scraping
Currently I am using angelone.in website for data extraction, but now I want to use upstox.com.
It's showing below error, which needs to be rectified (snapshot of error is uploaded as image1)
"driver.switch_to.frame(iframe[0])"
IndexError : list index out of range
- Implementing a pop-up feature for user input
Popup should have two options : UP and DOWN (default is none)
options to be used while checking conditions
if UP is chosen then order is triggered only if P>0, if DOWN is chosen then order trigger only if P<0
if nothing is chosen program runs as it is.
P is a value already calculated by program
- Process the data to calculate Previous close
The existing program extracts open, high, low, close values from NIFTY and BANKNIFTY index charts.
Additional 'CHANGE' value is scrapped which contains numeric and percentage, out of which only
numeric value to be filtered out to calculate previous close.
Previous close = Current price - change
snapshot of CHANGE is uploaded as image 2 and image 3
Ideal candidates for this project should have significant experience with Python, particularly in web scraping. They should also have the ability to create interactive user interfaces within Python. A strong understanding of various data parsing techniques will be beneficial as well. Ultimately, I am looking for a freelancer who can increase the program's versatility and interactivity.