├── .gitignore ├── LICENSE ├── VC.py ├── readme.md ├── requirements.txt └── tokens.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catcha8/VC-joiner/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catcha8/VC-joiner/HEAD/LICENSE -------------------------------------------------------------------------------- /VC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catcha8/VC-joiner/HEAD/VC.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catcha8/VC-joiner/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | time 2 | websocket 3 | concurrent 4 | -------------------------------------------------------------------------------- /tokens.txt: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------