Delete export_import.py

pull/1/head
Raphaël Vinot 2014-04-12 17:04:05 +02:00
parent b53dac7773
commit 0ff70618e8
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from api import *
key_source = 'ExrJUE1UehwOWFM5FQbfNGpHTXXzWGsAeTk9ym3M'
url_source = 'https://misp.circl.lu/events'
key_dest = 'vmDndechmTUHHqsm2fsAJmmr29mOPuIkQlH4ATlW'
url_dest = 'https://misppriv.circl.lu/events'
init_server(url_source, key_source)
r = get_event(709)
source_data = unicode(r.json())
#init_server(url_dest, key_dest)
print source_data
#r = add_event(source_data.encode('utf-8'))
#print r.text