A python program used to watch One Piece.
- Install Python make sure to check "add python to PATH" in installation prompt
- Open CMD and type:
pip install bs4 pip install requests pip install colorama - Download and run opstream.py
If error occurred like "no module named ..." run cmd again and install the missing module, refer to step 2.
pip install MODULE_NAME