aapatre / Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE

Do you want to LEARN NEW STUFF for FREE? Don't worry, with the power of web-scraping and automation, this script will find the necessary Udemy coupons & enroll you for PAID UDEMY COURSES, ABSOLUTELY FREE!
GNU General Public License v3.0
3.14k stars 545 forks source link

[FEATURE REQUEST] Studybullet thirdparty website for udemy coupons #310

Closed ninjatall12 closed 3 years ago

ninjatall12 commented 3 years ago

Is your feature request related to a problem? Please describe. Help on importing third party websites

Describe the solution you'd like Help on creating a udemy course scraper for a site called study bullet I'm pretty sure the studybullet.py is broken so I need help with that I only have experience using standard python and no experience with the beautiful soup I've already put the add URLs n stuff I get .find_previous_sibling() error I looked at youtube videos for beautiful soup but they seem only for searching for 1 item not several items on a page. the site is fairly simple image image when you hover over the red button so it gives a link and no short links you need to go through. hope this helped.

Describe alternatives you've considered Manually enrolling in the course

Additional context https://github.com/ninjatall12/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE

ninjatall12 commented 3 years ago

Just found out that the best way to get the latest courses from this website is to search via date for example https://studybullet.com/2021/08/26/ it has separate pages for the same date https://studybullet.com/2021/08/26/page/3/ from the main page its not always updated until a few hours later ideally I would like it to go at least 5 pages and 1 or 2 days before I don't know if that's too much work only reason why I want it to go 1 day before because of some coupons launch at 11 pm and so i run this bot every morning and the courses launched at 11 pm the day before will be at the previous date if its too much work to help you can scrap the date feature and just help me scrape from main website.

fakeid30 commented 3 years ago

@cullzie thoughts on this?

cullzie commented 3 years ago

@ninjatall12 You should be able to access the links on these pages and avoid the date formatting The pages are ordered most recent to oldest. https://studybullet.com/page/1/ https://studybullet.com/page/2/

I'll have a look at the branch you have on your repo and see about sorting any issues you have there regarding getting the links

ninjatall12 commented 3 years ago

help no longer needed