1
0
mirror of https://gitlab.com/simple-stock-bots/simple-stock-bot.git synced 2025-06-16 15:17:28 +00:00

100 Commits

Author SHA1 Message Date
c49a2c321e removed news command handler 2019-05-28 05:02:25 -07:00
bc09be8ea4 fixed dividend function for if symbol doesnt exist 2019-05-28 04:59:16 -07:00
14ced9682a updated dividend function for new API 2019-05-28 01:00:40 -07:00
6b679963dd removed news since no longer supported by IEX 2019-05-27 09:19:42 -07:00
3113c17efb updated standard reply for tickers in text 2019-05-27 09:18:24 -07:00
bfca21f176 Organized Imports 2019-05-22 06:00:49 -07:00
d5533909a0 Merge branch 'issues' into 'master'
Issues

Closes #16

See merge request simple-stock-bots/simple-telegram-bot!11
2019-05-12 02:54:45 +00:00
9f87a86bde bot now types in chat while its working. 2019-05-11 19:45:28 -07:00
74e63bb697 fix #16 2019-05-11 19:44:25 -07:00
8589082439 added enviroment variables for telegram token 2019-05-10 00:30:34 -07:00
369f6d9efa update dockerfile for new filenames 2019-05-10 00:24:09 -07:00
1f474dca46 rewrote entire bot code. Functionally identical. 2019-05-10 00:21:56 -07:00
d7d0962eea Gave website its own repo 2019-04-02 22:49:18 -07:00
2e4d6da26d Merge branch 'revert-98e9c990' into 'master'
Revert "trying heroku"

See merge request MisterBiggs/simple-telegram-bot!10
v1.0
2019-03-23 06:03:31 +00:00
56ef9b4a41 Revert "trying heroku"
This reverts commit 98e9c990835d4706d37e37bff0205ff1db763f47
2019-03-23 06:03:20 +00:00
fa89c724e6 Merge branch 'master' of https://gitlab.com/MisterBiggs/simple-telegram-bot 2019-03-22 23:00:00 -07:00
98e9c99083 trying heroku 2019-03-22 22:59:47 -07:00
94259bfb21 🎶accidentally committed a token again🎶 2019-03-23 05:44:52 +00:00
fe6ffc053e turns out building docker containers in CI is hard 2019-03-22 22:26:32 -07:00
98571f6b08 doing what someone online said to 2019-03-22 18:35:22 -07:00
15228e1d15 debugggging 2019-03-22 18:29:36 -07:00
1e59c4ae4c trying to do two separate images 2019-03-22 18:26:48 -07:00
101da677b2 fixed command 2019-03-22 18:19:08 -07:00
d43689c38a this is dumb 2019-03-22 18:07:06 -07:00
a3de865766 install pip 2019-03-22 18:05:04 -07:00
17173cb27a changed docker image 2019-03-22 18:03:09 -07:00
199d49f841 fixing command 2019-03-22 17:58:58 -07:00
bf176a92aa install docker 2019-03-22 17:57:21 -07:00
e5d198dfc8 Merge branch 'master' of https://gitlab.com/MisterBiggs/simple-telegram-bot 2019-03-22 17:55:44 -07:00
6ffae05930 forgot to add the changes to last commit 2019-03-22 17:55:38 -07:00
2f49d1e99e Merge branch 'Features' into 'master'
Features to finish version 1

Closes #13

See merge request MisterBiggs/simple-telegram-bot!9
2019-03-23 00:54:34 +00:00
604b7c7e1c making CI also build docker image 2019-03-22 17:52:36 -07:00
2ebcf5f8d8 fixed issues #13 2019-03-22 12:37:57 -07:00
b7fb4df4a8 gave regex for tickers a variable #13 2019-03-22 12:37:43 -07:00
c1030d0956 Merge branch 'Features' of https://gitlab.com/MisterBiggs/simple-telegram-bot into Features 2019-02-22 12:43:13 -07:00
0e14b183fa Merge branch 'Features' into 'master'
replaced formatting with f strings and fixed news bug

See merge request MisterBiggs/simple-telegram-bot!8
2019-02-22 19:43:07 +00:00
4679657c77 Merge branch 'master' into 'Features'
# Conflicts:
#   bot/stockBot.py
2019-02-22 19:43:00 +00:00
87448cbe90 leftover code from testing things 2019-02-22 12:35:26 -07:00
d0505a641d #12 news now prints regardless of how many items api returns. 2019-02-22 12:34:20 -07:00
e210b9ad0e replaced formatting with f strings 2019-02-22 11:57:21 -07:00
40c8c7a00d Add LICENSE 2019-02-20 07:02:29 +00:00
a22c80aa80 removed docker build instructions
Since theres now a remote build so info on how to build their own container feels redundant. Now shows how to run bot outside of docker.
2019-02-12 23:46:20 -07:00
7215a29d90 Bot was typing for every message even when it shouldn't. This should fix 2019-02-12 23:40:56 -07:00
22415a8da2 Old import left over from implementing news 2019-02-12 23:40:27 -07:00
778c8e9d77 updated docs to show gitlab container hosting 2019-02-12 23:34:34 -07:00
4c04c1664d updated docs with new bot info 2019-02-12 23:18:42 -07:00
18f82286ce fixed a space 2019-02-12 23:18:04 -07:00
8d61cf33df Merge branch 'Features' into 'master'
Fixed news, added dividend functionality

See merge request MisterBiggs/simple-telegram-bot!6
2019-02-13 05:46:31 +00:00
b6eb8b55f0 Revert "needs to be in root directory"
This reverts commit 6992d87d83061cc5da6e600d2fe5ac19e5d35ecb.
2019-02-12 22:37:36 -07:00
6992d87d83 needs to be in root directory 2019-02-12 22:15:28 -07:00