Firas Koussa
Firas Koussa
Note that this script works using `cmd` on Windows 10, however, it **does not** run when using gitBash. `python main.py --username valid_instagram_user` ``` Traceback (most recent call last): File "main.py",...
Hi! The error was being shown due to the lack of Windows/Linux compatibility in the `sort` command being used. The pull request takes care of this issue by checking the...
Hey! Read line does not work on Windows except if you include the `pyreadline` in the requirements file 👍 