Commit graph

33 commits

Author SHA1 Message Date
tyler 35489361fe changed method for parsing RumbleChat function arguments 2024-05-16 16:28:10 -04:00
tyler 9c99f0d3a6 Check if chat info has been initialized before starting chat stream 2024-04-15 14:58:26 -04:00
tyler 1736c64b31 Changed variable names to be more specific 2024-04-15 14:36:05 -04:00
tyler 52b51727eb Removed log statements 2024-04-12 14:43:20 -04:00
tyler 085682d70f Included page name in chat info; added test for ChatInfo 2024-04-12 13:11:16 -04:00
tyler e5994ae0f1 Fixed issue with reading webpage when getting chat info 2024-03-23 00:11:16 -04:00
tyler ecb0169d81 go mod vendor 2024-02-23 11:38:43 -05:00
tyler 3bc2cbfae2 Added json tags to NewClientOptions 2024-02-09 12:17:22 -05:00
tyler ca9ecdfd02 Changed back to stdlib cookiejar 2024-02-09 11:11:18 -05:00
tyler 11df47a4cc Return cookies from http response instead of client on login 2024-02-09 11:09:18 -05:00
tyler bfb1393ac0 Changed cookiejar implementation 2024-02-08 16:05:23 -05:00
tyler 8f6edfd0cd Client can be initialized with cookies; can check if client is logged in 2024-02-08 12:25:30 -05:00
tyler bba51dfa18 Added channel name to chat view 2024-02-06 14:49:20 -05:00
tyler 787078f720 Added checks for nil values in chat client StopChatStream function 2024-01-31 11:23:32 -05:00
tyler 20e55ff1d6 Added event type to chat event 2024-01-27 15:12:28 -05:00
tyler 9e821689cf Changed struct name to be clearer 2024-01-19 14:19:22 -05:00
tyler 3cb463e99a Handled issue when chat message is sent by user not channel 2024-01-19 14:04:00 -05:00
tyler 67e67e59be Fixed issue with building chat url 2024-01-19 13:29:07 -05:00
tyler 735a171e67 Updated error message 2024-01-19 13:25:48 -05:00
tyler c0d02481e3 go mod tidy 2024-01-19 13:02:00 -05:00
tyler 651f63d306 Added function to receive chats from live stream 2024-01-19 12:54:34 -05:00
tyler 42ff91e9f9 Added 30 second timeout to API request 2024-01-06 11:39:59 -05:00
tyler 474340b082 Fixed issue with verifying user successfully logged in 2024-01-05 12:00:50 -05:00
tyler b94b156f18 Check response for successful log in and chat 2024-01-05 11:21:44 -05:00
tyler dd9a42a135 Made chat as channel optional 2023-12-29 10:29:37 -05:00
tyler 5ac1d6c019 Added missing fields in livestream response 2023-12-18 13:25:51 -05:00
tyler b33f413975 Changed random library to go-utils/random 2023-12-13 11:24:28 -05:00
tyler aa3a0594bd Added chat functionality 2023-12-12 15:32:45 -05:00
tyler cbd3c200e9 Added functionality to log in and log out 2023-12-12 13:30:51 -05:00
tyler 7312087af9 Added basic request functionality 2023-12-08 13:55:04 -05:00
tyler 045e64d85a go mod init 2023-12-08 10:59:58 -05:00
tyler aaa5c71d13 Changed name of library 2023-12-08 10:59:20 -05:00
Tyler 53ec7572ee
Initial commit 2023-12-08 10:55:19 -05:00