Skip to content

emmanuel-alvarado/how-to-automate-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

How to Automate tasks with Python

How to automate tasks with Python

As per our logic we need to create the list of links that contains some characteristics and for that we need to go through all directories and all the files in that and make the list of all links.​

So we need to follow actions:​

  1. List all directories(listDir), ​

  2. Scan them through their sub-directories(scanDir), ​

  3. List all the files in them (listFiles), ​

  4. Scan the files for links(scanFiles)​

  5. Map all the files to find links that matches to our criteria(mapFilesLinks) ​

  6. Make a list of all the links in one file(generateLinks)​

  7. Update the links by replacing strings with v2(updateLinks)​

program logic

About

How to automate tasks with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages