https://github.com/amorriscode/ovol-salesbot
A Twitter bot for posting Ovol purchases
https://github.com/amorriscode/ovol-salesbot
Last synced: 3 months ago
JSON representation
A Twitter bot for posting Ovol purchases
- Host: GitHub
- URL: https://github.com/amorriscode/ovol-salesbot
- Owner: amorriscode
- License: mit
- Created: 2022-12-06T06:15:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T23:47:59.000Z (over 3 years ago)
- Last Synced: 2025-03-22T02:45:38.447Z (over 1 year ago)
- Language: TypeScript
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ovol Salesbot
[Ovols](https://docs.elixirnft.io/nectars-and-pfps/ovols) is a 10k pfp project built on [Solana](https://solana.com/). Any time someone buys an Ovol (a sale is made), this bot will [tweet about it](https://twitter.com/ovol_salesbot).
## Getting Started
To run this project, you'll need a Twitter account with [elevated access to the API](https://developer.twitter.com/en/docs/twitter-api/getting-started/getting-access-to-the-twitter-api). This is required because the project uses [OAuth 1.0a User Context](https://developer.twitter.com/en/docs/authentication/oauth-1-0a)
1. Clone the repo
```bash
git clone
```
2. Start the dev server
```bash
yarn dev
```