https://github.com/irismessage/pixels-client
Automated client for pixel art games
https://github.com/irismessage/pixels-client
discord pixel-art place reddit twtich
Last synced: about 1 month ago
JSON representation
Automated client for pixel art games
- Host: GitHub
- URL: https://github.com/irismessage/pixels-client
- Owner: irismessage
- License: gpl-3.0
- Created: 2021-05-25T16:51:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T18:20:18.000Z (over 4 years ago)
- Last Synced: 2024-10-13T01:03:36.560Z (over 1 year ago)
- Topics: discord, pixel-art, place, reddit, twtich
- Language: Python
- Homepage:
- Size: 624 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pydis-pixels
A client for the Python Discord's Pixels event, an API-based r/place style thing.
https://pixels.pythondiscord.com/info/
I'm now repurposing it to work with different apis, specifically my friend's new project cmpc pixels
## Usage
Get your token from here https://pixels.pythondiscord.com/info/authentication
Create `config.json` from `config.template.json` and fill in your token.
Install dependencies
Then run
### Your own images
Add your image to the `images` folder.
You should name it
name,scalex,(x,y).png
e.g.
jmcb,10x,(75,2).png
### Discord bot component
First get a bot token and put it in the config. This will automatically run the bot. Add the bot to your server and run `pixels.startmirror {channel}`. Put the resulting message ID and channel ID into your config, and you're good to go.
## Compendium
A source for every image on the canvas in one place.
https://joelsgp.github.io/pixels-client/pages/
https://github.com/joelsgp/pixels-client/blob/github-pages/pages/README.md