Overview
Fetches and downloads research papers from the Awesome Transformers GitHub repository. Extracts paper links from the README, filters for actual papers, and downloads them to a specified folder.
Tags
automation
Workflow Diagram
graph TD
fromlist_5["FromList"]
filter_6["Filter"]
extractcolumn_25["ExtractColumn"]
extractlinks_32["ExtractLinks"]
downloadfiles_21698c["DownloadFiles"]
getrequest_422102["GetRequest"]
fromlist_5 --> filter_6
extractlinks_32 --> fromlist_5
filter_6 --> extractcolumn_25
extractcolumn_25 --> downloadfiles_21698c
getrequest_422102 --> extractlinks_32