Skip to content

💸 🛠️ A tool for analysing the posts that fall into a certain search pattern during the annual donation raid on the German imageboard pr0gramm.

Notifications You must be signed in to change notification settings

RundesBalli/pr0gramm-Spendenraid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💸 🛠️ pr0gramm-Spendenraid

A tool for analysing the posts that fall into a certain search pattern during the annual fundraid on the German imageboard pr0gramm.

Note

As the tool is used exclusively by users of the German imageboard pr0gramm, the locale and all screenshots are in 🇩🇪 German.

Screenshots

Overview

grafik grafik

Detailed log and PostInfo with log level marking

grafik grafik

Enter the donation value and the organisation

grafik grafik

Mobile views for quick entry of predefined values

grafik

CRON

The crawler runs every 5 minutes, with a full crawl every quarter of an hour (including :00). A full scan searches from the post ID from the config, a short scan from the last post ID in the database.
The following crontab -e entries are required for this:

# Donation raid, annually from 27-31 March, full scan every 15 minutes, otherwise small scan every 5 minutes.
# Last scan on 01.04. at 00:00:00 to complete March.
# Queue every minute.
*/15 * 27-31 3 * /usr/bin/php /path/to/spendenraid/shellScripts/crawler.php full >/dev/null 2>&1
5,10,20,25,35,40,50,55 * 27-31 3 * /usr/bin/php /path/to/spendenraid/shellScripts/crawler.php >/dev/null 2>&1
0 0 1 4 * /usr/bin/php /path/to/spendenraid/shellScripts/crawler.php full >/dev/null 2>&1
* * 27-31 3 * /usr/bin/php /path/to/spendenraid/shellScripts/queue.php >/dev/null 2>&1

Acknowledgement

Thanks to @NullDev / TheShad0w for his AI Spendenr-AI-d and the JavaScript stuff!

About

💸 🛠️ A tool for analysing the posts that fall into a certain search pattern during the annual donation raid on the German imageboard pr0gramm.

Topics

Resources

Stars

Watchers

Forks

Languages