diff --git a/README.md b/README.md index 9e1906fc..ce78a84d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # The Place Atlas -The /r/place Atlas is a project aiming to catalog all the artworks created during Reddit's /r/place event. +The /r/place Atlas is a project aiming to catalog all the artworks created during Reddit's 2022's /r/place event. This project was created by Roland Rytz and is licensed under the GNU Affero General Public License v3.0. --- -![Website](https://i.imgur.com/j4e1Dxc.png) -*You can check out the website at by clicking [here](https://draemm.li/various/place-atlas/).* +*You can check out the website at by clicking [here](https://place-atlas.stefanocoding.me/).* -To submit new entries or request changes to existing ones, please visist [/r/placeAtlas](https://www.reddit.com/r/placeAtlas/). +To submit new entries or request changes to existing ones, please visist [/r/placeAtlas2](https://www.reddit.com/r/placeAtlas2/). diff --git a/tools/combine.sh b/tools/combine.sh index bda8d5d5..6b22f375 100755 --- a/tools/combine.sh +++ b/tools/combine.sh @@ -1,7 +1,8 @@ #!/bin/bash touch combined.js; -cat ./web/_js/atlas.js > combined.js; -cat ./web/_js/view.js >> combined.js; -cat ./web/_js/draw.js >> combined.js; -cat ./web/_js/main.js >> combined.js; \ No newline at end of file +cat ../web/_js/atlas.js > combined.js; +cat ../web/_js/view.js >> combined.js; +cat ../web/_js/draw.js >> combined.js; +cat ../web/_js/main.js >> combined.js; + diff --git a/tools/redditcrawl.py b/tools/redditcrawl.py index a08aca3c..8119678f 100755 --- a/tools/redditcrawl.py +++ b/tools/redditcrawl.py @@ -11,7 +11,7 @@ reddit = praw.Reddit(client_id=client_id, client_secret=client_secret, user_agent='atlas_bot') -for submission in reddit.subreddit('placeAtlas').new(limit=220): +for submission in reddit.subreddit('placeAtlas2').new(limit=220): #print(dir(submission)) if(submission.link_flair_text == "New Entry"): text = submission.selftext diff --git a/tools/smallifier.html b/tools/smallifier.html index c3138590..2ab55826 100644 --- a/tools/smallifier.html +++ b/tools/smallifier.html @@ -54,7 +54,7 @@ - +