Skip to content
View jeffehobbs's full-sized avatar

Block or report jeffehobbs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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
    2
    # [email protected] // last revision July 2023
    3
    
                  
    4
    import asyncio
    5
    import tweepy, requests, configparser, json, os, shutil, hashlib, time
  2. record radio, transcribe it, make art record radio, transcribe it, make art
    1
    # radiodreambot | [email protected]
    2
    # record radio, transcribe it, make art
    3
    
                  
    4
    import requests, os, shutil, configparser, datetime, time, multiprocessing, openai, tweepy
    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 | [email protected]
    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 | [email protected]
    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. Goat2Meeting -- waste the caller's t... Goat2Meeting -- waste the caller's time via Twilio API
    1
    # goat2meeting.py | [email protected]
    2
    # waste the caller's time
    3
    
                  
    4
    import os, configparser
    5
    from flask import Flask