https://github.com/purplelemons-dev/r_place
https://github.com/purplelemons-dev/r_place
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/purplelemons-dev/r_place
- Owner: purplelemons-dev
- Created: 2022-04-04T02:32:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T22:20:48.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T02:37:43.811Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r_place
## Origin/Abstract
~~I created this repo for knowledgeable programmers to obtain a good foundation for creaiting fetch requests for reddit's r/place event.~~ This event has concluded.
## Requirements
Built for browser environment or nodejs. If nodejs is used, you'll need to run `npm i node-fetch@2.6.1` because the newer versions screw up the `require()` function (unless, of course, you rename the main file to `index.js`)
You'll also need to obtain your session token by going to r/place and zooming in and moving around while the Network tab of your browser's developer panel is open. You can find your token in the request headers of the /query requests generated by doing this.