You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did a small project to self-study a bit about extracting information on graduan.com's html. Basically this project is quite the same like using the search bar on graduan.com (to find certain position that's available). The jobs matched will be listed in the terminal instead with their links for application.
Scrape magnet links from popular torrent websites and find torrents with specific keywords. Automatically download the selected torrents with client and display magnets.
Here are some scripts for scraping that have been done in Python. Beautiful Soup and Request, scraping used. Scraped data is saved in some HTML file and CSV file.
I've a made a web application using Django Python Web Framework in which I've performed Dynamic web scrapping using Beautiful soup from Stack overflow where any search performed on the website will lead to the web page where a filtered list of Questions are stored in a table, After that we can move forward to explore questions in deep.