/da-vinci

r/place automation

Primary LanguageGoMIT LicenseMIT

Build Latest Release Go Report Card Go Reference

Reddit r/place automation 2022

Scripts an image to r/place.

Requirements

Go (https://go.dev) or download a release binary directly at https://github.com/jidicla/da-vinci/releases .

PNG image for drawing.

How to Get App Client ID and App Secret Key

Steps:

  1. Visit https://www.reddit.com/prefs/apps
  2. Click "create (another) app" button at very bottom
  3. Select the "script" option and fill in the fields with anything
  4. Add other usernames as developers to the app.

Usage

mv example_config.json config.json

and fill in values.

Run the app:

go run . example.png

or

go run github.com/jidicula/da-vinci@latest example.png

or

go install github.com/jidicula/da-vinci@latest
da-vinci example.png