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.
- Host: GitHub
- URL: https://github.com/lilnouns/lilnouns-bots
- Owner: lilnouns
- License: apache-2.0
- Created: 2023-09-09T03:28:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T10:10:14.000Z (about 2 years ago)
- Last Synced: 2024-04-24T11:24:41.081Z (about 2 years ago)
- Topics: bot, hacktoberfest, lilnouns, nouns, prop-house, prop-lot
- Language: Rust
- Homepage: https://warpcast.com/lilnouns
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Lil Nouns Bots
[](https://github.com/lilnouns/lilnouns-bots/releases)
[](https://github.com/lilnouns/lilnouns-bots/actions/workflows/build.yml)
[](https://github.com/lilnouns/lilnouns-bots/blob/master/LICENSE)
[](https://wakatime.com/badge/user/e5deb439-99d5-4eed-a6d9-8bbd124da45d/project/d2946ce0-3ea9-4536-99b3-4c551a0e1b78)
[](https://x.com/nekofar)
[](https://warpcast.com/nekofar)
[](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
```