Skip to content

Instantly share code, notes, and snippets.

View thexdesk's full-sized avatar
💯
#://CHaTx ❌ $://CHaTx #://iNTeRNeT $://MoNey

#://CNXT $://THeXDesK thexdesk

💯
#://CHaTx ❌ $://CHaTx #://iNTeRNeT $://MoNey
View GitHub Profile
InterWest Partners, United States
Kodiak Venture Partners, United States
Argentum Group, United States
NEW Capital Management, United States
H.I.G. Capital Ventures LLC, United Kingdom
D. E. Shaw Group, The, United States
DFJ Frontier, United States
Meritech Capital Partners, United States
Harbert Venture Partners, United States
Kentucky Seed Capital Fund, United States
@thexdesk
thexdesk / wfauto.rb
Created August 6, 2019 02:02 — forked from carymrobbins/wfauto.rb
Wells Fargo Automation
#!/usr/bin/env ruby
require 'io/console'
require 'mechanize'
agent = Mechanize.new
# http://curl.haxx.se/ca/cacert.pem
agent.ca_file = 'cacert.pem'
puts 'Connecting to Wells Fargo...'
page = agent.get 'https://wellsfargo.com'
@thexdesk
thexdesk / bullshit.js
Created July 2, 2019 07:43 — forked from raydog/bullshit.js
Bullshit as a Service
var E_PREFIX_RATE = 0.25;
// All of our word lists:
var _word_lists = {
verb : [
"implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace",
"enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize",
"morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate",
@thexdesk
thexdesk / twitter crawler.txt
Created June 4, 2019 04:07 — forked from vickyqian/twitter crawler.txt
A Python script to download all the tweets of a hashtag into a csv
import tweepy
import csv
import pandas as pd
####input your credentials here
consumer_key = ''
consumer_secret = ''
access_token = ''
access_token_secret = ''
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
@thexdesk
thexdesk / #RealEstateAPIs
Last active November 24, 2019 21:22 — forked from patpohler/Big List of Real Estate APIs.md
#RealEstateAPIs #ByCategory
#RealEstateAPIs
====================
#Listings / #PropertyData
---------------------
#RetsRabbit
[http://www.retsrabbit.com](http://www.retsrabbit.com)
Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.