I think you mean team...
I think you mean squad..
I think you mean gang...
I think you mean pals...
This list has moved to the following page:
http://anonymoushash.vmbrasseur.com/resources/negotiation/
It's joining a number of other lists of resources (management, telecommuting, etc.):
http://anonymoushash.vmbrasseur.com/resources/
Keeping them all together like this makes it much more likely I'll maintain them (as a group they'll have a larger mindshare in my cluttered & busy brain) rather than fire & forget a list which is never updated again.
| # internal | |
| import time | |
| # external | |
| import flask | |
| from twython import Twython | |
| # local | |
| from env import ENV |
| #!/usr/bin/env python2 | |
| import argparse | |
| import elasticsearch | |
| from elasticsearch import helpers | |
| def migrate_annotations(host, port, index, group_hashid, group_pubid): | |
| es = elasticsearch.Elasticsearch([{'host': host, 'port': port}]) |
| #!/usr/bin/env python2 | |
| import argparse | |
| import elasticsearch | |
| import json | |
| def get_from_ids(host, port, index, type, ids): | |
| es = elasticsearch.Elasticsearch([{'host': host, 'port': port}]) |
| --- | |
| # start working from % of your most recent follows | |
| # ex: for 1000 follows, 5 = ignore the last 50 accounts you followed | |
| offset: 5 | |
| # what you use at https://twitter.com/login | |
| # DONT LET THIS GET POSTED PUBLICLY !!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
| username: "XXXXXXXXX" | |
| password: "XXXXXXXXX" |