Skip to content
View jeffehobbs's full-sized avatar

Block or report jeffehobbs

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. curbalertbot - filters free stuff by... curbalertbot - filters free stuff by location and tweets new items. https://twitter.com/CurbAlertBot
    1
    # curbalert 2025 | jeffehobbs@gmail.com
    2
    # refactored to use playwright
    3
     
    4
    from playwright.sync_api import sync_playwright
    5
    import requests, time, os, tweepy, hashlib, configparser, logging
  2. record radio, transcribe it, make art record radio, transcribe it, make art
    1
    # radiodreambot | jeffehobbs@gmail.com
    2
    # record radio, transcribe it, make art
    3
     
    4
    import requests, os, shutil, configparser, datetime, time, multiprocessing, openai, tweepy, subprocess
    5
    from mastodon import Mastodon
  3. Simple Python Twitter Weather Bot Simple Python Twitter Weather Bot
    1
    #!/usr/bin/env python
    2
    # -*- coding: utf-8 -*-
    3
     
    4
    import tweepy, time, sys, urllib, json
    5
     
  4. waveform.py: make cool lookin' twitt... waveform.py: make cool lookin' twitter-sharable video from .wav file
    1
    # waveform.py | jeffehobbs@gmail.com
    2
    # Process an .wav audio file, make an .mp4 waveform video suitable for TWTR
    3
    # usage: waveform.py audiofile.wav
    4
     
    5
    import subprocess, random, argparse, os
  5. ariseCthulhuBot - using ML to summon... ariseCthulhuBot - using ML to summon The Old Ones
    1
    # ariseCthulhuBot.py | jeffehobbs@gmail.com
    2
    # taking the Great Tweets and sending them through the 
    3
    # Lovecraftian-chaotic wheat thresher of the "bark" TTS library
    4
    # in order to summon The Old Ones
    5
    #
  6. jeffehobbs.github.io jeffehobbs.github.io Public

    Portfolio site for active and past projects.

    HTML 1