Skip to content

EnkhAmar/gmail-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gmail Bot


The procedure a flow chart of Gmail Bot:

graph TB
A[Gmail Bot] -- Create a new account --> B(Create a new account page)
A[Gmail Bot] -- Login existing account --> C(Login page)
B --> D{Rhombus}
C --> D
Loading

Tip: You could put your secret things in .env files

How to get update from the branch "main"?

First check which branch you are on.

git branch

If your current branch is not "main". Switch to the "main" branch.

git checkout main

Pull the updates from the remote origin main

git pull origin main

Go back to the branch that you use for the development.

git checkout dorji

Update the branch "dorji" with main using merge.

git merge main

About

Gmail Automation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages