85 Commits

Author SHA1 Message Date
5a0f40704d Change org info to org name in the /rsifind command 2024-01-03 18:07:01 -08:00
7ff296b917 Fix black pre-commit 2024-01-03 15:09:35 -08:00
d2a18bf1cd Fix edge cases for evocati org 2024-01-01 20:33:13 -08:00
1e73c110da Fix check for badge url on profile 2024-01-01 19:16:44 -08:00
d820d64ff9 Fix edge case where the base url isnt in the badge url for some reason 2024-01-01 17:21:35 -08:00
44d0beaa2e Rewrite of the /rsifind command. Much faseter and not relying on the shitty API anymore 2024-01-01 17:13:29 -08:00
22f87fa5ec Adding the /price command to get just the value of a given amount of cargoogp 2023-12-30 20:56:59 -08:00
99ec5b5ebc back to live endpoing 2023-12-29 12:03:59 -08:00
9cbac79b11 Switch to cache endpoint 2023-12-28 21:37:38 -08:00
d85b1fe181 Fix check for if someones in an org 2023-12-25 13:07:02 -08:00
02ae0dd39e Fix check for if someones in an org 2023-12-25 13:06:41 -08:00
4ffc6fe085 Fix how i find the locations taht a ship is sold at 2023-12-24 17:28:52 -08:00
6e904d3505 Account for no ship pricing on finder.cstone's site 2023-12-24 14:54:35 -08:00
7e3af704c2 Adding buy location back to the /ship command 2023-12-23 14:11:23 -08:00
79e6088777 Print player name in error message for rsi_find 2023-12-22 23:52:04 -08:00
d8a9886b6d Fix pricing information for ships 2023-12-22 13:34:30 -08:00
f52da8943f Initial pass at a /rsifind command 2023-12-22 10:53:40 -08:00
003f77b93f Adding quantumfuel to the /ship command 2023-12-21 21:51:54 -08:00
9ac0682786 Add ship health to /ship command 2023-11-30 08:10:06 -08:00
c1429fadab Chagne loaner to loaner(s) for the /ship command 2023-11-27 08:44:15 -08:00
c431626332 adding sim racing role to server 2023-11-26 11:15:41 -08:00
1c9086f88c Add loaner to /ship command if it exists on the page 2023-11-25 10:26:54 -08:00
2c43ddebcb Move description of a ship to the top of the embed 2023-11-25 08:07:06 -08:00
45d0a83c06 Add length/width/height to /ship 2023-11-21 09:47:19 -08:00
a44f3dd5d4 Add ship image back to the embed, im dumb 2023-11-06 15:26:14 -08:00
c7ff793ead Add ship description to the /ship command 2023-11-04 23:43:03 -07:00
1f5a8dfd09 Add a print just so i can catch this in the future 2023-11-02 14:54:33 -07:00
3f4b78cbb2 update readme 2023-10-30 14:35:38 -07:00
00c7c1f75d Adding item uuid to /ship 2023-10-18 22:00:49 -07:00
d9a89939e0 Another re-write of the monitoring code for starcitizen. This time taking advantage of the cstate API 2023-10-13 11:35:12 -07:00
b990be298f Cleaning up some stuff and also adding the items uuid as a variable when using /ship, not sure what to do with it yet 2023-10-13 10:18:44 -07:00
740d51f94c Fixing the incdient code and also /ship 2023-10-12 11:54:06 -07:00
72346ff2c4 Re-doing the star citizen incident alert logic, it will now alert us to changes in the incident status 2023-10-10 11:22:44 -07:00
73aeb78b8d fix stock 2023-09-29 09:05:01 -07:00
e07d5051c6 Dont mess with the commodity string, its fucking up the logic when searching for commdities with awkward spellings (slam, e'tam, widow) 2023-09-29 08:34:19 -07:00
45c7c40b96 Add request caching + autocomplete to the /trade function 2023-09-29 08:26:21 -07:00
27b4e0e3f9 Fix issue with un-buyable ships causing the bot to error 2023-07-09 16:35:41 -07:00
c73169c6a1 Changing /wolfram to /ask 2023-07-08 21:09:23 -07:00
2f63b141d5 Fixing code if a ship is buyable at multiple locations, it was returning all locations you could rent at instead 2023-07-05 18:24:15 -07:00
ba6d263a16 Fix issue of nowhere to buy a material (mainly for mineables) 2023-06-17 09:40:45 -07:00
e58f5ac984 format 2023-06-16 15:19:43 -07:00
a1323e2ad3 Getting rid of the try except and re-wording some things 2023-06-16 15:16:22 -07:00
efdf6313b0 fix issue if you typo a commodity name 2023-06-16 08:05:59 -07:00
54753bb4fa Fixing how we're searching for commodities on the api by using string.title() 2023-06-15 22:54:30 -07:00
224dc788c8 Fix missing %s 2023-06-15 16:31:55 -07:00
1d521c2636 Fix edge case of a commodity not actually being sold anywhere, but it still being able to be bought (Bexalite) 2023-06-15 12:10:18 -07:00
13823f3793 Change net_gain to Net_profit so it makes sense 2023-06-14 14:03:18 -07:00
839a62dba9 Add a break to the price calculation loop to save sweet sweet cpu cycles 2023-06-14 13:50:50 -07:00
54d484dc4a remove unnessary variable assignemtn when calculating costs/profies 2023-06-14 13:30:53 -07:00
32e41b160b Add some comments to the code 2023-06-14 13:28:13 -07:00