Skip to content

Commit

Permalink
✅: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
withrvr committed Jan 31, 2023
1 parent 29593c7 commit 5407ed5
Show file tree
Hide file tree
Showing 11 changed files with 230 additions and 12 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: ""
assignees: ""
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ""
labels: ""
assignees: ""
---
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: ""
assignees: ""
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thx we will fix the issue very soon"
pr-message: "Thx to contribute we will verify and add the changes soon"
19 changes: 19 additions & 0 deletions Developer_Guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Run

1. Go to, Visit
- [chrome://extensions/](chrome://extensions/)
2. Enable Developer mode ... on top right corner
3. click on Load unpacked ..... shows on top left corner
- and select [chrome-extension](./chrome-extension/) folder
- to see the result

# Technology

## In Use

- Basic HTML, CSS, JS
- ...

## Will Use

-
39 changes: 31 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# 📊: ChatGPT Gmail Bot

```
- Chrome Extension
- which connect ChatGPT with Gmail
- and write reply email for incoming emails
```
<p align="center">
<a href="#" target="_blank">
<img src="./chrome-extension/logo.png" alt="logo" width="200">
</a>
</p>

- [Screenshots of this project](./screenshots/)
<h3 align="center"> <b>ChatGPT Gmail Bot</b> </h3>

# 📽️: Udemy
<div align="center">
<p> Chrome Extension to connect ChatGPT with gmail, <br> and write reply email for incoming emails </p>

<a href="https://github.com/withrvr/ChatGPT-Gmail-Bot/issues/new?template=bug_report.md" target="_blank">Report Bug</a>
|
<a href="https://github.com/withrvr/ChatGPT-Gmail-Bot/issues/new?template=feature_request.md" target="_blank">Request Feature</a>
|
<a href="https://github.com/withrvr/ChatGPT-Gmail-Bot/discussions" target="_blank">Discussions</a>

</div>

<!-- <h3 align="center">
<a href="./screenshots/" target="_blank"><b>Screenshots of this project</b></a>
</h3> -->

# 📸: Screenshots of this projects

- How to run the project ... [Developer_Guide.md](./Developer_Guide.md)
- for more photos visit [/screenshots](./screenshots/) folder

![output-1](./screenshots/output-1.png)

# 🔗: Links

- [Official Chrome Extension Docs](https://developer.chrome.com/docs/extensions/)
<!-- - Deployed extension link here -->
- Course :- https://www.udemy.com/course/chatgpt-bot/
- Certificate :- https://www.udemy.com/certificate/UC-b46816a7-81f0-462e-8ebd-a11c5662701f/

Expand Down
95 changes: 93 additions & 2 deletions chrome-extension/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,96 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>ChatGPT Gmail Bot - Chrome Extension</title>

<style>
body {
width: 500px;
margin: 20px;
}
footer {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
footer > a {
text-decoration: none;
font-weight: 500;
}
ol {
/* font-weight: bold; */
font-size: 18px;
}
h1 {
font-family: "Comic Sans MS", "Comic Sans", cursive;
}
</style>
</head>

<body>
<h1>Hello World !!!</h1>
<header style="text-align: center">
<h1>ChatGPT Gmail Bot</h1>
</header>
<main>
<ol>
<li>Install the extension (✅ Done).</li>
<li>
Go to
<ul>
<li>
<a href="https://mail.google.com/" target="_blank">
GMail
</a>
</li>
<li>
<a href="https://chat.openai.com/" target="_blank">
ChatGPT
</a>
</li>
</ul>
</li>
<li>
If the tab was opened before the extension was installed,
then please reload the tab once to use the extension
</li>
<p>
Now since both GMail and ChatGPT is open
<br />
Now do the the process you do daily
</p>
<li>Open the email you want to send reply to</li>
<li>Then click on the Reply Button</li>
<br />
<li>Now reply email will be generated automatically</li>
</ol>
</main>

<!-- <footer style="text-align: center"> -->
<footer>
<a
href="https://github.com/withrvr/ChatGPT-Gmail-Bot/issues/"
target="_blank"
>
Report Issue
</a>
<!-- &nbsp;&nbsp;|&nbsp;&nbsp; -->
<a
href="https://github.com/withrvr/ChatGPT-Gmail-Bot"
target="_blank"
>
Github Repo
</a>
<!-- &nbsp;|&nbsp;
<a
href="#"
target="_blank"
>
Rate Extension
</a> -->
</footer>
</body>
</html>
Binary file added chrome-extension/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions chrome-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 3,

"name": "ChatGPT Gmail Bot",
"description": "Chrome Extension to connect ChatGPT with gmail, and write reply email for incoming emails",
"version": "0.4",
"description": "Write Emails Automatically for Incoming Emails for you, using ChatGPT",
"version": "1.0.0",
"author": "Raghav Rathi",

"action": {
Expand All @@ -28,5 +28,11 @@

"background": {
"service_worker": "background.js"
},

"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
}
Binary file added screenshots/output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/output-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5407ed5

Please sign in to comment.