Skip to content

azukacchi/scriptsdump

Repository files navigation

README.md

Description

Personal script dump

fancam block bot

Block all fancams under a tweet! A python script to help block fancams under any tweet without blocking other conversations. Example of tweet that's flooded with unhelpful fancams here.

block retweeters

Block (or mute) retweeters of a tweet! If you wish to not ever engage in or encounter an unreasonable conversation on twitter with people who interact with a certain tweet.

kindlehighlight

Export highlights of a book from Kindle to csv file for uploading to Notion Reading List. HTML source code should be saved in txt. You can then import the csv file to Notion then move the file into the book page as inline table. For implementation on Notion check here.

python kindlehighlight.py "highlightsource.txt"

read-goodreads

Scrape book list field according to Notion Reading List page. HTML source code should be saved in txt. Import the csv file to Notion then drag to merge with the existing table. Note: somehow "Merge with CSV" option doesn't work, so the csv file should be imported then moved to the page. Example of Goodreads read book page here.

goodreads-scraper

Navigate and scrape Goodreads book list field according to Notion Reading List page using Selenium.

python goodreads-scraper.py "Goodreads username/email" "Goodreads password" "path to Selenium driver" -filename "filename"

Book list is saved in csv file. Import the csv file to Notion then drag to merge with the existing table. Note: somehow "Merge with CSV" option doesn't work, so the csv file should be imported then moved to the page. Example of Goodreads read book page here.

otptags

I'd like to see how my rare otp is growing (or if it's growing at all, lol). Scrape the total works count in your favorite otp tags on AO3 with the number of works for each age rating.

historywordcount

Count the number of AO3 fics you've read with the total word count. "Viewing History" should be enabled first (My Preferences >> Misc >> Turn on Viewing History).

python historywordcount.py "AO3 username" "AO3 password" "path to Selenium driver"

Releases

No releases published

Packages

No packages published

Languages