Skip to content

A simple telegram bot that takes a list of files sent by the user and returns them zipped.

License

Notifications You must be signed in to change notification settings

painor/zip_files_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIP files telegram bot

A simple telegram bot that takes a list of files sent by the user and returns them zipped.

Usage

To be able to run the code you need to rename config.sample.ini to config.ini and fill out the needed credentials. session_dsn is the session name wanted.

Notes

  • The bot uses dictionaries to save states so it's not persistent between runs.
  • The bot uses https://github.com/ukinti/garnet/ as the FSM. The storage type can be changed there.
  • The bot saves files in a temp directory.
  • The bot does not support password protection yet.

About

A simple telegram bot that takes a list of files sent by the user and returns them zipped.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages