Skip to content

Instantly share code, notes, and snippets.

@Two9A
Two9A / decronym.php
Last active March 3, 2026 22:04
Decronym: A simple Reddit bot
<?php
/**
* Dirty, dirty Reddit bot: Decronym
*/
class Reddit {
const USERNAME = 'Decronym';
const PASSWORD = '***';
const CLIENTID = '***';
const SECRET = '***';