Commit Graph
50 Commits
Author SHA1 Message Date
Florian SYLVAIN ed9f389bce 🏗 - Moved Riot's API interaction from main.py to riot_api.py 2021-03-06 18:08:18 +01:00
Florian SYLVAIN dce69e12cd ✏️ - Changed $rank into $lol_rank in anticipation of futures League of Legends commands. 2021-03-06 17:19:35 +01:00
Florian SYLVAIN 0f99942806 🥚 - Never gonna give you uuup, never gonna let u doooown 2021-03-05 21:13:40 +01:00
Florian SYLVAIN 248c644472 🩹 - $osu_acc graph improvement/fix 2021-03-04 16:34:30 +01:00
Florian SYLVAIN 24995b4049 🥅 - Added a limit rate on $issou command (and $rank) 2021-03-04 16:33:55 +01:00
Florian SYLVAIN 68b55fb4ec 🎨 - $osu_acc graphic style improvement 2021-02-16 00:56:58 +01:00
Florian SYLVAIN c7d9aa439c 📝 - Quick typo fix 2021-02-15 01:31:48 +01:00
Florian SYLVAIN 7f719bdda9 - New command $osu_acc {username} ! 2021-02-15 01:30:18 +01:00
Florian SYLVAIN e7bf841e23 🩹 - Wrong Accuracy given with the $osu_lastgame command is now fixed. + Added Geki & Katu counting 2021-02-12 18:43:35 +01:00
Florian SYLVAIN 0485f2739a 📝 - Quick typo fix 2021-02-11 21:33:27 +01:00
Florian SYLVAIN 078e36082a - New command $osu_lastgame {username} ! 2021-02-11 21:27:56 +01:00
Florian SYLVAIN daf80bed7b 📝 - Updated the TOKENs and IDs section of the readme 2021-02-11 16:06:21 +01:00
Florian SYLVAIN c1a1bc23d3 - New command $osu_profile <username> ! + Massive file tree reorganization + Updated the readme 2021-02-11 16:01:41 +01:00
Florian SYLVAIN f92f70d017 🩹 - Quick fix for DMs that was generating errors because the bot couldn't delete messages ; errors are now handled. 2021-02-10 19:29:39 +01:00
Florian SYLVAIN 6c29fa04dc 🎨 - Overall code cleaning #2 2021-02-08 22:40:39 +01:00
Florian SYLVAIN 7a4b3d68aa 🎨 - Overall code cleaning 2021-02-08 22:30:58 +01:00
Florian SYLVAIN 2c2f4bc81e Merge remote-tracking branch 'origin/main' into main 2021-02-08 15:50:36 +01:00
Florian SYLVAIN fe392e3ca9 🎨 - Syntax improvement and compliance with the PEP 8 convention 2021-02-08 15:49:31 +01:00
Florian SYLVAIN d8a7b3fe65 Merge pull request #3 from ElliotThiebaut/main
📝 Updated README.MD
2021-02-08 11:40:20 +01:00
Elliot Thiebaut 6a3d88ae32 📝 Fixed typos 2021-02-08 11:35:56 +01:00
Elliot Thiebaut 48582cc204 📝 Updated README.ME
Changed the license badge to the correct license (MIT->GPL 3.0) and added the second demo gif.
2021-02-08 11:31:17 +01:00
Florian SYLVAIN 3dcd013320 Merge pull request #1 from ElliotThiebaut/main
📝 Updated README.ME
2021-02-08 11:26:05 +01:00
Elliot Thiebaut fdbc380f37 📝 Updated README.ME
Added style and more information to the readme
2021-02-08 11:19:13 +01:00
Florian SYLVAIN ac7377a169 Merge remote-tracking branch 'origin/main' into main 2021-02-08 10:43:27 +01:00
Florian SYLVAIN f395f458b7 🩹 - The "twitch channel doesn't exist" message wasn't sending + added a little timing before sending "the chat was successfully stopped". 2021-02-08 10:43:09 +01:00
Florian SYLVAIN c33778cff0 📝 - Added the $rank cmd gif 2021-02-08 10:20:17 +01:00
Florian SYLVAIN f40c2a8d1d 📝 - Another gif for the readme ! 2021-02-08 10:19:06 +01:00
Florian SYLVAIN fc153220f5 📝 - Commands explanation in the readme file ! 2021-02-08 10:01:26 +01:00
Florian SYLVAIN 0100643dff 📝 - Gif for the readme 2021-02-08 09:49:18 +01:00
Florian SYLVAIN 8c132a3bef 🎨 - Some cleaning here and there 2021-02-08 09:15:54 +01:00
Florian SYLVAIN 573cc4fb6e 🔥 - Removed useless code that I forgot 2021-02-08 01:56:27 +01:00
Florian SYLVAIN 01aa4cfe1f 🏗 - Completely restructured the twitch chat system. You can now user one chat per channel. (instead of one for all servers which the bot is on; this is my first real usage of OOP in Python) 2021-02-08 01:54:55 +01:00
Florian SYLVAIN c2daa0bfb2 📝 Readme updated 2021-02-08 01:19:31 +01:00
Florian SYLVAIN 1b36c4e914 Update README.md 2021-02-07 23:09:08 +01:00
Florian SYLVAIN ca1427cb8f 🩹 - The $help activity status was not setup at the startup of the bot 2021-02-04 20:13:33 +01:00
Florian SYLVAIN 1804ebcbcb - Replaced the default activity status (None) by a custom one ($help). 2021-02-04 20:11:18 +01:00
Florian SYLVAIN ccfb67b7be - The bot now show what twitch chat he is listening to in his activity status. 2021-02-04 20:00:17 +01:00
Florian SYLVAIN 430b9b31f2 - The cmd $issou now accept a user in parameter to send the bot shout 'Issou' at someone connected in a vocal channel. 2021-02-04 17:34:09 +01:00
Florian SYLVAIN 94ada7b487 🎨 - Some cleaning 2021-02-04 17:00:46 +01:00
Florian SYLVAIN 30c86facf1 🔒 - Adding private.py to the gitignore 2021-02-04 16:39:21 +01:00
Florian SYLVAIN 636f29ef23 📝 - ReadMe updated 2021-02-04 16:19:02 +01:00
Florian SYLVAIN 79762c4578 🐛 - $issou cmd fixed !
Discord import was missing for some reason
2021-02-04 16:07:21 +01:00
Florian SYLVAIN 1ab4e7b8b2 La souffrance v2 2021-02-04 02:58:35 +01:00
Florian SYLVAIN ed518cb899 La souffrance 2021-02-04 02:43:04 +01:00
Florian SYLVAIN 152094e54f Add files via upload 2021-01-30 17:49:35 +01:00
Florian SYLVAIN e6f2e8bec4 Add files via upload 2021-01-30 16:49:25 +01:00
Florian SYLVAIN 051e5ebd6a Create README.md 2021-01-30 15:11:20 +01:00
Florian SYLVAIN 568a0f9c39 Add files via upload 2021-01-30 15:11:06 +01:00
Florian SYLVAIN 267079714a Add files via upload 2021-01-30 14:31:51 +01:00
Florian SYLVAIN 7916ba6ad0 Initial commit 2021-01-30 14:29:26 +01:00