Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
There's always money in the banana(-py) stand
Search
Kenneth Love
September 26, 2011
Programming
1
160
There's always money in the banana(-py) stand
A brief introduction to the Django MailChimp OAuth2 library, banana-py.
Kenneth Love
September 26, 2011
Tweet
Share
More Decks by Kenneth Love
See All by Kenneth Love
Those Who Care, Teach!
kennethlove
0
300
Django 101
kennethlove
2
1k
Views can be Classy
kennethlove
7
1.7k
Class-Based Views
kennethlove
2
270
Other Decks in Programming
See All in Programming
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
570
DMMを支える決済基盤の技術的負債にどう立ち向かうか / Addressing Technical Debt in Payment Infrastructure
yoshiyoshifujii
4
640
slogパッケージの深掘り
integral0515
0
160
オンコール⼊⾨〜ページャーが鳴る前に、あなたが備えられること〜 / Before The Pager Rings
yktakaha4
2
1.1k
React は次の10年を生き残れるか:3つのトレンドから考える
oukayuka
40
15k
リバースエンジニアリング新時代へ! GhidraとClaude DesktopをMCPで繋ぐ/findy202507
tkmru
4
1.3k
それ CLI フレームワークがなくてもできるよ / Building CLI Tools Without Frameworks
orgachem
PRO
11
2.9k
No Install CMS戦略 〜 5年先を見据えたフロントエンド開発を考える / no_install_cms
rdlabo
0
370
Claude Code で Astro blog を Pages から Workers へ移行してみた
codehex
0
160
プロダクトという一杯を作る - プロダクトチームが味の責任を持つまでの煮込み奮闘記
hiliteeternal
0
290
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
3
1.7k
知って得する@cloudflare_vite-pluginのあれこれ
chimame
1
120
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Site-Speed That Sticks
csswizardry
10
720
Docker and Python
trallard
45
3.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
RailsConf 2023
tenderlove
30
1.2k
Agile that works and the tools we love
rasmusluckow
329
21k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
390
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones AKA: Who the heck?
What the heck? An authentication library for Django using MailChimp’s
OAuth2 provider...thing. Sadly not a tasty baked good. A clever pun.
How the heck? Set redirect uri on Mailchimp to “http://your-domain/
bananas/ripe/”. Set the settings for API keys and the like. Include the URLs. Use the tag.
Where the heck? https://github.com/kennethlove/Banana-Py http://pypi.python.org/pypi/banana_py/ Or good, old-fashioned “pip install
banana-py” Demo Project: http://bit.ly/banana-py-demo