Skip to content

Tis Code should run an bot which types automatically some code in visual basic code. At some point it should be possible to link to a public repo and the bot then automatically writes the repo

License

Notifications You must be signed in to change notification settings

moosler/codeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeBot

Tis Code should run an bot which types automatically some code in visual Studio code. At some point it should be possible to link to a public repo and the bot then automatically writes the repo

How to use it

$ # Get the code
$ git clone https://github.com/moosler/codeBot.git
$ cd codeBot
$
$ # Virtualenv (Unix)
$ virtualenv env
$ source env/bin/activate
$
$ # Virtualenv (Windows)
$ # virtualenv env
$ # .\env\Scripts\activate
$
$ # Virtualenv (Windows on VS Code Bash)
$ # source env/Scripts/activate
$
$ # Install modules
$ pip3 install -r requirements.txt
$ # on Windows
$ # py -m pip install -r requirements.txt
$

About

Tis Code should run an bot which types automatically some code in visual basic code. At some point it should be possible to link to a public repo and the bot then automatically writes the repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages