Skip to content

Tclack88/crossfit-webscraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Crossfit Webscraping

Crossfit project logo

I created this to automate finding my old workout posts on crossfit's webpage. You can read about the insights gained and other relevant background information on my blog entry for the code as well as view a realtime gif demonstration of it running. This should run independent of the Linux distro used.

Non-standard library needed:

    Selenium        -       pip3 install python3-selenium
    Beautiful Soup  -       pip3 install python3-bs4

How to run (and save the output)

Modify the hardcode to specify the dates to run the check over then run the following command.

crossfit.py | tee output_file.txt

Simply running the python program without teeing will print the output to the terminal

About

Trying to "cleverly" find my old Crossfit posts and compile them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages