This repository was archived by the owner on Jun 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
awacero/plugin_twitter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project contains the code made by wacero to upload a seismic event to a Twitter account ##Example of configFaceTweet.py ##$SC3/lib/python/eqelib HOME = "/home/seiscomp/" createpath = "/%s/plugins_python/" %HOME fb_dbname ="%s/facebook/post.db" %(createpath) fb_dbtable ="postFacebook" tw_dbname = "%s/twitter/post.db" %(createpath) tw_dbtable = "postsTwitter" tw_token_file = "/%s/plugins_python/twitter/twitter_account.json" %HOME fb_token_file = "/%s/plugins_python/facebook/facebook_account.json" %HOME tw_log_file = "%s/twitter/twitter.log" %(createpath) fb_log_file = "%s/facebook/facebook.log"%(createpath) local_zone = 'America/Guayaquil' LIMIT_HOURS = 20 DATE_FORMAT_EQ = '%Y/%m/%d %H:%M:%S' face_fan_page= 'DGTEST' twitter_page = 'AWACERO'
About
Upload Seiscomp eqevents earthquakes to twitter
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published