lucasrodes / whatstk

WhatsApp chats as dataframes. Python toolkit to analyse and parse WhatsApp chats.
https://whatstk.lcsrg.me/
GNU General Public License v3.0
124 stars 22 forks source link

Updated Links #110

Closed batmanscode closed 3 years ago

batmanscode commented 3 years ago

Just updated some links, the previous ones were sending me to a 404 page.

image

codecov[bot] commented 3 years ago

Codecov Report

Merging #110 (41fb46b) into main (60de40a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage   97.40%   97.40%           
=======================================
  Files          21       21           
  Lines         578      578           
  Branches       86       86           
=======================================
  Hits          563      563           
  Misses          9        9           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 60de40a...41fb46b. Read the comment docs.

lucasrodes commented 3 years ago

Hi @batmanscode, thanks for your contribution. This issue was initially reported in #109. I updated these links in branch develop and forgot to merge back to main.

Thanks once again for raising the issue! I'll proceed to update main branch with develop.

lucasrodes commented 3 years ago

See PR #111 to track this issue

lucasrodes commented 3 years ago

Should have been fixed in https://github.com/lucasrodes/whatstk/commit/0ceb3f77effeb34f86e17152b2e20964ed629f44

batmanscode commented 3 years ago

Ah I see, I actually hadn't seen till #109 after I submitted the PR.

Sure thing 😃. And btw thanks @lucasrodes for creating this library. I was trying to convert the whatsapp txt into a pandas dataframe and this library made everything super easy!