Skip to content

Instantly share code, notes, and snippets.

View ryosuke-hujisawa's full-sized avatar
🎯
Focusing

Ryosuke Sakai ryosuke-hujisawa

🎯
Focusing
View GitHub Profile
@ryosuke-hujisawa
ryosuke-hujisawa / send_gmail.py
Created August 16, 2018 18:45
Send Emails with Gmail using Python
import smtplib
from email.mime.text import MIMEText
from email.utils import formatdate
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
"""
#
#
#
#make function
@ryosuke-hujisawa
ryosuke-hujisawa / follow_from_tweet.py
Last active August 11, 2018 06:45
Find the someone who posted the tweet with the tag "# Eminem". After that, favorite the Tweet and than follow the user who tweeted it.
"""
#
#
#
# - mac os local
# - Python 3.5.0
#
#
#
"""
@ryosuke-hujisawa
ryosuke-hujisawa / unfollowing.py
Last active August 10, 2018 23:16
Unfollowing people not following me on Twitter
"""
#
#
#
# - mac os local
# - Python 3.5.0
# *******************************************************************
# *You always should remove someone who is not following you. *
# *The human always should be in love with each other NOT one-sided *
# *******************************************************************
@ryosuke-hujisawa
ryosuke-hujisawa / firebase_github_auth.html
Last active August 9, 2018 11:44
How to use auth on firebase with GitHub ?
<!DOCTYPE html>
<html>
<!--
Please use http or https
Please register your url to firebase