ryanamannion / thehoyabot

Twitter bot that generates and tweets novel article titles based on a sample text
Other
0 stars 1 forks source link

sitescraper.py improvements #12

Open ryanamannion opened 5 years ago

ryanamannion commented 5 years ago

I want to create the ability to tell sitescraper.py a page to start from, that way I can more easily update the hoyatitles.txt file in the future.

ryanamannion commented 5 years ago

working on using argparse to add optional arguments that will let you specify a start year and end year, as well as a start page

ryanamannion commented 5 years ago

I have added the ability to specify year and page ranges with optional arguments but now am having issues with beautiful soup I am trying to resolve