List of commits:
Subject Hash Author Date (UTC)
Update README.rst 7965df28cbef557fd3819919b4d44f0733dcecf0 Guillaume 2016-10-23 00:06:05
Added README page 8339ac5b13803b026dbfc5edd77fa50a24a70ecb Detche 2016-10-22 23:47:05
Added comments to sources. ce6491ef1337ea34d33b7e4ede0eb9f634e7ab1a Detche 2016-10-22 23:32:26
Added examples. Modified reaction class to add triggers. 545a35d1c5bb36e1b4e4d818b0e6a8f6642a222f Detche 2016-10-22 20:56:54
Initial commit 2cd79df6224290a994b1453f0327740816b0f632 Detche 2016-10-21 16:21:02
Commit 7965df28cbef557fd3819919b4d44f0733dcecf0 - Update README.rst
Author: Guillaume
Author date (UTC): 2016-10-23 00:06
Committer name: GitHub
Committer date (UTC): 2016-10-23 00:06
Parent(s): 8339ac5b13803b026dbfc5edd77fa50a24a70ecb
Signing key:
Tree: 40860c5f9ceb697f0cc7f43a6299289547c46f27
File Lines added Lines deleted
README.rst 4 2
File README.rst changed (mode: 100644) (index bf01e4f..cc5660c)
... ... Usage
19 19 ===== =====
20 20
21 21 Install the dependencies: Install the dependencies:
22 $ pip install discord.py
23 $ pip install lxml
22
23 ``pip install discord.py``
24
25 ``pip install lxml``
24 26
25 27 Review the example robot for a presentation of the bot structure. It includes Review the example robot for a presentation of the bot structure. It includes
26 28 a file documenting the available methods for event processing in the ``reactions`` a file documenting the available methods for event processing in the ``reactions``
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