https://github.com/mrinalxdev/os-bot
A bot to simplify your open source issues !!
https://github.com/mrinalxdev/os-bot
Last synced: about 2 months ago
JSON representation
A bot to simplify your open source issues !!
- Host: GitHub
- URL: https://github.com/mrinalxdev/os-bot
- Owner: mrinalxdev
- Created: 2024-07-23T22:12:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T19:44:51.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:21:45.866Z (about 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS BOT
A program in pure typescript to help you understand and resolve an open source repository issue
it has been integrated with Google Gemini api
### How to use It ??
1. Clone the repository
2. ```bash
cd os-bot
```
````
3. ```bash
npm i
````
4. Create a `.env` file and get your Gemini API . Now its time for the github token, go to your github settings > Developer's Settings > Personal Access Tokens > Create a token for general use
Copy the token and paste it in the env file
5. Type in the repository owner and the repository of the issue ..
Go to index.ts file >>
```ts
const issueNumber = ; // Change this to the issue number you want to analyze
```
6. ```bash
npm start
```
Done !! Now you can use the issue analysis for raising a meaningful pr !!
created by (Mrinal)[https://mrinal-dev.vercel.app]