summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-07-15 04:08:54 -0500
committermsglm <msglm@techchud.xyz>2023-07-15 04:08:54 -0500
commit4a990b7a0f5c48cf6c7eea7fac31d0640de7d04c (patch)
tree1ab20d3050a37e1138afdb2ea5fa3c542b9a9b64 /README.md
parent80379b4572ce31d2841c3b7c9f0920d1ba77901a (diff)
downloadstashley-4a990b7a0f5c48cf6c7eea7fac31d0640de7d04c.tar.gz
stashley-4a990b7a0f5c48cf6c7eea7fac31d0640de7d04c.tar.bz2
stashley-4a990b7a0f5c48cf6c7eea7fac31d0640de7d04c.zip
readme addedv1.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..faa8f54
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+# Stashley
+
+Stashley is a program used for archiving personalities using TOML files, and if IPFS is installed, pushing them to IPFS.
+
+The format for files is as follows:
+
+```
+name=PersonalityName
+
+[socialMedia]
+urls=["example.com", "example.org"]
+```
+
+A filled example is as follows:
+
+```
+name="Sashley"
+
+[toyhouse]
+urls=["https://toyhou.se/sashley/art"]
+
+[instagram]
+urls=["https://www.instagram.com/sxshley"]
+
+[misskey]
+urls=["https://fedi.fazbear.lol/@sxshely"]
+
+[youtube]
+urls = ["https://www.youtube.com/channel/UCO86mBfqBTsfEUnPvJ4s1bg", "https://www.youtube.com/channel/UC35UExRBy6pkawgvClaws2Q"]
+
+[twitter]
+urls=["https://twitter.com/sxshely", "https://twitter.com/BUNNIIYE", "https://twitter.com/_atsukix"]
+```
+
+## Supported Websites
+
+stashley uses [yt-dlp](https://github.com/yt-dlp/yt-dlp), [gallery-dl](https://github.com/mikf/gallery-dl/), and GNU's wget to do the actual archiving work. Because of this, anything supported by those programs is something stashley will support. More extractors will be added as needed.