Spaces:
				
			
			
	
			
			
		Build error
		
	
	
	
			
			
	
	
	
	
		
		
		Build error
		
	Unzipper
This is where the main stuff happens.
TOC
Directory structure
Directory tree structure of unzipper folder.
βββ client
β   βββ caching.py
β   βββ __init__.py
β   βββ patcher.py
β   βββ pyro_client.py
βββ database
β   βββ cloud.py
β   βββ __init__.py
β   βββ language.py
β   βββ split_arc.py
β   βββ thumbnail.py
β   βββ upload_mode.py
β   βββ users.py
βββ helpers_nexa
β   βββ buttons.py
β   βββ checks.py
β   βββ __init__.py
β   βββ utils.py
βββ __init__.py
βββ lib
β   βββ backup_tool
β   β   βββ __init__.py
β   βββ downloader
β   β   βββ errors.py
β   β   βββ __init__.py
β   βββ extractor
β   β   βββ errors.py
β   β   βββ __init__.py
β   βββ __init__.py
βββ localization
β   βββ defaults
β   β   βββ buttons.json
β   βββ en
β   β   βββ messages.json
β   β   βββ README.md
β   βββ languages.json
β   βββ README.md
β   βββ si
β   β   βββ messages.json
β   β   βββ README.md
β   βββ templates
β       βββ messages-template.json
βββ __main__.py
βββ modules
β   βββ admin.py
β   βββ callbacks.py
β   βββ extract.py
β   βββ __init__.py
β   βββ settings.py
β   βββ user_utils.py
βββ README.md
Folders
- client - Contains the custom client (inherited from pyrogram.Clientclass)
- database - Contains functions to handle database queries
- modules - Contains pyrogram modules
- lib - Contains modules (downloader, extractor)
- helpers_nexa - Contains helper functions, classes
- localization - Contains language files and templates