nmoya / whatsapp-parser

Parser to the What's App log file.
MIT License
47 stars 23 forks source link

changes in project structure and rename #14

Closed manu-chroma closed 7 years ago

manu-chroma commented 7 years ago

hey,

  1. i've created folder wp_parser and moved all the actual python code to that folder
  2. rename chat.py to wp_chat.py this is the name i've in mind for the python executable when installed throught pip i.e. you can use the following to run from anywhere wp_chat -f chat.txt -p WhatsApp -n "Nikolas Moya" -r [regex. patterns]
manu-chroma commented 7 years ago

check this out https://github.com/manu-chroma/whatsapp-parser/commit/cd2434c7d03c0545cb71df14ad0f2274df5978db

this commit contains setup.py, the file which makes the project installable using setup_tools i'll create a PR from that branch as soon as this one's merged. this will be the last step for pip installation part.