-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
Description
Using this tool on a large twitter that existed for some years account generates a lot of *-Tweet-Archive-*.md files, and now that DMs and group DMs are processed, also a lot of DMs-Archive-*.md files.
Also, some of the future features might need to save some additional files for internal re-use, which are not relevant to the end user.
I'd like to have a nicer organization, like this:
- <archive_folder>/
- assets/
- data/
- media/
- parser-result/
- tweets/
- TweetArchive.html
*-Tweet-Archive-*.md
- dms/
- DMs-Archive-
*.md
- DMs-Archive-
- tweets/
- parser-data/
What do you think?
Also, I'm not sure if a html file in archive_folder/parser-result/tweets/TweetArchive.html could reference images that are higher up in the hierarchy via relative paths?
Reactions are currently unavailable