Skip to content

Instantly share code, notes, and snippets.

View jschwarzwalder's full-sized avatar

Jami Schwarzwalder jschwarzwalder

View GitHub Profile
@jschwarzwalder
jschwarzwalder / discord-bot-post-message.py
Created June 4, 2018 21:33 — forked from ianklatzco/discord-bot-post-message.py
sends messages to a discord channel using a bot via http POST
# post a message to discord api via a bot
# bot must be added to the server and have write access to the channel
# you may need to connect with a websocket the first time you run the bot
# use a library like discord.py to do so
import requests
import json
channelID = "your_id_goes_here" # enable dev mode on discord, right-click on the channel, copy ID
botToken = "your_token_here" # get from the bot page. must be a bot, not a discord app
@jschwarzwalder
jschwarzwalder / jschwarzwalder.md
Last active September 12, 2017 09:50
Jami Schwarzwalder Resume

Jami Schwarzwalder

Portfolio

Github

LinkedIn

Career Objective

Improve technology that impacts everyone’s daily life, by contributing to its design and preventing bugs before launch instead of finding them as a consumer.