timhutton / twitter-archive-parser

Python code to parse a Twitter archive and output in various ways
GNU General Public License v3.0
2.4k stars 111 forks source link

[Suggestion] In the instructions for use, may I suggest an addition to the fourth line? #136

Closed TheSupercargo closed 1 year ago

TheSupercargo commented 1 year ago
  1. Run parser.py with Python 3. e.g. python parser.py from a command prompt opened in that folder. [Addition] In Windows, this means you need to open Windows Powershell in the same folder where the Twitter archive is unzipped. Hold shift while right clicking in the folder. Click on Open PowerShell. When the command window opens, paste or enter "python parser.py" at the command prompt.

I suggest this because it took me a day to work out what this instruction was telling me to do. I kept trying to right click the parser.py file and open it in Python or try to open the main command prompt and type in the address for parser.py . Probably this seems really dumb to programmers, but I suggest most of the people who might want to use this programme right now will have as little experience of writing code as I have. Or less.

Once I'd worked out how to open it, parser.py wrked like a dream!

flauschzelle commented 1 year ago

Fixed in #138, thanks for the suggestion :)