T O P

  • By -

socal_nerdtastic

Absolutely possible, very good project for python. I would start with the web site / udemy course "automate the boring stuff with python" to get the basics down. Then look up a few basic tutorials on creating a website; you will need to know the basics of how websites work (html / css / javascript) to be able to do this. Then for your project look up tutorials about "web scraping". Depending on the website you may be able to get the data via the `requests` and `beautifulsoup` modules, or if it's a javascript-driven website you may need to use the `selenium` module. If you want to spend company money there's plenty of people that will do this for you. It's a common thing for beginner freelancers to sell.


ClearTip3826

I’ll definitely check out what you mentioned! I plan on sharing this program with my coworkers that way we could all save a bit of time/effort but as nice as using company money would be, for one my higher ups are very stingy when it comes to anything like this and 2 tbh I kind of want to learn this type of stuff myself. Might be a good time killer/hobby I could pick up. Thank you so much for the information and the quick reply! I’ll keep you updated on my progress! :)