ryanamannion / thehoyabot

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

New titles, .json #5

Closed ryanamannion closed 4 years ago

ryanamannion commented 4 years ago

The new titles from 2019 are not added to the counts.pkl file yet.

I also would like to think about using .json instead of .pkl to store the counts

ryanamannion commented 4 years ago

json will not allow the dictionary keys to be tuples, so I am going to stick with the pickled dictionary format that I was using before