Commit Graph

9 Commits

Author SHA1 Message Date
Kay Faraday 3c26fcf701 fix conjugation of verbs ending in `e`, move the conjugation to a separate file 2023-01-13 02:38:21 +00:00
Kay Faraday b0d072bbf2 refactor word lists to separate files
this lets us see diffs of the ljfbot.py file in the forgejo web UI
2023-01-12 06:00:25 +00:00
Kay Faraday d1f43c994e missed one list to set migration 2023-01-12 04:55:56 +00:00
Kay Faraday fbdce09230 elf → lef, remove oauth nonsense 2023-01-12 00:19:04 +00:00
Kay Faraday 39e8137279 various minor improvements
- use random.choice() instead of random.randrange() and checking for each number
- use proper `not` operator instead of `== False`
- use format strings instead of manually concatenating the components of the post
- use getpass.getpass() instead of input() for entering the user's password
- make the script executable using a shebang and chmod +x
- gitignore .lgfbot/
- use sets instead of lists for static containment checks
2023-01-12 00:09:25 +00:00
Wardyn 2dd46c4583 fixed issue in verb conjugation 2023-01-04 14:29:42 -08:00
Wardyn 809f9d272b add license 2022-11-23 00:57:44 -08:00
Wardyn e1c35d9734 first commit 2022-11-23 00:55:53 -08:00
Wardyn 5fa3ff1862 first commit 2022-11-23 00:49:27 -08:00