chriskyfung / AutoFetcher-IG-Stories-to-GDrive

A simple tool to save IG Stories of any user to your Google Drive with just Google Sheets and Apps Script
https://chriskyfung.github.io/AutoFetcher-IG-Stories-to-GDrive/
GNU Affero General Public License v3.0
101 stars 19 forks source link

✨ Save downloaded files to seperate folders based on their IG username #20

Open chriskyfung opened 2 years ago

chriskyfung commented 2 years ago

FR from #5

To-do: [x] Save files to separate destinations by specifying Google Drive Folder IDs [ ] Function to create folder(s) [ ] Method to store and list the created folders

fifson1 commented 1 year ago

Any chance to work on it in new relese? Fixed duplicate logs help a lot, and help with problem with 6 minutes running. Thanks this I can reduce numer my sheets. Problem with log out still exist but thank new relese I can put more account in one sheet and copy all date from instagram (cookies etc.) to one sheet but is problem with save files with different folders. Now this function about 'Destination folder ID' don't work and save files in main folder. Can you try work on this?

beth-uber commented 1 year ago

Hi, it would be really helpful to me to have this feature so I know whose stories belong to who.

hidehiro98 commented 1 year ago

Hi, thanks for this great Google Apps Script! This feature would be really helpful to me as well.

hidehiro98 commented 1 year ago

@chriskyfung I created PR #74 for this issue.

AndrewSB commented 1 year ago

now that it's merged, how can i use it in my build? does a new appscript v7 need to be released?

chriskyfung commented 1 year ago

now that it's merged, how can i use it in my build? does a new appscript v7 need to be released?

Change the library version to 8 in your Google Sheet's App Script

AndrewSB commented 1 year ago

works, i think this issue can be closed

agnivadas commented 6 days ago

How to save different users stories in different folders? And it is a really great project indeed thumbs up .

chriskyfung commented 6 days ago

Hi @agnivadas ,

You can specify the destination folder per IG user in your Google Sheets as the screenshot below. Here are the steps:

  1. Create a new folder in you Google Drive for each user.
  2. Open the folder in a web browser and copy the Folder ID from the address bar.
  3. Paste the Folder ID into the third column of the corresponding row in your Google Sheets.

image