micahflee / semiphemeral

Automatically delete your old tweets, except for the ones you want to keep
MIT License
884 stars 85 forks source link

Unable to get 'unlike' function working #45

Closed c-lang18 closed 3 years ago

c-lang18 commented 4 years ago

Been having some trouble running Semiphemeral to remove old likes, when running as per instructions here I just get 'invalid file' even though the instructions are followed to the letter, and the data was pulled from today.

Unsure if this is related, but when following [these steps] (https://github.com/micahflee/semiphemeral/issues/31#issuecomment-515802699) I get an error:

File "C:\Users\Caro.virtualenvs\semiphemeral-0gm4sUC6\lib\site-packages\sqlalchemy\util\compat.py", line 331, in time_func = time.clock AttributeError: module 'time' has no attribute 'clock'

kees commented 3 years ago

Try again using "pipenv" as described in the README.md with the latest version of semiphemeral from github?