1. Go inside my linux machine 2. Create a page similar to http://xxx.xxx.xxx.xx/index.php ( I will share real link once you start job) , where i can interact with the page. This new page can only be accessed if index.php has the password and username logged in successfully. 3. Put in the page ability to upload a csv file with ASINS i'd like to process. 4. Processing these asins based on the diagram per this screenshot. https://prnt.sc/L1rNgcU48MsP . ***3 of the scripts already exist in the machine ( i just need them updated and working properly) *** 5. Put all of the filters and possible settings that I can set such as from filter_csv.py , filter_ebay.py, config.py ( maybe other settings too that im missing from other files, such as ?) 6. Add to the filters which categories i'd like - put dropdown menu of which ones i'd like to filter in or out. 7. Please put descriptions for each setting and what it means. 8. Based on the filters, give me an output csv file that i can download. 9. Make sure it starts back up where it left off automatically, if machine closes down for some reason. 10. If new csv is input, the new csv is put into a que until the previous csv is processed. 11. Show all the csvs that are in que, and have the ability to remove any of the csvs in que. 1. Go inside my linux machine 2. Create a page similar to http://xxx.xxx.xxx.xx/index.php ( I will share real link once you start job) , where i can interact with the page. This new page can only be accessed if index.php has the password and username logged in successfully. 4. Processing these asins based on the diagram per this screenshot. https://prnt.sc/L1rNgcU48MsP . ***3 of the scripts already exist in the machine ( i just need them updated and working properly) *** 5. Put the filters of filter_csv.py , filter_ebay.py, config.py ( maybe other settings too that im missing?) . Make sure to include the # of threads for each website needed. 6. Please put descriptions for each setting and what it means. 7. Add to the filters which categories i'd like - put dropdown menu of which ones i'd like to filter in or out. 8. Have a button where it says download results this far. Then when clicked it'll download the results based on filter settings, and results thus far. Put a setting where it'll filter the results based on the last XX days that the results were last completed on. 9. Make sure it starts upon startup of the machine. 10. Make database continuously spitting out new items to be able to list daily without my prompting. Have the scripts scrapping be running in parallel for the different websites. Current database is mysql, i don't know if there would be a better free database that i can use that can handle up to 10-20 million ASINS, or if mysql can handle 10-20 million ASINS. I'd like a database that can handle 10-20 million ASINS and all the data for each ASIN.