You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: