Commit graph

143 commits

Author SHA1 Message Date
Fabian Wunsch da58a13058 Small consistency improvement 2022-04-11 19:51:15 +07:00
Fabian Wunsch 2ea0e48a1a Off by one error 2022-04-11 19:51:15 +07:00
Fabian Wunsch 9b44ba2ab8 Changed the print content
Co-authored-by: Hans5958 <hans5958@outlook.com>
2022-04-11 19:51:15 +07:00
Fabian Wunsch c4716f5f0e Remove duplicate points using format.py
This is acutally a very widespread "problem". There are many entries
that have 2 points after each other that are identical. This happens
especially often with identical first and last points. This should not
alter the appearance in any way.
2022-04-11 19:51:15 +07:00
AnonymousRandomPerson 6a220c13c1 Updated Reddit additions 2022-04-11 02:22:55 -04:00
AnonymousRandomPerson e0728154ad Merge branch 'master' into cleanup 2022-04-10 14:13:14 -04:00
Hans5958 547ffc773e List ids that already been read in a seperate file 2022-04-10 21:34:06 +07:00
Fabian Wunsch 8f095a6ba0 Using LF instead of RCLF 2022-04-10 16:10:40 +02:00
Fabian Wunsch a052531c13 Even available without import since 3.5 2022-04-09 23:32:17 +02:00
Fabian Wunsch c91df97e25 More beautiful way of fixing this 2022-04-09 23:30:11 +02:00
Fabian Wunsch ebcd5ff847 Fixed platform specific behaviour in format.py
Previously this would've used CRLF on Windows and LF on Linux, now it's
using CRLF on all platforms, as it's the current format
2022-04-09 23:24:33 +02:00
Fabian Wunsch 706f2b32b0 Added a cleanup step to re calulate the center
This change calculates the center of each entry and compares it to the
current center. If they are different, the center get's updated.
2022-04-09 21:08:36 +02:00
Hans5958 804159e116 Reduce copyright notice, add 2022 contributors, add missing notice
The lengthy boilerplate is unnecessary, especially since it is already linked. The type of license can stay there instead.
2022-04-09 16:33:10 +07:00
Hans5958 a19ee7d65a Use HTTPS link to license 2022-04-09 16:33:09 +07:00
Hans5958 b5ee700b00 Forgot to also parse subreddits 2022-04-09 16:33:09 +07:00
Hans5958 31101f8211 Forgot to avoid IndexError 2022-04-09 16:33:09 +07:00
Hans5958 cc4bd5b6da Remove entries with less than 3 points 2022-04-09 16:33:09 +07:00
Hans5958 a996899814 Add ensure_ascii=False 2022-04-09 16:33:09 +07:00
Hans5958 7ee2e5a15a Remove atlas-before-ids-migration from formatter 2022-04-09 16:33:09 +07:00
Hans5958 9053d6d106 Add docs on formatter, move path length checker to formatter 2022-04-09 16:33:09 +07:00
Hans5958 9dc9450524 Smart quotes, why? Get lost. 2022-04-09 16:33:09 +07:00
Hans5958 69ecd7351f Move subreddit-formatted websites to subreddit 2022-04-09 16:33:09 +07:00
Hans5958 d5e7e23a33 Move user links to website, small logic fix 2022-04-08 12:15:21 +07:00
Hans5958 4b26b86e18 Forgot to change that 2022-04-08 12:15:21 +07:00
Hans5958 f4de2cbf7e Make validator more represents the JS script, commatization on spaces
Fun fact: The JS script also includes those that have no r/, but I made the validator warns it so future contributors can confirm and change it into a proper format, or delete it.
2022-04-08 11:48:40 +07:00
Hans5958 1406cc5b7a Forgot to just use strip, also remove trailing comma on subs 2022-04-08 11:37:16 +07:00
Hans5958 cc497d5178 Add forgotten parts on the port, move some parts for better git diff 2022-04-08 11:21:16 +07:00
Hans5958 e9cd995dbd Add semicolons on subreddit formatter 2022-04-08 11:14:17 +07:00
Hans5958 121d8653a5 Update auth setup docs with more clarity
Also adapted from Nick

Co-authored-by: Nicolas Abram <abramlujan@gmail.com>
2022-04-08 11:09:35 +07:00
Hans5958 ad15cefb07 Remove zero width joiner before parsing 2022-04-08 11:03:18 +07:00
Hans5958 f04102f29c Port flair edit, small log change
Logic and port made/adapted from Nick's

Co-authored-by: Nicolas Abram <abramlujan@gmail.com>
2022-04-08 11:03:18 +07:00
Hans5958 4c4fb973f3 Fix trailing comma removal 2022-04-08 11:03:18 +07:00
Hans5958 33bda5f364 Expand error info 2022-04-08 11:03:17 +07:00
Hans5958 8913e781bf Forgot to silent on formatting 2022-04-08 11:03:17 +07:00
Hans5958 cd87520c87 Handle escaping escape characters 2022-04-08 11:03:17 +07:00
Hans5958 1da79b806b Take only the first object, remove escapes, add more info on errors 2022-04-08 11:03:17 +07:00
Hans5958 713ebec844 Somehow commatization gone 2022-04-08 11:03:16 +07:00
Hans5958 796bd09a15 Support some other symbols 2022-04-08 11:03:16 +07:00
Hans5958 a2e483f156 Better URL regex
by stephenhay from https://mathiasbynens.be/demo/url-regex
2022-04-08 11:03:16 +07:00
Hans5958 ad5312e0a3 Support accidental extra slashes 2022-04-08 11:03:16 +07:00
Hans5958 69d836fe4a Add more psuedo-empty strings 2022-04-08 11:03:16 +07:00
Hans5958 ceb8cb4a03 Improve CSTW and whoops 2022-04-08 11:03:15 +07:00
Hans5958 90f9b05092 Add validation 2022-04-08 11:03:15 +07:00
Hans5958 af2b9045d8 I mean, do this instead.
This assumes that it uses Markdown
2022-04-08 11:03:15 +07:00
Hans5958 f942dea58d Nope, don't do that! 2022-04-08 11:03:15 +07:00
Hans5958 4c5711d97d Add support(?) for users 2022-04-08 11:03:14 +07:00
Hans5958 02448d0fad Happy little accidents 3 2022-04-08 11:03:14 +07:00
Hans5958 e113b29939 Add CSTW, clarity fixes 2022-04-08 11:03:14 +07:00
Hans5958 7571a92fd9 Simplify try-catch, assert that path length > 0, separator on fail file
Assertion migrated from ARP

Co-authored-by: Cheng Hann Gan <chenghanngan.us@gmail.com>
2022-04-08 11:03:14 +07:00
Hans5958 2db0dcce6c Optimize and remove redundant code, make some tamer 2022-04-08 11:03:13 +07:00
Hans5958 ede4bc8208 Move things to make it more effective 2022-04-08 11:03:13 +07:00
Hans5958 4acefe3e6d Tiny refactor, remove redundant subreddit link on website
Resolves #707
2022-04-08 11:03:13 +07:00
Hans5958 7abe5cbed6 Happy little accidents 2, convert and on subreddit 2022-04-08 11:03:13 +07:00
Hans5958 b5aa228962 Adapt ARP's url fix
Co-authored-by: Cheng Hann Gan <chenghanngan.us@gmail.com>
2022-04-08 11:03:12 +07:00
Hans5958 3a86822175 Happy little accidents 2022-04-08 11:03:12 +07:00
Hans5958 73ef9e0f27 Remove raw scripts
Maybe yes maybe no eh
2022-04-08 11:03:12 +07:00
Hans5958 5a660759bf Improve and merge scripts, use JSON instead of regex 2022-04-08 11:03:12 +07:00
unknown 93e80dc7f9 New submissions, flair editing script 2022-04-07 17:00:30 -03:00
unknown c7f4b927f5 Fix missing id in entry 2022-04-06 17:38:25 -03:00
unknown 7ad57eaef9 Make redditcrawl create a valid json for atlas_temp 2022-04-06 16:47:46 -03:00
Stefano dc9f184e86
Merge branch 'master' into bulk-format-220406 2022-04-06 01:11:31 -07:00
Hans5958 a097844861 Add and improve scripts 2022-04-06 15:08:26 +07:00
unknown f03a825c5d Fix crawler 2022-04-06 04:48:39 -03:00
Stefano decde2cf02
Merge pull request #606 from nico-abram/counter
Fix Success counter
2022-04-05 23:23:20 -07:00
unknown c726458e07 Fix validation script 2022-04-06 01:47:57 -03:00
unknown 443c210299 Fix Success counter 2022-04-05 22:33:57 -03:00
unknown 35672fdb47 Fix reddit crawl newline and quote handling 2022-04-05 19:00:31 -03:00
ash 2848f93f47
Merge branch 'master' into master 2022-04-05 22:38:13 +01:00
Nicolas Abram 2f45690040
Fix reddit crawling file encoding 2022-04-05 18:19:49 -03:00
Stefano Haagman a820417402 Merge branch 'cleanup' 2022-04-05 22:22:43 +02:00
ash 1eb81da6de
reddit contributions 2022-04-05 20:57:08 +01:00
Stefano Haagman 8a403e4709 Merge branch 'cleanup' 2022-04-05 21:51:35 +02:00
Hans5958 b28e347483 Reduce unnecessary markdown on links script 2022-04-06 00:38:33 +07:00
Hans5958 cac39c5ec3 Proper subreddit format script 2022-04-06 00:37:39 +07:00
ash 6206596da1
fix and update crawler 2022-04-05 13:47:36 +01:00
Aeywoo 5560a2f788
Merge branch 'master' into redditcrawl-fix 2022-04-05 20:48:48 +09:30
Someone Somewhere 9e77c4231c Fix encoding issue 2022-04-05 14:15:30 +03:00
Aeywoo 30efa18e27
Merge branch 'master' into master 2022-04-05 20:43:39 +09:30
Alex Tsernoh 8ed9659cdb make path to atlas a variable 2022-04-05 12:02:43 +01:00
ash 1933a5aebd
latest reddit updates and dupe prevention logic 2022-04-05 11:55:45 +01:00
Alex Tsernoh 1e8264a020 Initial action 2022-04-05 11:53:53 +01:00
ash 3e2f998116
update crawler to reject already submitted 2022-04-05 11:25:12 +01:00
ash 4d6fd79368
new submissions, and move to reddit-based ID 2022-04-05 08:39:51 +01:00
ash 91b2bb82c1
reddit contributions and improvements to redditcrawl.py 2022-04-05 07:58:54 +01:00
ash c1a832389e
add docstring to redditcrawl.py 2022-04-04 19:02:15 +01:00
ash dbf1400599
fix broken quote mark 2022-04-04 18:03:25 +01:00
ash a7f9ca246d
adds latest submissions and tweaks redditcrawl 2022-04-04 17:59:10 +01:00
ash d0d4d62a3e
improves redditcrawl.py 2022-04-04 17:49:57 +01:00
Stefano Haagman bea9c39289 Updated website with latest version of the place 2022-04-03 11:08:52 +02:00
Stefano Haagmans 8d5b280496
Updated some stuff to be up to date with the 2022 r/place event! 2022-04-01 23:56:25 +02:00
Roland Rytz d8ae2db9a3 Add more community entries, add a donate button to main page 2017-05-01 17:54:19 +02:00
Roland Rytz 7109b5cd07 Merge branch 'master' of github.com:RolandR/place-atlas 2017-04-18 21:50:07 +02:00
Peter Cunha e8ab871b14 Organize files into folders 2017-04-18 15:30:28 -04:00