From 15ae850f710af7fe57de226fa5c4ef3e364221dc Mon Sep 17 00:00:00 2001 From: Anthony Russano Date: Wed, 18 Sep 2024 23:49:16 -0700 Subject: [PATCH] Move unused Python scripts to unused_scripts folder --- python_files_to_remove.txt | 16 ++++++++++++++++ get-secrets.py => unused_scripts/get-secrets.py | 0 .../get_yt_channel_names.py | 0 post.py => unused_scripts/post.py | 0 rss_tweet.py => unused_scripts/rss_tweet.py | 0 .../rss_tweet_thread.py | 0 .../scrape-wiki-twp.py | 0 .../scrape-wikip.py | 0 .../tweet-natural-healing-thread.py | 0 .../tweet-natural-healing.py | 0 tweet.py => unused_scripts/tweet.py | 0 .../wiki-healing-text-random-image.py | 0 .../wiki-healing-text-random.py | 0 .../wiki-healing-text.py | 0 .../wiki-paragraph.py | 0 .../wiki-sentence.py | 0 wikitweet.py => unused_scripts/wikitweet.py | 0 17 files changed, 16 insertions(+) create mode 100644 python_files_to_remove.txt rename get-secrets.py => unused_scripts/get-secrets.py (100%) rename get_yt_channel_names.py => unused_scripts/get_yt_channel_names.py (100%) rename post.py => unused_scripts/post.py (100%) rename rss_tweet.py => unused_scripts/rss_tweet.py (100%) rename rss_tweet_thread.py => unused_scripts/rss_tweet_thread.py (100%) rename scrape-wiki-twp.py => unused_scripts/scrape-wiki-twp.py (100%) rename scrape-wikip.py => unused_scripts/scrape-wikip.py (100%) rename tweet-natural-healing-thread.py => unused_scripts/tweet-natural-healing-thread.py (100%) rename tweet-natural-healing.py => unused_scripts/tweet-natural-healing.py (100%) rename tweet.py => unused_scripts/tweet.py (100%) rename wiki-healing-text-random-image.py => unused_scripts/wiki-healing-text-random-image.py (100%) rename wiki-healing-text-random.py => unused_scripts/wiki-healing-text-random.py (100%) rename wiki-healing-text.py => unused_scripts/wiki-healing-text.py (100%) rename wiki-paragraph.py => unused_scripts/wiki-paragraph.py (100%) rename wiki-sentence.py => unused_scripts/wiki-sentence.py (100%) rename wikitweet.py => unused_scripts/wikitweet.py (100%) diff --git a/python_files_to_remove.txt b/python_files_to_remove.txt new file mode 100644 index 0000000..766f4e3 --- /dev/null +++ b/python_files_to_remove.txt @@ -0,0 +1,16 @@ +./scrape-wiki-twp.py +./post.py +./rss_tweet_thread.py +./get-secrets.py +./wikitweet.py +./tweet-natural-healing-thread.py +./wiki-paragraph.py +./tweet.py +./wiki-sentence.py +./wiki-healing-text-random.py +./wiki-healing-text.py +./rss_tweet.py +./wiki-healing-text-random-image.py +./scrape-wikip.py +./tweet-natural-healing.py +./get_yt_channel_names.py diff --git a/get-secrets.py b/unused_scripts/get-secrets.py similarity index 100% rename from get-secrets.py rename to unused_scripts/get-secrets.py diff --git a/get_yt_channel_names.py b/unused_scripts/get_yt_channel_names.py similarity index 100% rename from get_yt_channel_names.py rename to unused_scripts/get_yt_channel_names.py diff --git a/post.py b/unused_scripts/post.py similarity index 100% rename from post.py rename to unused_scripts/post.py diff --git a/rss_tweet.py b/unused_scripts/rss_tweet.py similarity index 100% rename from rss_tweet.py rename to unused_scripts/rss_tweet.py diff --git a/rss_tweet_thread.py b/unused_scripts/rss_tweet_thread.py similarity index 100% rename from rss_tweet_thread.py rename to unused_scripts/rss_tweet_thread.py diff --git a/scrape-wiki-twp.py b/unused_scripts/scrape-wiki-twp.py similarity index 100% rename from scrape-wiki-twp.py rename to unused_scripts/scrape-wiki-twp.py diff --git a/scrape-wikip.py b/unused_scripts/scrape-wikip.py similarity index 100% rename from scrape-wikip.py rename to unused_scripts/scrape-wikip.py diff --git a/tweet-natural-healing-thread.py b/unused_scripts/tweet-natural-healing-thread.py similarity index 100% rename from tweet-natural-healing-thread.py rename to unused_scripts/tweet-natural-healing-thread.py diff --git a/tweet-natural-healing.py b/unused_scripts/tweet-natural-healing.py similarity index 100% rename from tweet-natural-healing.py rename to unused_scripts/tweet-natural-healing.py diff --git a/tweet.py b/unused_scripts/tweet.py similarity index 100% rename from tweet.py rename to unused_scripts/tweet.py diff --git a/wiki-healing-text-random-image.py b/unused_scripts/wiki-healing-text-random-image.py similarity index 100% rename from wiki-healing-text-random-image.py rename to unused_scripts/wiki-healing-text-random-image.py diff --git a/wiki-healing-text-random.py b/unused_scripts/wiki-healing-text-random.py similarity index 100% rename from wiki-healing-text-random.py rename to unused_scripts/wiki-healing-text-random.py diff --git a/wiki-healing-text.py b/unused_scripts/wiki-healing-text.py similarity index 100% rename from wiki-healing-text.py rename to unused_scripts/wiki-healing-text.py diff --git a/wiki-paragraph.py b/unused_scripts/wiki-paragraph.py similarity index 100% rename from wiki-paragraph.py rename to unused_scripts/wiki-paragraph.py diff --git a/wiki-sentence.py b/unused_scripts/wiki-sentence.py similarity index 100% rename from wiki-sentence.py rename to unused_scripts/wiki-sentence.py diff --git a/wikitweet.py b/unused_scripts/wikitweet.py similarity index 100% rename from wikitweet.py rename to unused_scripts/wikitweet.py