You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#12
Squashed commit of the following:
commit c4fcd1b
Author: Pablo Rodríguez <[email protected]>
Date: Tue Jan 24 13:03:58 2017 +0100
Added some config options. Final v1.2 commit-
commit 64e97d7
Author: Pablo Rodríguez <[email protected]>
Date: Mon Jan 23 14:11:24 2017 +0100
Added enfore MMR ability
commit 9b35426
Author: Pablo Rodríguez <[email protected]>
Date: Fri Jan 20 12:23:23 2017 +0100
Removed uneccessary comment
commit b69cc92
Author: Pablo Rodríguez <[email protected]>
Date: Fri Jan 20 12:21:00 2017 +0100
The bot is able to retrieve the Match ID
commit 47f41fe
Author: Pablo Rodríguez <[email protected]>
Date: Tue Jan 17 21:52:10 2017 +0100
Bug fixes
commit 10ebaff
Author: Pablo Rodríguez <[email protected]>
Date: Mon Jan 16 13:12:16 2017 +0100
Updated usage guide
commit dc4989e
Author: Pablo Rodríguez <[email protected]>
Date: Mon Jan 16 13:02:08 2017 +0100
Added CM Pick option (Needs testing)
commit 35c3bfd
Author: Pablo Rodríguez <[email protected]>
Date: Sun Jan 15 17:32:46 2017 +0100
Finished MMR support.
commit 3749e1e
Author: Pablo Rodríguez <[email protected]>
Date: Sun Jan 15 02:08:46 2017 +0100
Fetching MMR from OpenDota
commit 021bae7
Author: Pablo Rodríguez <[email protected]>
Date: Sat Jan 14 17:19:16 2017 +0100
Merge branch 'dota-feature-multiple-steam-bots'
Squashed commit of the following:
commit ff26b5d
Author: Pablo Rodríguez <[email protected]>
Date: Sat Jan 14 17:15:09 2017 +0100
Works apparently.
commit bed8095
Author: Pablo Rodríguez <[email protected]>
Date: Fri Jan 13 11:34:17 2017 +0100
small progress
commit 07a80e5
Author: Pablo Rodríguez <[email protected]>
Date: Thu Jan 12 20:47:31 2017 +0100
Fixed some things + status command (untested)
commit 5594b93
Author: Pablo Rodríguez <[email protected]>
Date: Thu Jan 12 14:06:28 2017 +0100
Seems to work now
commit e864b89
Author: Pablo Rodríguez <[email protected]>
Date: Thu Jan 12 13:26:51 2017 +0100
Getting an error on lobby creation
commit 100c4df
Author: Pablo Rodríguez <[email protected]>
Date: Wed Jan 11 20:41:56 2017 +0100
Still a wip...
commit 64bb4e1
Author: Pablo Rodríguez <[email protected]>
Date: Wed Jan 11 13:30:49 2017 +0100
Forgot to upload the next version sql changes
commit 977b5cb
Author: Pablo Rodríguez <[email protected]>
Date: Wed Jan 11 13:29:45 2017 +0100
Still a wip
I'm making soooooo much changes without testing, but I can't right now. Debugging is gonna be fun.
commit 403bf75
Merge: 227c59a4b005fd
Author: Pablo Rodríguez <[email protected]>
Date: Wed Jan 11 12:01:08 2017 +0100
Merge branch 'dota-dev' into dota-feature-multiple-steam-bots
commit 227c59a
Author: Pablo Rodríguez <[email protected]>
Date: Sat Jan 7 14:22:57 2017 +0100
Still a work in progress
Rewriting the dotahandler module.
commit 5d1aa84
Author: Pablo Rodríguez <[email protected]>
Date: Fri Jan 6 21:38:12 2017 +0100
Doesn't work so far
commit a95b25e
Author: Pablo Rodríguez <[email protected]>
Date: Fri Jan 6 13:28:27 2017 +0100
Changed scripts to work with multiple bots
commit 4b005fd
Merge: cacfeb886629b0
Author: Pablo Rodríguez <[email protected]>
Date: Wed Jan 11 12:00:38 2017 +0100
Merge branch 'dota' into dota-dev
commit cacfeb8
Merge: 69caf3cd30d919
Author: Pablo Rodríguez <[email protected]>
Date: Fri Jan 6 11:43:09 2017 +0100
Merged branch dota into dota-dev
Copy file name to clipboardexpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,20 @@ used `git` to clone the repository, this is easy:
100
100
$ git pull --all
101
101
```
102
102
103
-
If you forked this repo to deploy to Heroku, this will not work, because it's pulling from your repo, and not from this one. To solve that, first [configure this repo (MeLlamoPablo/schedulebot) as a remote for your fork (YOUR_GITHUB_USERNAME/schedulebot)](https://help.github.com/articles/configuring-a-remote-for-a-fork/). Then, [fetch this repo](https://help.github.com/articles/syncing-a-fork/)*(change `master` to `dota` or `heroku-dota`, depending on what branch you're working with)*.
103
+
If you forked this repo to deploy to Heroku, this will not work, because it's pulling from your
104
+
repo, and not from this one. To solve that, first [configure this repo (MeLlamoPablo/schedulebot)
105
+
as a remote for your fork (YOUR_GITHUB_USERNAME/schedulebot)](https://help.github.com/articles/configuring-a-remote-for-a-fork/).
106
+
Then, [fetch this repo](https://help.github.com/articles/syncing-a-fork/)
107
+
*(change `master` to `dota` or `heroku-dota`, depending on what branch you're working with)*.
104
108
105
-
However, after this your bot is not ready yet. A database update is also required:
109
+
After that, perform another npm install to make sure that you get any new dependencies or update
110
+
existing ones:
111
+
112
+
```
113
+
$ npm install
114
+
```
115
+
116
+
However, after all of this your bot is not ready yet. A database update is also required:
0 commit comments