Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/morishin/morishin-bot

A š¯•¸ bot trained on @morishin127ā€™s tweets using ChatGPTā€™s fine-tuning
https://github.com/morishin/morishin-bot

Last synced: 1 day ago
JSON representation

A š¯•¸ bot trained on @morishin127ā€™s tweets using ChatGPTā€™s fine-tuning

Awesome Lists containing this project

README

        

# morishin-bot

A š¯•¸ bot trained on @morishin127ā€™s tweets using ChatGPTā€™s fine-tuning.

https://x.com/morishin_bot

## modeler

1. Download your X archive: https://help.x.com/en/managing-your-account/how-to-download-your-x-archive
1. Copy and fill environment variables. Put the `tweets.js` in your X archive to somewhere and set the file URL to `TWEETSJS_URL`.
```sh
cp modeler/.env.example modeler/.env
```
1. Create model
```sh
deno run create-model
```
1. Access to OpenAI console: https://platform.openai.com/finetune/
1. Keep the created model name.

## tweeter

1. Copy and fill environment variables. Set the created model name to `MODEL_NAME`.
```sh
cp tweeter/.env.example tweeter/.env
```
1. Post a tweet.
```sh
deno run tweet
```
1. Reply to mentions
```sh
deno run reply
```