This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi folks,
So i have 2 scripts which basically calls 2 different API using request module and parse the response and do some validations around it end to end.
Now, i have been running these scripts independently for some time now.
I wanted to know how can i run them if i create something like a Driver script which takes input parameters from me on which script to run and other configuration which i can define in separate config files.
Eg - python driver.py <param> - - param here will tell internally driver script on whther to call script 1 or script 2
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Python/comm...