Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szabgab/forem-reports
Showing most recent posts on DEV.to and other Forem-based site to help welcome newbies and to help report SPAM
https://github.com/szabgab/forem-reports
forem spam-filtering website welcome
Last synced: about 1 month ago
JSON representation
Showing most recent posts on DEV.to and other Forem-based site to help welcome newbies and to help report SPAM
- Host: GitHub
- URL: https://github.com/szabgab/forem-reports
- Owner: szabgab
- Created: 2022-12-25T15:46:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:12:50.000Z (about 2 months ago)
- Last Synced: 2024-10-29T09:30:31.767Z (about 2 months ago)
- Topics: forem, spam-filtering, website, welcome
- Language: Python
- Homepage: https://forem.code-maven.com/
- Size: 1.05 GB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forem reports
Showing most recent N=100 posts.
## TODO
* Group posts by authors
* Show date of post and how much time has passed since it was posted.
* See and report how much overlap we have between the items fetched now and the one we already had.
* People with their first posts - Welcome them to DEV
* Posts that are not in English - recommend them to add a language tag.
* People who signed up in the last D=2 days and have more than N=3 posts. Likely SPAM
* People who signed up in the last D=2 days and have posted. These can be either SPAM or we might want to welcome them.## Add new sites:
Get the API KEYs from the following URLs and add them to the [action secrets](https://github.com/szabgab/forem-reports/settings/secrets/actions) using the keys listed below:
* https://dev.to/settings/extensions `DEV_TO_API_KEY`
* https://community.codenewbie.org/settings/extensions `COMMUNITY_CODENEWBIE_ORG_API_KEY`* Update `.github/workflows/pages.yml` with the new key.
* Update `report.py` the `hosts` mapping of hostname to title.