flair_enforcer | user flair lists of subreddits that it moderates and remove
kandi X-RAY | flair_enforcer Summary
kandi X-RAY | flair_enforcer Summary
flair_enforcer is a Python library. flair_enforcer has no bugs, it has no vulnerabilities and it has low support. However flair_enforcer build file is not available. You can download it from GitHub.
This is a script for reddit that can scan the user flair lists of subreddits that it moderates and remove flair from any users with flair that doesn't match a defined regex. By using this, subreddits can allow users to set their own flair, but ensure that they stay inside particular guidelines. For example, some subreddits allow users to set their flair to point to their profiles on specific other sites (Steam profiles, etc.).
This is a script for reddit that can scan the user flair lists of subreddits that it moderates and remove flair from any users with flair that doesn't match a defined regex. By using this, subreddits can allow users to set their own flair, but ensure that they stay inside particular guidelines. For example, some subreddits allow users to set their flair to point to their profiles on specific other sites (Steam profiles, etc.).
Support
Quality
Security
License
Reuse
Support
flair_enforcer has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are no watchers for this library.
It had no major release in the last 6 months.
flair_enforcer has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of flair_enforcer is current.
Quality
flair_enforcer has 0 bugs and 0 code smells.
Security
flair_enforcer has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
flair_enforcer code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
flair_enforcer does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
flair_enforcer releases are not available. You will need to build from source code and install.
flair_enforcer has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi has reviewed flair_enforcer and discovered the below as its top functions. This is intended to give you an instant insight into flair_enforcer implemented functionality, and help decide if they suit your requirements.
- Main entry point .
Get all kandi verified functions for this library.
flair_enforcer Key Features
No Key Features are available at this moment for flair_enforcer.
flair_enforcer Examples and Code Snippets
No Code Snippets are available at this moment for flair_enforcer.
Community Discussions
No Community Discussions are available at this moment for flair_enforcer.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install flair_enforcer
Rename flair_enforcer.cfg.example to flair_enforcer.cfg and flair_enforcer.db.example to flair_enforcer.db.
Edit flair_enforcer.cfg and set the username and password lines accordingly for the user account that you want to run the script under
Using a SQLite client, insert a row into the subreddits table in flair_enforcer.db for each subreddit you want to enforce flair inside. There are three columns:
name = The subreddit's name. If it's /r/example, insert 'example'.
flair_regex = Each user in the subreddit's flair text will be checked against this regex. If their flair text does not match, their flair will be removed.
case_sensitive = If true, the regex check will be case-sensitive.
Edit flair_enforcer.cfg and set the username and password lines accordingly for the user account that you want to run the script under
Using a SQLite client, insert a row into the subreddits table in flair_enforcer.db for each subreddit you want to enforce flair inside. There are three columns:
name = The subreddit's name. If it's /r/example, insert 'example'.
flair_regex = Each user in the subreddit's flair text will be checked against this regex. If their flair text does not match, their flair will be removed.
case_sensitive = If true, the regex check will be case-sensitive.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page