Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am takanotume24 on github.
  • I am takanotume24 (https://keybase.io/takanotume24) on keybase.
  • I have a public key ASCJ89NmXK37lzreEepYKzE_8Tj8CiAVs69DeQ-wQ67hTwo

To claim this, I am signing this object:

@takanotume24
takanotume24 / tweet_delete.py
Created September 22, 2019 09:39
ツイートを削除する。同じ階層にtweet_org.jsを配置。
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import twitter
import json
api = twitter.Api(
consumer_key='',
consumer_secret='',
access_token_key='',
#include <stdlib.h>
#include <time.h>
#include <stdio.h>
#include <string.h>
#define HOMEPAGE 1
#define EVENT_ADD_PAGE 2
#define EVENT_ADD_TEXT_PAGE 5
#define EVENT_ADD_TIME_PAGE 6