I specially made this for my Discovery Cloud group. Check in Group to understand how this works.
This will just save your group files to a Channel & will provide a link to retrieve your file.
Press Below Button to Deploy as Lazy Deploy:
Using Heroku CLI
git clone https://github.com/AbirHasan2005/Save-Group
cd Save-Group
Now setup Your Configs in config.py
File using nano
or something else.
heroku login
heroku create app_name
heroku git:remote -a app_name
git commit -am "Pushing to Heroku"
git push heroku main:master