https://github.com/dyslex7c/l-orologio
A Reddit bot that shows data about the various palindromes used by a single user in a tabular format. When summoned, it replies to the user concerned.
https://github.com/dyslex7c/l-orologio
Last synced: 2 months ago
JSON representation
A Reddit bot that shows data about the various palindromes used by a single user in a tabular format. When summoned, it replies to the user concerned.
- Host: GitHub
- URL: https://github.com/dyslex7c/l-orologio
- Owner: Dyslex7c
- License: mit
- Created: 2023-05-25T12:45:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T14:33:01.000Z (over 1 year ago)
- Last Synced: 2025-01-02T05:17:16.093Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [DyFogliame](https://www.reddit.com/user/DyFogliameBot)
A Reddit bot made using `PRAW` library that shows data about the various palindromes used by a single user in a tabular format.
The source of [u/DyFogliameBot](https://www.reddit.com/user/DyFogliameBot), it replies to the user concerned when summoned.
# Main Features
- Streams upto 1000 comments/replies of a user at a time
- Detects any word which fits into the definition of a palindrome - be it numeric or literal or even a symbol### Using the bot:
- Navigate to https://www.reddit.com/prefs/apps and create an app as a script
- Set a valid redirect URL
- After creating the app, set your `client_id` and `client_secret` from the webpage. Set your `username` and `password` as well.
- Navigate to your bot directory and run `python main.py`# Drawbacks
- Unable to detect phrasal palindromes
- The table might not be displayed properly in some rare cases# Summoning the Bot:
!DyFogliameBot self
```
Check someone else's by replying them
!DyFogliameBot [username]
```Currently, the bot is inactive. You can make your own bot using the concept from the repo. Make sure to follow [bottiquette](https://www.reddit.com/wiki/bottiquette/).