De r/place bot voor r/PlaceNL.

Related tags

Video/Audio Bot
Overview

NEDERLANDSE VERSIE ONDERAAN DE PAGINA

PlaceNL Bot (English)

The bot for PlaceNL and their allies! This bot connects with the command server and gets it's orders from there. You can see the orderhistory here.

User script bot

Installation instructions

before you start, make sure your cooldown has run out!

  1. Install the Tampermonkey browserextention.
  2. Click on this link: https://github.com/PlaceNL/Bot/raw/master/placenlbot.user.js. If everything went well you'll see Tampermonkey ask you to add it. Click Install.
  3. Reload your r/place tab. If everything went well, you'll see "Accesstoken ophalen..." in the top right of your screen. The bot is now active, You'll be able to see what the bot is doing through these messages.

Cons of this bot

  • When the bot places a pixel, it will look as if it wasn't placed, while the bot has already done that (and thus you're in cooldown). You can see the cooldown in the topright of your screen.

Headless bot

How to get reddit_session cookie

NOTE: People have reported that this is annoying to do on chrome because teksts get unselected. Therefore we recommend that you use firefox.

  1. Go to r/place
  2. Open dev tools and go to the network tab
  3. Refresh the page
  4. Click on the first request to reddit.com/r/place (See image) Screenshot_20220403_165251
  5. Go to the tab called Cookies
  6. Copy the value of the reddit_session cookie

Installation instructions

  1. Install NodeJS.

  2. Download the bot via this link.

  3. Extract the bot anywhere on your desktop

  4. Open a command prompt/terminal in this folder Windows: Shift+right mousebutton in the folder -> Click on "open Powershell here"

    Mac: No clue, sorry!

    Linux: Is this necessary?

  5. install the dependencies: npm i

  6. execute the bot node bot.js SESSION_COOKIE_HERE

  7. BONUS: You can repeat these steps for any amount of accounts you'd want. Keep in mind to use different accounts.

Docker alternative

This option is mostly useful for people who are already using docker.

It has been confirmed to run on x64(average desktop computer) and armv7(raspberry pi), but it should also be able to run on arm64(new apple computers).

  1. Install Docker
  2. Run this command: docker run --pull=always --restart unless-stopped -it ghcr.io/placenl/placenl-bot SESSION_COOKIE_HERE

PlaceNL Bot

De bot voor PlaceNL! Deze bot verbindt met de commando server en krijgt daar order van. De ordergeschiedenis kan je hier bekijken.

User script bot

Installatieinstructies

Voordat je begint, zorg dat je pixel wachttijd is verlopen!

  1. Installeer de Tampermonkey browserextensie.
  2. Klik op deze link: https://github.com/PlaceNL/Bot/raw/master/placenlbot.user.js. Als het goed is zal Tampermonkey je moeten aanbieden om een userscript te installeren. Klik op Install.
  3. Herlaad je r/place tabblad. Als alles goed is gegaan, zie je "Accesstoken ophalen..." rechtsbovenin je scherm. De bot is nu actief, en zal je via deze meldingen rechtsbovenin je scherm op de hoogte houden van wat 'ie doet.

Nadelen van deze bot

  • Wanneer de bot een pixel plaatst, ziet het er voor jezelf uit alsof je nog steeds een pixel kunt plaatsen, terwijl de bot dit al voor je heeft gedaan (en je dus in de 5 minuten cooldown zit). De cooldown wordt daarom rechtsbovenin je scherm weergegeven.

Headless bot

Je sessie cookie verkrijgen

NOTE: People have reported that this is annoying to do on chrome because teksts get unselected. Therefore we recommend that you use firefox.

NOTE: Mensen hebben ons verteld dat dit process vervelend is op chrome, hierom raden wij firefox aan.

  1. Ga naar r/place
  2. Open Element inspecteren/F12 en ga naar het tabje netwerk
  3. Herlaad de pagina
  4. Click op de eerste request naar reddit.com/r/place (Zie afbeelding) Screenshot_20220403_165251
  5. Ga naar het tabje cookies
  6. Kopieer de waarde van reddit_session

Installatieinstructies

  1. Installeer NodeJS.
  2. Download de bot via deze link.
  3. Pak de bot uit naar een folder ergens op je computer.
  4. Open een command prompt/terminal in deze folder Windows: Shift+Rechter muis knop in de folder -> Click op "Powershell hier openen" Mac: Echt geen idee. Sorry! Linux: Niet echt nodig toch?
  5. Installeer de nodige depdendencies met npm i
  6. Voor de bot uit met node bot.js SESSIE_COOKIE_HIER
  7. BONUS: Je kunt de laatse twee stappen zo vaak doen als je wil voor extra accounts. Let wel op dat je andere accounts gebruikt anders heeft het niet heel veel zin.

Docker alternatief

Dit alternatief is vooral geschikt voor iedereen die al docker gebruikt.

Het is bevestigd dat het op x64(gemiddelde desktopcomputer) en armv7(raspberry pi) draait, maar het zou ook op arm64(nieuwe Apple-computers) moeten kunnen draaien.

  1. Installeer Docker
  2. Start dit command: docker run --pull=always --restart unless-stopped -it ghcr.io/placenl/placenl-bot SESSIE_COOKIE_HIER
Comments
  • [Headless] Added random useragents

    [Headless] Added random useragents

    Dit zal er voor zorgen dat Reddit ons niet kan bannen op User-Agent niveau. Ik heb de meest up to date agents van chrome, firefox en edge gepakt (en een aantal random).

    Version bump is meegenomen.

    opened by SpiderDead 8
  • Headless token refresh

    Headless token refresh

    Use reddit_session cookie to refresh the accessToken on headless bots. Currently still testing.
    This PR changes the bot.js script to take a semicolon (;) separated list of cookies instead of a comma (,) separated list of accessTokens. The env variable is also changed from ACCESS_TOKEN to REDDIT_SESSION to reflect this

    How to get reddit_session cookie

    1. Go to r/place
    2. Open dev tools and go to the network tab
    3. Refresh the page
    4. Click on the first request to reddit.com/r/place (See image) Screenshot_20220403_165251
    5. Go to the tab called Cookies
    6. Copy the value of the reddit_session cookie
    opened by KalleStruik 8
  • Final access token refresh fix + error handling fixes

    Final access token refresh fix + error handling fixes

    This fixes a bunch is small but critical issues:

    1. Stupid autocomplete mistake that causes all these 'Ratelimited' errors.
    2. Properly log error data whenever place() fails (unfortunately reddit API responses are not exactly consistent...)

    And most important:

    1. Make sure the access token refresh actually affects attemptPlace(). Right now the refreshed tokens are effectively silently discarded, causing issues after 1 hour of uptime.
    opened by nuc1e4r5n4k3 2
  • Headless versie werkt niet bij mij

    Headless versie werkt niet bij mij

    Ik probeer de headless versie met behulp van de instructies te installeren maar krijg de volgende error:

    > node bot.js <access-token>

    internal/modules/run_main.js:54
        internalBinding('errors').triggerUncaughtException(
                                  ^
    
    Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader
        at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:724:11)
        at Loader.resolve (internal/modules/esm/loader.js:97:40)
        at Loader.getModuleJob (internal/modules/esm/loader.js:242:28)
        at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:50:40)
        at link (internal/modules/esm/module_job.js:49:36) {
      code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
    

    OS Linux openSUSE Leap 15.3 (maar heb verder weinig verstand van Linux) en browser Firefox.

    opened by murakamifan 2
  • Random tijd tussen pixelplacement. Versienummer opgehoogd.

    Random tijd tussen pixelplacement. Versienummer opgehoogd.

    10 seconden zullen eerste keer niet veel doen, maar na 50 min ga je wel iets uit elkaar lopen. Ik kan hem iets ophogen ook. We willen ook niet te veel efficiency verliezen.

    opened by JesseRiemens 1
  • Docker image + pipeline for headless bot

    Docker image + pipeline for headless bot

    Sting heeft een k8s cluster over, dus ik heb even snel een Docker image in elkaar geknutseld, met een pipeline die m automatisch bouwt :)

    Je moet wel eventjes een personal access token aanmaken (https://github.com/settings/tokens, zorg dat ie permissions heeft voor packages) en die als repo secret (CR_PAT toevoegen)

    opened by juliavdkris 1
  • Remove parking line from reference image

    Remove parking line from reference image

    The hive-mind is more than capable of fixing the parking lines.

    The bot should therefore only be used to perform the more important tasks of maintaining the text and logo.

    opened by kolgza 1
  • Crash bij nieuwe map

    Crash bij nieuwe map

    Helaas lijkt de crash nog niet opgelost te zijn(#40), ik draai de headless bot in docker(laatste versie op master).

    Error:

    Nieuwe map geladen (reden: Windmolens)
    Bad image path
    node:internal/process/promises:279
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "undefined".] {
      code: 'ERR_UNHANDLED_REJECTION'
    }
    
    opened by maartenpeels 2
  • Major cleanup of codebase

    Major cleanup of codebase

    Significantly cleaned up the code:

    • Added helper functions for common constructions.
    • Added docstrings to most functions
    • Added (some) comments
    • Rewrote canvas id system to allow easier expansion (or reduction)
    • Removed a bunch of magic numbers
    opened by bobveringa 2
Owner
null
A multi-purpose assistant bot for Discord to make your server a better place.

━━━━━━ ❖ ━━━━━━ Rieko ?? FEATURES To be filled. ?? TIP JAR If you enjoyed it and would like to show your appreciation, you may want to tip me here. It

Jan Leigh Muñoz 3 May 23, 2022
New base bot WhatsApp 🈴 bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri 😎

Installation • Thanks to • Donate Official Group Bot • Settings Instalasi Heroku Buildpack Click the deploy icon below ! > heroku/nodejs > https://g

zeeone 27 Feb 9, 2022
Design and apply pixel art to reddit's /r/place

Reddit /r/place BOT Design and apply pixel art to reddit's /r/place Install NOTE: If you are using M1 mac and have issue installing node-canvas, see t

Stefan Mirea 10 Apr 4, 2022
Discord-Bot - You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have published on my youtube channel.

Discord-Bot You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have publishe

Umut Bayraktar 114 Jan 3, 2023
It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

Lofi-Radio-Music-Bot It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with butt

Diwas Atreya 89 Jan 2, 2023
Ini Adalah Tools Bot WhatsApp,Pengodean Ulang Dari Sc Bot Kanna Bot

Node Modules Belum Selesai Unduh File Bot Lengkap Node Modules Click Here Lord Bot FOR DEPLOY HEROKU USER Instal Buildpack heroku/nodejs https://githu

Creator Lord-Botz 8 Jul 1, 2022
This bot can raise your mood. This bot send joke often our channel for users. Sometimes bot don't work because we have not server for this project...)

Hi, welcome to send-joke-bot telegram bot project ?? What can do this bot ? This bot can raise your mood. This bot send joke often our channel for use

Muhammadamin 5 Sep 26, 2022
A bot Similar to the reaction roles discord bot, but free. Written in JavaScript, and uses MongoDB.

Discord Reaction Roles bot About • Features • Installation • Setting Up About An open source reaction roles bot to anyone who needs one in their serve

null 52 Dec 22, 2022
Açık kaynaklı bir discord bot list botu. Bot list sunucularına özel yapılmıştır. Tanıtım videosu MoTion42 Kanalında bulunuyor. Umarım beğenirsiniz.

?? Bot Bilgilendirme Açık kaynaklı bir discord bot list botu. Bot list sunucularına özel yapılmıştır. Tanıtım videosu MoTion42 Kanalında bulunuyor. Um

`Motion 1 Sep 11, 2021
Bot sviluppato in Node.js che permette la prenotazione e il successivo invio dello screenshot di quest'ultima tramite un bot di telegram.

Unimore-Bot Bot sviluppato in Node.js che permette la prenotazione e il successivo invio dello screenshot di quest'ultima tramite un bot di telegram I

Lorenzo Codeluppi 8 Jun 9, 2022
A Discord bot library to make the development of a bot a little bit easier.

Discord Bot Framework (DBF) A basic Discord bot framework to allow for easier creation of bots. With this library, you can easily parse and handle com

Yoo-Babobo 1 Dec 23, 2021
SlashCommands-Bot - An advanced discord bot, with Slash Commands !

SlashCommands Bot Github post is a discord bot handler with slashcommands in v13 How to install ? You need to have Node.JS 16+ git clone https://githu

null 9 Nov 16, 2022
Revoltchat-bot - Revolt.chat bot template

revoltchat-bot Revolt.chat bot template made with Typescript Setup Guide Clone this repository git clone https://github.com/debert-jamie/revoltchat-bo

Debert Jamie 3 Jan 2, 2023
BOT-TABELA-FIPE - BOT que busca na API da FIPE todas as marcas e seus respectivos modelos e anos.

BOT-TABELA-FIPE BOT que busca na API da FIPE todas as marcas e seus respectivos modelos e anos. O BOT trabalha de maneira assíncrona, assim, torna mui

Cristian Vaghetti 1 Jan 3, 2022
Discord.js bot v13. Russian bot

Nutella-bot Discord.js bot v13. Russian bot Бот создан в России, он набирал популярность среди многих серверов. Завоевал 42 тысячи пользователей, и бы

null 6 Jun 5, 2022
PancakeSwap Prediction Bot [Fullversion]. Make gains passively while running this bot for PancakeSwap or CandleGenie.

?? PancakeSwap Prediction v1.0.0 ?? This bot wins the majority of rounds on PancakeSwap & CandleGenie based. This bot survived the beta and is now in

null 82 Dec 23, 2022
nganu bot, multi device based simple whatsapp-bot with social media downloader

nganu A Simple Multi-Device WhatsApp Bot simple whatsapp-bot using baileys-md to download social media post and many features Install set instagram se

Muhamad Ristiyanto 28 Nov 20, 2022
This bot is a cool Discord bot made in discord.js using Node.JS

Anti-Crosspost Discord Bot This bot is a cool Discord bot made in discord.js using Node.JS. It detects when a user cross-posts a message in multiple c

Muhammad Usman Mithani 4 May 31, 2022
Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot that handles all your server needs.

Welcome to Co-Pilot Bot repo! ?? ?? Co-Pilot (All-in-one Discord Bot) Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot

YMafalha 19 Nov 11, 2022