├── .gitignore ├── LICENSE ├── OBS_ChatSpam.py └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmadison/OBS-ChatSpam/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmadison/OBS-ChatSpam/HEAD/LICENSE -------------------------------------------------------------------------------- /OBS_ChatSpam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmadison/OBS-ChatSpam/HEAD/OBS_ChatSpam.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dmadison/OBS-ChatSpam/HEAD/README.md --------------------------------------------------------------------------------