Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Support multiple traptor instances on same machine #34

Closed
jasonrhaas opened this issue Mar 15, 2016 · 1 comment
Closed

Support multiple traptor instances on same machine #34

jasonrhaas opened this issue Mar 15, 2016 · 1 comment
Assignees
Milestone

Comments

@jasonrhaas
Copy link
Contributor

Currently, Traptor is set up to only run one "traptor type" per machine (track, follow, location). However, Traptor is an object and we should be able to instantiate many Traptors on the same machine. Problems that need to be solved or investigated:

  • settings.py file. There is a "traptor id" field in the settings file that Traptor reads from. In order to have more than one Traptor per machine, this needs to be expanded to handle multiple ids or the id needs to be set elsewhere.
  • application restrictions. Need to figure out what we are restricted to do on a single machine. This just involves reading the twitter API docs and doing some testing.
@jasonrhaas jasonrhaas added this to the Traptor 1.2 milestone Mar 15, 2016
@jasonrhaas jasonrhaas self-assigned this Mar 15, 2016
@jasonrhaas
Copy link
Contributor Author

Looks like we can have two connections per application.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants