smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Extract image URLs from reddit comments #17

Closed baconbm closed 5 years ago

baconbm commented 5 years ago

Created an extractURL function to take in a reddit comment and return a list of image URLs within the comment. This allows us to scale the product to look through posts for as many images as we want, instead of starting with just one.

The test file is a temporary solution. I was having difficulty importing our main python script into the test script. To overcome this I copy/pasted the function in it's entirety to the test script.