Skip to content

Instantly share code, notes, and snippets.

@catdevnull
catdevnull / v1.json
Created February 20, 2024 19:35
ejemplo output api interna milei-twitter bot
{
"hoy": { "likes": 137, "totalTime": 426000 },
"ultimaSemana": [
{
"day": "2024-02-13",
"tweets": 489,
"retweets": 159,
"screenTime": 13540000
},
{
import { APActor } from 'activitypub-types'
import { APIConfig, FastifyTypebox } from '.'
import ActivityPubSystem from '../apsystem'
import Store from '../store'
import { Type } from '@sinclair/typebox'
type APActorNonStandard = APActor & {
publicKey: {
id: string
owner: string
@catdevnull
catdevnull / mercadolibre-precios-de-mis-compras.user.js
Created January 8, 2024 14:07 — forked from mgaitan/mercadolibre-precios-de-mis-compras.user.js
UserScript Mercado Libre comparar precios de mis compras
// ==UserScript==
// @name MercadoLibre: Comparar precios de mis compras
// @namespace mercadolibre-precios-de-mis-compras
// @version 1.5.1
// @description In the MercadoLibre purchases list, display the price when the product was purchased and the current price.
// @author Martín Gaítan and ChatGPT
// @match https://myaccount.mercadolibre.com.ar/my_purchases/list*
// @grant GM_xmlhttpRequest
// @connect mercadolibre.com.ar
// @connect mercadoshops.com.ar