├── .gitignore ├── README.md ├── SlackDump.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/SlackDump/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/SlackDump/HEAD/README.md -------------------------------------------------------------------------------- /SlackDump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/carlospolop/SlackDump/HEAD/SlackDump.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | alive_progress --------------------------------------------------------------------------------