From 8d5b280496bdd4774530f6e1be161859482a3bcf Mon Sep 17 00:00:00 2001 From: Stefano Haagmans Date: Fri, 1 Apr 2022 23:56:25 +0200 Subject: [PATCH] Updated some stuff to be up to date with the 2022 r/place event! --- README.md | 7 +- tools/combine.sh | 9 +- tools/redditcrawl.py | 2 +- tools/smallifier.html | 2 +- tools/users.py | 2 +- web/_img/place-indexed.png | Bin 202365 -> 88294 bytes web/_js/atlas.js | 111880 +--------------------------------- web/about.html | 26 +- web/index.html | 22 +- 9 files changed, 49 insertions(+), 111901 deletions(-) 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 @@ - +