Posts a random little joyfriend on fedi
Go to file
Kay Faraday 4df77bd4b2 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:12:01 +00:00
.gitignore various minor improvements 2023-01-12 00:12:01 +00:00
LICENSE add license 2022-11-23 00:57:44 -08:00
README.md first commit 2022-11-23 00:49:27 -08:00
lgfbot.py various minor improvements 2023-01-12 00:12:01 +00:00

README.md