Skip to content

Instantly share code, notes, and snippets.

@Alliegaytor
Alliegaytor / lemmycpw.py
Created February 4, 2024 09:50
Graph lemmy user's comment frequency
# Uses lemmy api to grab all of a user's comments and show how/when
# they are active
import json
import requests
import pandas as pd
import matplotlib.pyplot as plt
# Change these as needed
username = 'neurospice'
@Alliegaytor
Alliegaytor / pixel.py
Created August 8, 2023 05:11
Generate canvases based on pixels placed by certain users or instances or timestamps
from PIL import Image, ImageDraw
from datetime import datetime
# Get yours here https://cdn.sc07.company/canvas/2023/pixels.log.txt
log_filename = 'pixels.log.txt'
# Show pixles after this unix timestamp
start_time = 0
# Show specific users (example top 10 pixel placers)