mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-25 19:14:32 +01:00
Updated some stuff to be up to date with the 2022 r/place event!
This commit is contained in:
parent
6d5399717d
commit
8d5b280496
9 changed files with 49 additions and 111901 deletions
|
@ -1,10 +1,9 @@
|
||||||
# The Place Atlas
|
# 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.
|
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://place-atlas.stefanocoding.me/).*
|
||||||
*You can check out the website at by clicking [here](https://draemm.li/various/place-atlas/).*
|
|
||||||
|
|
||||||
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/).
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
touch combined.js;
|
touch combined.js;
|
||||||
cat ./web/_js/atlas.js > combined.js;
|
cat ../web/_js/atlas.js > combined.js;
|
||||||
cat ./web/_js/view.js >> combined.js;
|
cat ../web/_js/view.js >> combined.js;
|
||||||
cat ./web/_js/draw.js >> combined.js;
|
cat ../web/_js/draw.js >> combined.js;
|
||||||
cat ./web/_js/main.js >> combined.js;
|
cat ../web/_js/main.js >> combined.js;
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
reddit = praw.Reddit(client_id=client_id, client_secret=client_secret, user_agent='atlas_bot')
|
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))
|
#print(dir(submission))
|
||||||
if(submission.link_flair_text == "New Entry"):
|
if(submission.link_flair_text == "New Entry"):
|
||||||
text = submission.selftext
|
text = submission.selftext
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
<textarea id="output"></textarea>
|
<textarea id="output"></textarea>
|
||||||
|
|
||||||
<script type="text/javascript" src="./web/_js/atlas.js?version=1.0.50"></script>
|
<script type="text/javascript" src="../web/_js/atlas.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
users.add("Shovel_Ship");
|
users.add("Shovel_Ship");
|
||||||
users.add("Zequez");
|
users.add("Zequez");
|
||||||
|
|
||||||
for submission in reddit.subreddit('placeAtlas').new(limit=10000):
|
for submission in reddit.subreddit('placeAtlas2').new(limit=10000):
|
||||||
try:
|
try:
|
||||||
users.add(submission.author.name)
|
users.add(submission.author.name)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 86 KiB |
111880
web/_js/atlas.js
111880
web/_js/atlas.js
File diff suppressed because it is too large
Load diff
|
@ -72,19 +72,25 @@ <h2>My Bitcoin Address</h2>
|
||||||
<a id="aboutBackButton" href="./">< Back to the Atlas</a>
|
<a id="aboutBackButton" href="./">< Back to the Atlas</a>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<h2 id="abouth2">The /r/place Atlas</h2>
|
<h2 id="abouth2">The /r/place Atlas</h2>
|
||||||
<p>This is an Atlas aiming to chart all the artworks created during the <a href="https://www.reddit.com/r/place/">/r/place</a> April's fools event on <a href="https://www.reddit.com/" target="_blank">Reddit</a> in 2017.</p>
|
<p>This is an Atlas aiming to chart all the artworks created during the <a href="https://www.reddit.com/r/place/">/r/place</a> April's fools event on <a href="https://www.reddit.com/" target="_blank">Reddit</a> in 2022.</p>
|
||||||
<p>The code was developed by <a href="/" target="_blank" rel="author">Roland Rytz</a> (<a href="mailto:roland.rytz@gmail.com" target="_blank">mail</a>, <a href="https://reddit.com/user/draemmli/" target="_blank">reddit</a>) and is available under the free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPL license</a> on <a target="_blank" href="https://github.com/RolandR/place-atlas">GitHub</a>.</p>
|
<p>The code was developed by <a href="/" target="_blank" rel="author">Roland Rytz</a> (<a href="mailto:roland.rytz@gmail.com" target="_blank">mail</a>, <a href="https://reddit.com/user/draemmli/" target="_blank">reddit</a>) and is available under the free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPL license</a> on <a target="_blank" href="https://github.com/RolandR/place-atlas">GitHub</a>. (<a target="_blank" href="https://github.com/Codixer/place-atlas">Modified GitHub for 2022 version</a>)</p>
|
||||||
<br>
|
<br>
|
||||||
<p>I have worked on the Atlas full-time (and more!) for over two weeks.</p>
|
<p>Roland Rytz has worked on the Atlas full-time (and more!) for over two weeks.</p>
|
||||||
<p>If you'd like to support me, you can do so by <a target="_blank" href="https://paypal.me/draemmli">PayPal</a> or <a title="Click to see my address." id="bitcoinButton" role="button">Bitcoin</a>.</p>
|
<p>If you'd like to support him, you can do so by <a target="_blank" href="https://paypal.me/draemmli">PayPal</a> or <a title="Click to see his address." id="bitcoinButton" role="button">Bitcoin</a>.</p>
|
||||||
<p>If you donate more than 10(€/$/CHF/mBTC), I'll send you a nice sticker of the Place canvas!</p>
|
<p>If you donate more than 10(€/$/CHF/mBTC), He'll (hopefully) send you a nice sticker of the Place canvas! (2017 one)</p>
|
||||||
<p id="bitcoinNotice">If you donate by Bitcoin and want a sticker, please send me a<br>message with your Bitcoin address <i>before</i> you make the transaction!</a>
|
<p id="bitcoinNotice">If you donate by Bitcoin and want a 2017 sticker, please send him a<br>message with your Bitcoin address <i>before</i> you make the transaction!</a>
|
||||||
<h2>How to contribute</h2>
|
<h2>How to contribute</h2>
|
||||||
<p>Everybody is encouraged to collaborate in mapping all of /r/place on the Atlas.</p>
|
<p>Everybody is encouraged to collaborate in mapping all of /r/place on the Atlas.</p>
|
||||||
<p>Please read <a href="https://reddit.com/r/placeAtlas/comments/63afic/how_to_contribute/" target="_blank">this post on reddit</a> to learn how to submit a new entry.</p>
|
<p>Please read <a href="https://www.reddit.com/r/placeAtlas2/comments/tu203o/how_to_contribute/" target="_blank">this post on reddit</a> to learn how to submit a new entry.</p>
|
||||||
<p>The <a href="https://reddit.com/r/placeAtlas/" target="_blank">/r/placeAtlas</a> subreddit is also the place to submit all bug reports, feature requests or questions.</p>
|
<p>The <a href="https://reddit.com/r/placeAtlas2/" target="_blank">/r/placeAtlas2</a> subreddit is also the place to submit all bug reports, feature requests or questions.</p>
|
||||||
<h2>Contributors</h2>
|
<h2>r/placeAtlas2 (Current) Contributors</h2>
|
||||||
<p>The Atlas would not have been possible without the help of the following 775 reddit users.</p>
|
<p>The 2022 Atlas would not have been possible without the help of the following (number still not known) reddit users.</p>
|
||||||
|
<p>Thank you to everyone who submitted new entries, amended existing ones, reported bugs and just supported the project in general.</p>
|
||||||
|
<div id="contributors">
|
||||||
|
<a href="https://reddit.com/user/TCOOfficiall" target="_blank">TCOOfficiall (Current Maintainer)</a>
|
||||||
|
|
||||||
|
<h2>r/placeAtlas Contributors</h2>
|
||||||
|
<p>The (original) Atlas would not have been possible without the help of the following 775 reddit users.</p>
|
||||||
<p>Thank you to everyone who submitted new entries, amended existing ones, reported bugs and just supported the project in general.</p>
|
<p>Thank you to everyone who submitted new entries, amended existing ones, reported bugs and just supported the project in general.</p>
|
||||||
<div id="contributors">
|
<div id="contributors">
|
||||||
<a href="https://reddit.com/user/0011110000110011" target="_blank">0011110000110011</a>
|
<a href="https://reddit.com/user/0011110000110011" target="_blank">0011110000110011</a>
|
||||||
|
|
|
@ -173,7 +173,7 @@ <h1 id="title">The /r/place Atlas</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="hint">
|
<div id="hint">
|
||||||
<p>You can suggest new entries to the Atlas for art that isn't mapped yet.</p>
|
<p>You can suggest new entries to the Atlas for art that isn't mapped yet.</p>
|
||||||
<p>Please read <a href="https://reddit.com/r/placeAtlas/comments/63afic/how_to_contribute/" target="_blank">this reddit post</a> for instructions.</p>
|
<p>Please read <a href="https://www.reddit.com/r/placeAtlas2/comments/tu203o/how_to_contribute/" target="_blank">this reddit post</a> for instructions.</p>
|
||||||
<p>Click anywhere on the image to start drawing a shape.
|
<p>Click anywhere on the image to start drawing a shape.
|
||||||
When you're happy with the result, click the "Finish" button above or press the Enter key.</p>
|
When you're happy with the result, click the "Finish" button above or press the Enter key.</p>
|
||||||
<p>You can then add more information about your object.</p>
|
<p>You can then add more information about your object.</p>
|
||||||
|
@ -187,7 +187,7 @@ <h1 id="title">The /r/place Atlas</h1>
|
||||||
<div id="exportOverlay" class="overlay">
|
<div id="exportOverlay" class="overlay">
|
||||||
<div id="exportWindow">
|
<div id="exportWindow">
|
||||||
<p>Please copy the text below and submit it as a<br>
|
<p>Please copy the text below and submit it as a<br>
|
||||||
new text post to <a target="_blank" href="https://www.reddit.com/r/placeAtlas/">/r/placeAtlas</a> on Reddit.</p>
|
new text post to <a target="_blank" href="https://www.reddit.com/r/placeAtlas2/">/r/placeAtlas2</a> on Reddit.</p>
|
||||||
<p>I will then check it and add it to the atlas.</p>
|
<p>I will then check it and add it to the atlas.</p>
|
||||||
<textarea cols="50" rows="5" id="exportString"></textarea>
|
<textarea cols="50" rows="5" id="exportString"></textarea>
|
||||||
<button id="exportCloseButton">Done</button>
|
<button id="exportCloseButton">Done</button>
|
||||||
|
@ -196,23 +196,27 @@ <h1 id="title">The /r/place Atlas</h1>
|
||||||
|
|
||||||
<div id="donateOverlay" class="overlay">
|
<div id="donateOverlay" class="overlay">
|
||||||
<div id="donateWindow">
|
<div id="donateWindow">
|
||||||
<h2>Donations</h2>
|
<h2>Donations - Original Source Code Creator</h2>
|
||||||
<p>I have worked on the Atlas full-time (and more!) for over two weeks.</p>
|
<p>Roland Rytz jas worked on the Atlas full-time (and more!) for over two weeks.</p>
|
||||||
<p>If you'd like to support me, you can do so by <a target="_blank" href="https://paypal.me/draemmli">PayPal</a> or Bitcoin.</p>
|
<p>If you'd like to support him, you can do so by <a target="_blank" href="https://paypal.me/draemmli">PayPal</a> or Bitcoin.</p>
|
||||||
<p>If you donate more than 10(€/$/CHF/mBTC), I'll send you a nice sticker of the Place canvas!</p>
|
<p>If you donate more than 10(€/$/CHF/mBTC), He'll send you a nice sticker of the Place canvas (2017)!</p>
|
||||||
<p id="bitcoinNotice">If you donate by Bitcoin and want a sticker, please send me a<br>message with your Bitcoin address <i>before</i> you make the transaction!</a>
|
<p id="bitcoinNotice">If you donate by Bitcoin and want a sticker, please send him a<br>message with your Bitcoin address <i>before</i> you make the transaction!</a>
|
||||||
|
|
||||||
<h2>My Bitcoin Address</h2>
|
<h2>His Bitcoin Address</h2>
|
||||||
<img id="bitcoinQR" alt="QR Code of Bitcoin Address" height="300" width="300">
|
<img id="bitcoinQR" alt="QR Code of Bitcoin Address" height="300" width="300">
|
||||||
<br>
|
<br>
|
||||||
<input type="text" onclick="this.select();" readonly value="1DnBGYpH6HZYHvpCq3QqqtH1HxwwVe2QxN">
|
<input type="text" onclick="this.select();" readonly value="1DnBGYpH6HZYHvpCq3QqqtH1HxwwVe2QxN">
|
||||||
<br>
|
<br>
|
||||||
|
<p>Hi there! The current maintainer of the 2022 version of this website, should I accept donations and make stickers of the 2022 version? Please tell me on Discord (Stefano#7366) or Reddit (u/TCOOfficiall)</p>
|
||||||
|
<br>
|
||||||
<button id="closeBitcoinButton">Close</button>
|
<button id="closeBitcoinButton">Close</button>
|
||||||
|
<br>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="author">
|
<div id="author">
|
||||||
Code by <a href="/" target="_blank" rel="author">Roland Rytz</a>. Source on <a target="_blank" href="https://github.com/RolandR/place-atlas">GitHub</a>.
|
Code by <a href="/" target="_blank" rel="author">Roland Rytz</a>. Source on <a target="_blank" href="https://github.com/RolandR/place-atlas">GitHub</a> (<a target="_blank" href="https://github.com/Codixer/place-atlas">2022 Version Github</a>).
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue