An open API service indexing awesome lists of open source software.

https://github.com/lilnouns/lilnouns-bots

Our bots are designed to keep the Lil Nouns DAO community informed and engaged.
https://github.com/lilnouns/lilnouns-bots

bot hacktoberfest lilnouns nouns prop-house prop-lot

Last synced: over 1 year ago
JSON representation

Our bots are designed to keep the Lil Nouns DAO community informed and engaged.

Awesome Lists containing this project

README

          

# Lil Nouns Bots

[![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/lilnouns/lilnouns-bots?include_prereleases)](https://github.com/lilnouns/lilnouns-bots/releases)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/lilnouns/lilnouns-bots/build.yml)](https://github.com/lilnouns/lilnouns-bots/actions/workflows/build.yml)
[![GitHub](https://img.shields.io/github/license/lilnouns/lilnouns-bots)](https://github.com/lilnouns/lilnouns-bots/blob/master/LICENSE)
[![wakatime](https://wakatime.com/badge/user/e5deb439-99d5-4eed-a6d9-8bbd124da45d/project/d2946ce0-3ea9-4536-99b3-4c551a0e1b78.svg)](https://wakatime.com/badge/user/e5deb439-99d5-4eed-a6d9-8bbd124da45d/project/d2946ce0-3ea9-4536-99b3-4c551a0e1b78)
[![X (formerly Twitter) Follow](https://img.shields.io/badge/follow-%40nekofar-ffffff?logo=x&style=flat)](https://x.com/nekofar)
[![Farcaster (Warpcast) Follow](https://img.shields.io/badge/follow-%40nekofar-855DCD.svg?logo=data:image/svg%2bxml;base64,PHN2ZyB3aWR0aD0iMzIzIiBoZWlnaHQ9IjI5NyIgdmlld0JveD0iMCAwIDMyMyAyOTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01NS41ODY3IDAuNzMzMzM3SDI2My40MTNWMjk2LjI2N0gyMzIuOTA3VjE2MC44OTNIMjMyLjYwN0MyMjkuMjM2IDEyMy40NzkgMTk3Ljc5MiA5NC4xNiAxNTkuNSA5NC4xNkMxMjEuMjA4IDk0LjE2IDg5Ljc2NDIgMTIzLjQ3OSA4Ni4zOTI2IDE2MC44OTNIODYuMDkzM1YyOTYuMjY3SDU1LjU4NjdWMC43MzMzMzdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMC4yOTMzMzUgNDIuNjhMMTIuNjg2NyA4NC42MjY3SDIzLjE3MzNWMjU0LjMyQzE3LjkwODIgMjU0LjMyIDEzLjY0IDI1OC41ODggMTMuNjQgMjYzLjg1M1YyNzUuMjkzSDExLjczMzNDNi40NjgyMiAyNzUuMjkzIDIuMiAyNzkuNTYyIDIuMiAyODQuODI3VjI5Ni4yNjdIMTA4Ljk3M1YyODQuODI3QzEwOC45NzMgMjc5LjU2MiAxMDQuNzA1IDI3NS4yOTMgOTkuNDQgMjc1LjI5M0g5Ny41MzMzVjI2My44NTNDOTcuNTMzMyAyNTguNTg4IDkzLjI2NTEgMjU0LjMyIDg4IDI1NC4zMkg3Ni41NlY0Mi42OEgwLjI5MzMzNVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMzQuODEzIDI1NC4zMkMyMjkuNTQ4IDI1NC4zMiAyMjUuMjggMjU4LjU4OCAyMjUuMjggMjYzLjg1M1YyNzUuMjkzSDIyMy4zNzNDMjE4LjEwOCAyNzUuMjkzIDIxMy44NCAyNzkuNTYyIDIxMy44NCAyODQuODI3VjI5Ni4yNjdIMzIwLjYxM1YyODQuODI3QzMyMC42MTMgMjc5LjU2MiAzMTYuMzQ1IDI3NS4yOTMgMzExLjA4IDI3NS4yOTNIMzA5LjE3M1YyNjMuODUzQzMwOS4xNzMgMjU4LjU4OCAzMDQuOTA1IDI1NC4zMiAyOTkuNjQgMjU0LjMyVjg0LjYyNjdIMzEwLjEyN0wzMjIuNTIgNDIuNjhIMjQ2LjI1M1YyNTQuMzJIMjM0LjgxM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=&style=flat)](https://warpcast.com/nekofar)
[![Donate](https://img.shields.io/badge/donate-nekofar.crypto-a2b9bc?logo=ko-fi&logoColor=white)](https://ud.me/nekofar.crypto)

## Overview

This repository contains the source code for various bots, primarily focused on the LilNouns DAO. The codebase is
written in Rust and uses several libraries for web scraping, data fetching, and Discord and Farcaster bot
functionalities.

## Contributing

If you wish to contribute to this project, please follow the [contribution guidelines](CONTRIBUTING.md).

## Development

This is a quick-start instruction for the project development environment setup.

### Requirements

Before starting, ensure you have the following software installed:

1. `Docker`
2. `Docker Compose`
3. `PNPM`

These tools are necessary for running the project in a Docker container.

### Running the Project

To run the project within a Docker container, execute the below command in your terminal:

```shell
docker compose up
```