diff --git a/.gitignore b/.gitignore index 7d6f6c7..44c0c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ __pycache__/* **/__pycache__/* -build/* -dist/* -data/temp/* +Redditor-Analyzer/build/* +Redditor-Analyzer/dist/* +Redditor-Analyzer/data/temp/* notes.txt \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..11e471d --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Redditor Analyzer + +![example of usage](screenshot.png) + +Give it a username and it will tell you a couple things about the user. + diff --git a/Redditor-Analyzer/data/temp/profile.png b/Redditor-Analyzer/data/temp/profile.png deleted file mode 100644 index b03f9b8..0000000 Binary files a/Redditor-Analyzer/data/temp/profile.png and /dev/null differ diff --git a/Redditor-Analyzer/dist/RedditorAnalyzer.exe b/Redditor-Analyzer/dist/RedditorAnalyzer.exe deleted file mode 100644 index fecded5..0000000 Binary files a/Redditor-Analyzer/dist/RedditorAnalyzer.exe and /dev/null differ diff --git a/Redditor-Analyzer/dist/data/icon.icns b/Redditor-Analyzer/dist/data/icon.icns deleted file mode 100644 index 73b2777..0000000 Binary files a/Redditor-Analyzer/dist/data/icon.icns and /dev/null differ diff --git a/Redditor-Analyzer/dist/data/icon.ico b/Redditor-Analyzer/dist/data/icon.ico deleted file mode 100644 index e84a0eb..0000000 Binary files a/Redditor-Analyzer/dist/data/icon.ico and /dev/null differ diff --git a/Redditor-Analyzer/dist/data/icon_base.png b/Redditor-Analyzer/dist/data/icon_base.png deleted file mode 100644 index 863a9f5..0000000 Binary files a/Redditor-Analyzer/dist/data/icon_base.png and /dev/null differ diff --git a/Redditor-Analyzer/dist/data/magnifying_glass.png b/Redditor-Analyzer/dist/data/magnifying_glass.png deleted file mode 100644 index 7e72f78..0000000 Binary files a/Redditor-Analyzer/dist/data/magnifying_glass.png and /dev/null differ diff --git a/Redditor-Analyzer/dist/data/magnifying_glass.tiff b/Redditor-Analyzer/dist/data/magnifying_glass.tiff deleted file mode 100644 index ff9683f..0000000 Binary files a/Redditor-Analyzer/dist/data/magnifying_glass.tiff and /dev/null differ diff --git a/Redditor-Analyzer/dist/data/magnifying_glass2.tiff b/Redditor-Analyzer/dist/data/magnifying_glass2.tiff deleted file mode 100644 index 579351f..0000000 Binary files a/Redditor-Analyzer/dist/data/magnifying_glass2.tiff and /dev/null differ diff --git a/Redditor-Analyzer/dist/praw.ini b/Redditor-Analyzer/dist/praw.ini deleted file mode 100644 index 247d243..0000000 --- a/Redditor-Analyzer/dist/praw.ini +++ /dev/null @@ -1,20 +0,0 @@ -[DEFAULT] -# A boolean to indicate whether or not to check for package updates. -check_for_updates=True - -# Object to kind mappings -comment_kind=t1 -message_kind=t4 -redditor_kind=t2 -submission_kind=t3 -subreddit_kind=t5 -trophy_kind=t6 - -# The URL prefix for OAuth-related requests. -oauth_url=https://oauth.reddit.com - -# The URL prefix for regular requests. -reddit_url=https://www.reddit.com - -# The URL prefix for short URLs. -short_url=https://redd.it diff --git a/screenshot.PNG b/screenshot.PNG new file mode 100644 index 0000000..974b1fc Binary files /dev/null and b/screenshot.PNG differ