Skip to content

youwinlin/create_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Git and GitHub

Git is an Open Source Distributed Version Control System.

https://medium.com/free-code-camp/what-is-git-and-how-to-use-it-c341b049ae61

https://medium.com/free-code-camp/a-beginners-guide-to-git-how-to-create-your-first-github-project-c3ff53f56861

$ git clone [HTTPS Address]

When you want to save your work, four steps are required. These steps are called: “status”, “add”, “commit” and “push”.

$ git status

$ git add [Filename] [...]

$ git commit -m "Added ..."

$ git push origin master

Create_Bot

Telegram Bot

Line Bot

Skype Bot

About

Create Telegram Bot, Line Bot and Skype Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors