Skip to content

nalydadad/WWDC_Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

This is a python file for fetching the information of WWDC session videos.

Before running, please use pip to install BeautifulSoup4 and requests:

pip install BeautifulSoup4
pip install requests

And you can use the following commands:

# This will fetch the informations about the sessions of WWDC1028
python crawler.py

# You can input the year whatever you want.
python crawler.py year

After running crawler.py, you will get two file:

  • WWDC[year]_session_title.md
  • WWDC[year]_session_content.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages