event.add_key(key_j)

Key

Twitter developer key as a string

Secret

Twitter developer secret key as a string

event.add_keyWords(words)

Words

List of keywords to use to identify the core. Can be written individually or in Twitter accepted format. For example, it is equivalent to have:

George Floyd

GeorgeFloyd

vs.

(GeorgeFloyd OR (George Floyd))

event.add_timing(start, end)

Start

Beginning of the timeline gathering period in dd mm yyyy hh:mm:ss format.

End

End of the timeline gathering period in dd mm yyyy hh:mm:ss format.

event.add_location(CityTown, StateTerritory, west, south, east, north)

CityTown

List of CityTown entries that occur in the activities.

StateTerritory

List of StateTerritories associate with CityTown list.

West

List of West longitude for bounding box of CityTowns.

South

List of South latitude for bounding box of CityTowns.

East

List of East longitude for bounding box of CityTowns.

North

List of North latitude for bounding box of CityTowns.