Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morishin/morishin-bot
- Owner: morishin
- Created: 2024-10-31T04:47:29.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-11-02T02:24:10.000Z (14 days ago)
- Last Synced: 2024-11-02T03:19:43.783Z (14 days ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```