···11# pablo_pixarto
2233-[](https://hex.pm/packages/pablo_pixarto)
44-[](https://hexdocs.pm/pablo_pixarto/)
33+This is a really simple Discord bot made with [grom](https://gitlab.com/grom-gleam/grom) that
44+checks Bluesky for new posts by the @pixeldailies.bsky.social account periodically, and posts them to the
55+[Pixel Paradise](https://discord.gg/T7FKRGP2ZJ) server when they're found.
5666-```sh
77-gleam add pablo_pixarto@1
88-```
99-```gleam
1010-import pablo_pixarto
1111-1212-pub fn main() -> Nil {
1313- // TODO: An example of the project in use
1414-}
1515-```
1616-1717-Further documentation can be found at <https://hexdocs.pm/pablo_pixarto>.
1818-1919-## Development
2020-2121-```sh
2222-gleam run # Run the project
2323-gleam test # Run the tests
2424-```
77+Thanks to [Filip Hoffmann](https://gitlab.com/folospior) for the wonderful Gleam library.