2022-08-11 22:06:47 +00:00
|
|
|
# booru-tag-timeline
|
|
|
|
|
2022-08-12 00:51:23 +00:00
|
|
|
graph amount of posts with a certain tag over time made in a booru (Danbooru and Gelbooru supported)
|
|
|
|
|
|
|
|
## use
|
|
|
|
|
|
|
|
```sh
|
|
|
|
pip install -Ur requirements.txt
|
|
|
|
|
|
|
|
# THERE IS LITERALLY THE ONE THING I HAD TO ASK THAT MADE THIS
|
|
|
|
# SOFTWARE INTO A THING.
|
|
|
|
#
|
|
|
|
# "HOW MUCH PORN OF BRIDGET WAS MADE BECAUSE OF THE TRANS ANNOUNCEMENT?"
|
|
|
|
#
|
|
|
|
# THIS IS AN IMPORTANT SCIENTIFIC QUESTION, AS A TRANS MYSELF, I NEED TO
|
|
|
|
# KNOW HOW MUCH GIRLDICK WE GOT
|
|
|
|
./timeliner.py gelbooru 'bridget_(guilty_gear)'
|
|
|
|
```
|