/example.py (3f148ab99d152565c46e51fd45e51030417f7faa) (172 bytes) (mode 100644) (type blob)
#!/usr/bin/env python
from botly.bot import Bot
def main():
bot = Bot('examplebot', 'examplebot/botdb.xml')
bot.live()
if __name__ == "__main__":
main()
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
896 |
ac3944627b46e5914bc225d541cab61e13102ad4 |
README.md |
040000 |
tree |
- |
7fe31426b83442fe984fbceaebdfe52b5027603f |
botly |
100644 |
blob |
172 |
3f148ab99d152565c46e51fd45e51030417f7faa |
example.py |
040000 |
tree |
- |
397dee229020cc10f79921f6d7253dcd4a117273 |
examplebot |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/detche/Botly
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/detche/Botly
Clone this repository using git:
git clone git://git.rocketgit.com/user/detche/Botly
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main