This is the chirp Reference Manual, version 0.2.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 03:38:54 2024 GMT+0.
chirp/chirp.asd
chirp-drakma/chirp-drakma.asd
chirp-core/chirp-core.asd
chirp-drakma/drakma.lisp
chirp-core/package.lisp
chirp-core/indent.lisp
chirp-core/toolkit.lisp
chirp-core/oauth.lisp
chirp-core/location.lisp
chirp-core/trends.lisp
chirp-core/entities.lisp
chirp-core/help.lisp
chirp-core/cursor.lisp
chirp-core/user.lisp
chirp-core/account.lisp
chirp-core/blocks.lisp
chirp-core/suggestions.lisp
chirp-core/media.lisp
chirp-core/statuses.lisp
chirp-core/timelines.lisp
chirp-core/direct-messages.lisp
chirp-core/friends.lisp
chirp-core/favorites.lisp
chirp-core/saved-searches.lisp
chirp-core/search.lisp
chirp-core/lists.lisp
chirp-core/stream.lisp
chirp-core/generics.lisp
chirp-core/collections.lisp
The main system appears first, followed by any subsystem dependency.
chirp
Chirp Twitter client featuring full API coverage.
Yukari Hafner <shinmera@tymoon.eu>
Yukari Hafner <shinmera@tymoon.eu>
(GIT https://github.com/Shinmera/chirp.git)
zlib
0.2.0
chirp-drakma
(system).
chirp-drakma
Chirp Twitter client using Drakma as backend.
Yukari Hafner <shinmera@tymoon.eu>
Yukari Hafner <shinmera@tymoon.eu>
zlib
0.2.0
chirp-core
(system).
drakma
(system).
drakma.lisp
(file).
chirp-core
Core component of the chirp twitter client, excluding the backend.
Yukari Hafner <shinmera@tymoon.eu>
Yukari Hafner <shinmera@tymoon.eu>
zlib
0.2.0
yason
(system).
split-sequence
(system).
uuid
(system).
ironclad
(system).
flexi-streams
(system).
local-time
(system).
cl-base64
(system).
cl-ppcre
(system).
alexandria
(system).
babel
(system).
package.lisp
(file).
indent.lisp
(file).
toolkit.lisp
(file).
oauth.lisp
(file).
location.lisp
(file).
trends.lisp
(file).
entities.lisp
(file).
help.lisp
(file).
cursor.lisp
(file).
user.lisp
(file).
account.lisp
(file).
blocks.lisp
(file).
suggestions.lisp
(file).
media.lisp
(file).
statuses.lisp
(file).
timelines.lisp
(file).
direct-messages.lisp
(file).
friends.lisp
(file).
favorites.lisp
(file).
saved-searches.lisp
(file).
search.lisp
(file).
lists.lisp
(file).
stream.lisp
(file).
generics.lisp
(file).
collections.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
chirp/chirp.asd
chirp-drakma/chirp-drakma.asd
chirp-core/chirp-core.asd
chirp-drakma/drakma.lisp
chirp-core/package.lisp
chirp-core/indent.lisp
chirp-core/toolkit.lisp
chirp-core/oauth.lisp
chirp-core/location.lisp
chirp-core/trends.lisp
chirp-core/entities.lisp
chirp-core/help.lisp
chirp-core/cursor.lisp
chirp-core/user.lisp
chirp-core/account.lisp
chirp-core/blocks.lisp
chirp-core/suggestions.lisp
chirp-core/media.lisp
chirp-core/statuses.lisp
chirp-core/timelines.lisp
chirp-core/direct-messages.lisp
chirp-core/friends.lisp
chirp-core/favorites.lisp
chirp-core/saved-searches.lisp
chirp-core/search.lisp
chirp-core/lists.lisp
chirp-core/stream.lisp
chirp-core/generics.lisp
chirp-core/collections.lisp
chirp-drakma/drakma.lisp
chirp-drakma
(system).
open-request
(function).
perform-request
(function).
chirp-core/indent.lisp
package.lisp
(file).
chirp-core
(system).
*indentation-hints*
(special variable).
define-indentation
(function).
initialize-slime
(function).
chirp-core/toolkit.lisp
indent.lisp
(file).
chirp-core
(system).
file-to-base64-string
(function).
from-keyword
(function).
generate-nonce
(function).
hmac
(function).
parse-boolean
(function).
parse-month
(function).
parse-twitter-time
(function).
prepare
(function).
prepare*
(macro).
serialize-object
(function).
to-keyword
(function).
url-encode
(function).
xml-decode
(function).
xml-encode
(function).
*external-format*
(special variable).
*month->int-map*
(special variable).
+unix-epoch-difference+
(constant).
defclass*
(macro).
define-make-*
(macro).
flatten-sublists
(function).
get-unix-time
(function).
parse-when-param
(macro).
chirp-core/oauth.lisp
toolkit.lisp
(file).
chirp-core
(system).
*access-levels*
(special variable).
*cached-access*
(special variable).
*oauth-access-secret*
(special variable).
*oauth-access-token*
(special variable).
*oauth-api-key*
(special variable).
*oauth-api-secret*
(special variable).
*oauth-signature-method*
(special variable).
*oauth-version*
(special variable).
*server-port*
(special variable).
access-level
(function).
complete-authentication
(function).
http-body
(reader method).
(setf http-body)
(writer method).
http-headers
(reader method).
(setf http-headers)
(writer method).
http-status
(reader method).
(setf http-status)
(writer method).
initiate-authentication
(function).
oauth-error
(condition).
oauth-parameter-missing
(condition).
oauth-request-error
(condition).
oauth/access-token
(function).
oauth/authenticate
(function).
oauth/authorize
(function).
oauth/request-token
(function).
parameter
(reader method).
(setf parameter)
(writer method).
pin-request-token
(function).
signed-data-request
(function).
signed-request
(function).
signed-stream-request
(function).
target-headers
(reader method).
(setf target-headers)
(writer method).
target-method
(reader method).
(setf target-method)
(writer method).
target-parameters
(reader method).
(setf target-parameters)
(writer method).
target-url
(reader method).
(setf target-url)
(writer method).
*oauth/access-token*
(special variable).
*oauth/authenticate*
(special variable).
*oauth/authorize*
(special variable).
*oauth/request-token*
(special variable).
authorization-format-parameter
(function).
create-authorization-header
(function).
create-authorization-header-value
(function).
create-signature
(function).
initiate-server-authentication
(function).
make-signed
(function).
oauth-reset
(function).
oauth-response->alist
(function).
parse-body
(function).
prepare-data-parameters
(function).
request-wrapper
(function).
signature-format-parameter
(function).
chirp-core/location.lisp
oauth.lisp
(file).
chirp-core
(system).
bounding-box
(reader method).
(setf bounding-box)
(writer method).
contained-within
(reader method).
(setf contained-within)
(writer method).
coordinates
(reader method).
(setf coordinates)
(writer method).
country-code
(reader method).
(setf country-code)
(writer method).
country-name
(reader method).
(setf country-name)
(writer method).
full-name
(reader method).
(setf full-name)
(writer method).
geo/id
(function).
geo/reverse-geocode
(function).
geo/search
(function).
geo/similar-places
(function).
geometry
(class).
id
(reader method).
(setf id)
(writer method).
latitude
(reader method).
(setf latitude)
(writer method).
location
(class).
location-type
(reader method).
(setf location-type)
(writer method).
longitude
(reader method).
(setf longitude)
(writer method).
name
(reader method).
(setf name)
(writer method).
poly-lines
(reader method).
(setf poly-lines)
(writer method).
print-object
(method).
print-object
(method).
shape
(reader method).
(setf shape)
(writer method).
url
(reader method).
(setf url)
(writer method).
*geo/id*
(special variable).
*geo/reverse-geocode*
(special variable).
*geo/search*
(special variable).
*geo/similar-places*
(special variable).
attributes
(reader method).
(setf attributes)
(writer method).
make-geometry
(function).
make-location
(function).
parse-geo-attributes
(function).
similar-locations
(generic function).
chirp-core/trends.lisp
location.lisp
(file).
chirp-core
(system).
country
(reader method).
(setf country)
(writer method).
country-code
(reader method).
(setf country-code)
(writer method).
events
(reader method).
(setf events)
(writer method).
name
(reader method).
name
(reader method).
(setf name)
(writer method).
(setf name)
(writer method).
parent
(reader method).
(setf parent)
(writer method).
place-code
(reader method).
(setf place-code)
(writer method).
place-name
(reader method).
(setf place-name)
(writer method).
print-object
(method).
print-object
(method).
promoted-content
(reader method).
(setf promoted-content)
(writer method).
query
(reader method).
(setf query)
(writer method).
trend
(class).
trend-location
(class).
trends/available
(function).
trends/closest
(function).
trends/place
(function).
url
(reader method).
url
(reader method).
(setf url)
(writer method).
(setf url)
(writer method).
woeid
(reader method).
(setf woeid)
(writer method).
*trends/available*
(special variable).
*trends/closest*
(special variable).
*trends/place*
(special variable).
closest-trend-locations
(generic function).
closest-trends
(generic function).
make-trend
(function).
make-trend-location
(function).
chirp-core/entities.lisp
trends.lisp
(file).
chirp-core
(system).
display-url
(reader method).
display-url
(reader method).
(setf display-url)
(writer method).
(setf display-url)
(writer method).
end
(reader method).
end
(reader method).
end
(reader method).
end
(reader method).
end
(reader method).
(setf end)
(writer method).
(setf end)
(writer method).
(setf end)
(writer method).
(setf end)
(writer method).
(setf end)
(writer method).
entity
(class).
expanded-url
(reader method).
expanded-url
(reader method).
(setf expanded-url)
(writer method).
(setf expanded-url)
(writer method).
hashtag
(class).
height
(reader method).
(setf height)
(writer method).
id
(reader method).
id
(reader method).
(setf id)
(writer method).
(setf id)
(writer method).
media
(class).
media-type
(reader method).
(setf media-type)
(writer method).
media-url
(reader method).
(setf media-url)
(writer method).
media-url-https
(reader method).
(setf media-url-https)
(writer method).
mention
(class).
name
(reader method).
(setf name)
(writer method).
resize-method
(reader method).
(setf resize-method)
(writer method).
screen-name
(reader method).
(setf screen-name)
(writer method).
size
(reader method).
(setf size)
(writer method).
size
(class).
sizes
(reader method).
(setf sizes)
(writer method).
source-status
(reader method).
(setf source-status)
(writer method).
start
(reader method).
start
(reader method).
start
(reader method).
start
(reader method).
start
(reader method).
(setf start)
(writer method).
(setf start)
(writer method).
(setf start)
(writer method).
(setf start)
(writer method).
(setf start)
(writer method).
t-symbol
(class).
text
(reader method).
text
(reader method).
(setf text)
(writer method).
(setf text)
(writer method).
url
(reader method).
url
(reader method).
(setf url)
(writer method).
(setf url)
(writer method).
url
(class).
width
(reader method).
(setf width)
(writer method).
make-entities
(function).
make-entity
(generic function).
chirp-core/help.lisp
entities.lisp
(file).
chirp-core
(system).
*cached-configuration*
(special variable).
*cached-languages*
(special variable).
address
(reader method).
(setf address)
(writer method).
application/rate-limit-status
(function).
characters-reserved-per-media
(reader method).
(setf characters-reserved-per-media)
(writer method).
code
(reader method).
(setf code)
(writer method).
configuration
(class).
dm-text-character-limit
(reader method).
(setf dm-text-character-limit)
(writer method).
help/configuration
(function).
help/languages
(function).
help/privacy
(function).
help/tos
(function).
language
(class).
limit
(reader method).
(setf limit)
(writer method).
max-media-per-upload
(reader method).
(setf max-media-per-upload)
(writer method).
name
(reader method).
(setf name)
(writer method).
non-username-paths
(reader method).
(setf non-username-paths)
(writer method).
photo-size-limit
(reader method).
(setf photo-size-limit)
(writer method).
photo-sizes
(reader method).
(setf photo-sizes)
(writer method).
print-object
(method).
print-object
(method).
remaining
(reader method).
(setf remaining)
(writer method).
reset
(reader method).
(setf reset)
(writer method).
resource
(class).
short-url-length
(reader method).
(setf short-url-length)
(writer method).
short-url-length-https
(reader method).
(setf short-url-length-https)
(writer method).
status
(reader method).
(setf status)
(writer method).
valid-language-p
(function).
*application/rate-limit-status*
(special variable).
*help/configuration*
(special variable).
*help/languages*
(special variable).
*help/privacy*
(special variable).
*help/tos*
(special variable).
make-configuration
(function).
make-language
(function).
make-resource
(function).
chirp-core/cursor.lisp
help.lisp
(file).
chirp-core
(system).
cursor
(class).
cursor-collect
(function).
cursor-next
(generic function).
cursor-previous
(generic function).
cursor-request
(generic function).
cursored-request
(function).
data
(reader method).
(setf data)
(writer method).
do-cursor
(macro).
id
(reader method).
(setf id)
(writer method).
map-cursor
(function).
parameters
(reader method).
(setf parameters)
(writer method).
request-method
(reader method).
(setf request-method)
(writer method).
url
(reader method).
(setf url)
(writer method).
chirp-core/user.lisp
cursor.lisp
(file).
chirp-core
(system).
avatar
(reader method).
(setf avatar)
(writer method).
background
(reader method).
(setf background)
(writer method).
banner
(class).
colors
(reader method).
(setf colors)
(writer method).
contributors
(reader method).
(setf contributors)
(writer method).
counts
(reader method).
(setf counts)
(writer method).
created-at
(reader method).
(setf created-at)
(writer method).
default
(reader method).
(setf default)
(writer method).
description
(reader method).
(setf description)
(writer method).
entities
(reader method).
(setf entities)
(writer method).
follow-request-sent
(reader method).
(setf follow-request-sent)
(writer method).
following
(reader method).
(setf following)
(writer method).
height
(reader method).
(setf height)
(writer method).
id
(reader method).
(setf id)
(writer method).
initialize-instance
(method).
language
(reader method).
(setf language)
(writer method).
location
(reader method).
(setf location)
(writer method).
name
(reader method).
(setf name)
(writer method).
notifications
(reader method).
(setf notifications)
(writer method).
print-object
(method).
print-object
(method).
protected
(reader method).
(setf protected)
(writer method).
screen-name
(reader method).
(setf screen-name)
(writer method).
show-inline-media
(reader method).
(setf show-inline-media)
(writer method).
size
(reader method).
(setf size)
(writer method).
status
(reader method).
(setf status)
(writer method).
time-zone
(reader method).
(setf time-zone)
(writer method).
translator
(reader method).
(setf translator)
(writer method).
url
(reader method).
url
(reader method).
(setf url)
(writer method).
(setf url)
(writer method).
user
(class).
users/contributees
(function).
users/contributors
(function).
users/lookup
(function).
users/profile-banner
(function).
users/report-spam
(function).
users/search
(function).
users/show
(function).
utc-offset
(reader method).
(setf utc-offset)
(writer method).
verified
(reader method).
(setf verified)
(writer method).
width
(reader method).
(setf width)
(writer method).
withheld-in-countries
(reader method).
(setf withheld-in-countries)
(writer method).
*users/contributees*
(special variable).
*users/contributors*
(special variable).
*users/lookup*
(special variable).
*users/profile-banner*
(special variable).
*users/report-spam*
(special variable).
*users/search*
(special variable).
*users/show*
(special variable).
contributors-enabled
(reader method).
(setf contributors-enabled)
(writer method).
geo-enabled
(reader method).
(setf geo-enabled)
(writer method).
make-banner
(function).
make-user
(function).
withheld-scope
(reader method).
(setf withheld-scope)
(writer method).
chirp-core/account.lisp
user.lisp
(file).
chirp-core
(system).
*cached-self*
(special variable).
account/remove-profile-banner
(function).
account/self
(function).
account/settings
(function).
account/update-profile
(function).
account/update-profile-background-image
(function).
account/update-profile-banner
(function).
account/update-profile-colors
(function).
account/update-profile-image
(function).
account/verify-credentials
(function).
cookie-personalization
(reader method).
(setf cookie-personalization)
(writer method).
email-discoverable
(reader method).
(setf email-discoverable)
(writer method).
force-https
(reader method).
(setf force-https)
(writer method).
geo
(reader method).
(setf geo)
(writer method).
language
(reader method).
(setf language)
(writer method).
protected
(reader method).
(setf protected)
(writer method).
screen-name
(reader method).
(setf screen-name)
(writer method).
settings
(class).
show-inline-media
(reader method).
(setf show-inline-media)
(writer method).
sleep-time
(reader method).
(setf sleep-time)
(writer method).
sleep-time-end
(reader method).
(setf sleep-time-end)
(writer method).
sleep-time-start
(reader method).
(setf sleep-time-start)
(writer method).
time-zone-info
(reader method).
(setf time-zone-info)
(writer method).
time-zone-name
(reader method).
(setf time-zone-name)
(writer method).
time-zone-offset
(reader method).
(setf time-zone-offset)
(writer method).
trend
(reader method).
(setf trend)
(writer method).
*account/remove-profile-banner*
(special variable).
*account/settings*
(special variable).
*account/update-profile*
(special variable).
*account/update-profile-background-image*
(special variable).
*account/update-profile-banner*
(special variable).
*account/update-profile-colors*
(special variable).
*account/update-profile-image*
(special variable).
*account/verify-credentials*
(special variable).
account/settings/post
(function).
make-settings
(function).
chirp-core/blocks.lisp
account.lisp
(file).
chirp-core
(system).
blocks/create
(function).
blocks/destroy
(function).
blocks/ids
(function).
blocks/list
(function).
*blocks/create*
(special variable).
*blocks/destroy*
(special variable).
*blocks/ids*
(special variable).
*blocks/list*
(special variable).
chirp-core/suggestions.lisp
blocks.lisp
(file).
chirp-core
(system).
name
(reader method).
(setf name)
(writer method).
print-object
(method).
size
(reader method).
(setf size)
(writer method).
slug
(reader method).
(setf slug)
(writer method).
slug
(class).
users
(reader method).
(setf users)
(writer method).
users/suggestions
(function).
users/suggestions/slug
(function).
users/suggestions/slug/members
(function).
*users/suggestions*
(special variable).
*users/suggestions/slug*
(special variable).
*users/suggestions/slug/members*
(special variable).
make-slug
(function).
chirp-core/media.lisp
suggestions.lisp
(file).
chirp-core
(system).
expires-after-secs
(reader method).
(setf expires-after-secs)
(writer method).
id
(reader method).
(setf id)
(writer method).
id-string
(reader method).
(setf id-string)
(writer method).
image
(reader method).
(setf image)
(writer method).
media/upload
(function).
media/upload/append
(function).
media/upload/finalize
(function).
media/upload/init
(function).
media/upload/status
(function).
print-object
(method).
processing-info
(reader method).
(setf processing-info)
(writer method).
size
(reader method).
(setf size)
(writer method).
video
(reader method).
(setf video)
(writer method).
*media/metadata/create*
(special variable).
*media/subtitles/create*
(special variable).
*media/subtitles/delete*
(special variable).
*media/upload*
(special variable).
make-media-object
(function).
media-category
(function).
media-object
(class).
pathname-media-type
(function).
chirp-core/statuses.lisp
media.lisp
(file).
chirp-core
(system).
author-name
(reader method).
(setf author-name)
(writer method).
author-url
(reader method).
(setf author-url)
(writer method).
cache-age
(reader method).
(setf cache-age)
(writer method).
compute-status-length
(function).
contributors
(reader method).
(setf contributors)
(writer method).
coordinates
(reader method).
(setf coordinates)
(writer method).
counts
(reader method).
(setf counts)
(writer method).
created-at
(reader method).
(setf created-at)
(writer method).
direct-mention-p
(function).
display-text-range
(reader method).
(setf display-text-range)
(writer method).
entities
(reader method).
(setf entities)
(writer method).
extended-entities
(reader method).
(setf extended-entities)
(writer method).
favorited
(reader method).
(setf favorited)
(writer method).
full-text
(reader method).
(setf full-text)
(writer method).
height
(reader method).
(setf height)
(writer method).
html
(reader method).
(setf html)
(writer method).
id
(reader method).
(setf id)
(writer method).
in-reply-to
(reader method).
(setf in-reply-to)
(writer method).
mention-p
(function).
oembed
(class).
oembed-type
(reader method).
(setf oembed-type)
(writer method).
place
(reader method).
(setf place)
(writer method).
possibly-sensitive
(reader method).
(setf possibly-sensitive)
(writer method).
print-object
(method).
provider-name
(reader method).
(setf provider-name)
(writer method).
provider-url
(reader method).
(setf provider-url)
(writer method).
replace-entities
(function).
replace-entity
(function).
retweet-p
(function).
retweeted
(reader method).
(setf retweeted)
(writer method).
retweeted-status
(reader method).
(setf retweeted-status)
(writer method).
source
(reader method).
(setf source)
(writer method).
status
(class).
statuses/destroy
(function).
statuses/oembed
(function).
statuses/retweet
(function).
statuses/retweeters/ids
(function).
statuses/retweets
(function).
statuses/show
(function).
statuses/update
(function).
statuses/update-with-media
(function).
text
(reader method).
(setf text)
(writer method).
text-with-expanded-urls
(function).
text-with-markup
(function).
truncated
(reader method).
(setf truncated)
(writer method).
url
(reader method).
(setf url)
(writer method).
user
(reader method).
(setf user)
(writer method).
version
(reader method).
(setf version)
(writer method).
width
(reader method).
(setf width)
(writer method).
with-replaced-entities
(macro).
withheld-in-countries
(reader method).
(setf withheld-in-countries)
(writer method).
*http-url-regex*
(special variable).
*https-url-regex*
(special variable).
*statuses/destroy*
(special variable).
*statuses/oembed*
(special variable).
*statuses/retweet*
(special variable).
*statuses/retweeters/ids*
(special variable).
*statuses/retweets*
(special variable).
*statuses/show*
(special variable).
*statuses/update*
(special variable).
*statuses/update-with-media*
(special variable).
filter-level
(reader method).
(setf filter-level)
(writer method).
make-oembed
(function).
make-status
(function).
scopes
(reader method).
(setf scopes)
(writer method).
withheld-copyright
(reader method).
(setf withheld-copyright)
(writer method).
withheld-scope
(reader method).
(setf withheld-scope)
(writer method).
chirp-core/timelines.lisp
statuses.lisp
(file).
chirp-core
(system).
statuses/home-timeline
(function).
statuses/mentions-timeline
(function).
statuses/retweets-of-me
(function).
statuses/user-timeline
(function).
*statuses/home-timeline*
(special variable).
*statuses/mentions-timeline*
(special variable).
*statuses/retweets-of-me*
(special variable).
*statuses/user-timeline*
(special variable).
chirp-core/direct-messages.lisp
timelines.lisp
(file).
chirp-core
(system).
created-at
(reader method).
(setf created-at)
(writer method).
direct-message
(class).
direct-messages
(function).
direct-messages/destroy
(function).
direct-messages/new
(function).
direct-messages/sent
(function).
direct-messages/show
(function).
entities
(reader method).
(setf entities)
(writer method).
id
(reader method).
(setf id)
(writer method).
print-object
(method).
recipient
(reader method).
(setf recipient)
(writer method).
sender
(reader method).
(setf sender)
(writer method).
text
(reader method).
(setf text)
(writer method).
*direct-messages/*
(special variable).
*direct-messages/destroy*
(special variable).
*direct-messages/new*
(special variable).
*direct-messages/sent*
(special variable).
*direct-messages/show*
(special variable).
make-direct-message
(function).
chirp-core/friends.lisp
direct-messages.lisp
(file).
chirp-core
(system).
*connection-values*
(special variable).
all-replies
(reader method).
(setf all-replies)
(writer method).
blocking
(reader method).
(setf blocking)
(writer method).
can-dm
(reader method).
(setf can-dm)
(writer method).
connections
(reader method).
(setf connections)
(writer method).
followed-by
(reader method).
(setf followed-by)
(writer method).
followers/ids
(function).
followers/list
(function).
following
(reader method).
(setf following)
(writer method).
friends/ids
(function).
friends/list
(function).
friendships/create
(function).
friendships/destroy
(function).
friendships/incoming
(function).
friendships/lookup
(function).
friendships/no-retweets/ids
(function).
friendships/outgoing
(function).
friendships/show
(function).
friendships/update
(function).
id
(reader method).
(setf id)
(writer method).
marked-spam
(reader method).
(setf marked-spam)
(writer method).
name
(reader method).
(setf name)
(writer method).
notifications-enabled
(reader method).
(setf notifications-enabled)
(writer method).
print-object
(method).
relationship
(class).
screen-name
(reader method).
(setf screen-name)
(writer method).
want-retweets
(reader method).
(setf want-retweets)
(writer method).
*followers/ids*
(special variable).
*followers/list*
(special variable).
*friends/ids*
(special variable).
*friends/list*
(special variable).
*friendships/create*
(special variable).
*friendships/destroy*
(special variable).
*friendships/incoming*
(special variable).
*friendships/lookup*
(special variable).
*friendships/no-retweets/ids*
(special variable).
*friendships/outgoing*
(special variable).
*friendships/show*
(special variable).
*friendships/update*
(special variable).
make-relationship
(function).
chirp-core/favorites.lisp
friends.lisp
(file).
chirp-core
(system).
favorites/create
(function).
favorites/destroy
(function).
favorites/list
(function).
*favorites/create*
(special variable).
*favorites/destroy*
(special variable).
*favorites/list*
(special variable).
chirp-core/saved-searches.lisp
favorites.lisp
(file).
chirp-core
(system).
created-at
(reader method).
(setf created-at)
(writer method).
id
(reader method).
(setf id)
(writer method).
name
(reader method).
(setf name)
(writer method).
print-object
(method).
query
(reader method).
(setf query)
(writer method).
saved-search
(class).
saved-searches/create
(function).
saved-searches/destroy/id
(function).
saved-searches/list
(function).
saved-searches/show/id
(function).
search-position
(reader method).
(setf search-position)
(writer method).
*saved-searches/create*
(special variable).
*saved-searches/destroy/id*
(special variable).
*saved-searches/list*
(special variable).
*saved-searches/show/id*
(special variable).
make-saved-search
(function).
chirp-core/search.lisp
saved-searches.lisp
(file).
chirp-core
(system).
completed-in
(reader method).
(setf completed-in)
(writer method).
max-id
(reader method).
(setf max-id)
(writer method).
next-results
(reader method).
(setf next-results)
(writer method).
print-object
(method).
query
(reader method).
(setf query)
(writer method).
refresh-url
(reader method).
(setf refresh-url)
(writer method).
result-count
(reader method).
(setf result-count)
(writer method).
search-metadata
(class).
search/tweets
(function).
since-id
(reader method).
(setf since-id)
(writer method).
*search/tweets*
(special variable).
make-search-metadata
(function).
chirp-core/lists.lisp
search.lisp
(file).
chirp-core
(system).
counts
(reader method).
(setf counts)
(writer method).
created-at
(reader method).
(setf created-at)
(writer method).
description
(reader method).
(setf description)
(writer method).
following
(reader method).
(setf following)
(writer method).
full-name
(reader method).
(setf full-name)
(writer method).
id
(reader method).
(setf id)
(writer method).
lists/create
(function).
lists/destroy
(function).
lists/list
(function).
lists/members
(function).
lists/members/create
(function).
lists/members/create-all
(function).
lists/members/destroy
(function).
lists/members/destroy-all
(function).
lists/members/show
(function).
lists/memberships
(function).
lists/ownerships
(function).
lists/show
(function).
lists/statuses
(function).
lists/subscribers
(function).
lists/subscribers/create
(function).
lists/subscribers/destroy
(function).
lists/subscribers/show
(function).
lists/subscriptions
(function).
lists/update
(function).
mode
(reader method).
(setf mode)
(writer method).
name
(reader method).
(setf name)
(writer method).
print-object
(method).
slug
(reader method).
(setf slug)
(writer method).
uri
(reader method).
(setf uri)
(writer method).
user
(reader method).
(setf user)
(writer method).
user-list
(class).
*lists/create*
(special variable).
*lists/destroy*
(special variable).
*lists/list*
(special variable).
*lists/members*
(special variable).
*lists/members/create*
(special variable).
*lists/members/create-all*
(special variable).
*lists/members/destroy*
(special variable).
*lists/members/destroy-all*
(special variable).
*lists/members/show*
(special variable).
*lists/memberships*
(special variable).
*lists/ownerships*
(special variable).
*lists/show*
(special variable).
*lists/statuses*
(special variable).
*lists/subscribers*
(special variable).
*lists/subscribers/create*
(special variable).
*lists/subscribers/destroy*
(special variable).
*lists/subscribers/show*
(special variable).
*lists/subscriptions*
(special variable).
*lists/update*
(special variable).
make-user-list
(function).
chirp-core/stream.lisp
lists.lisp
(file).
chirp-core
(system).
code
(reader method).
code
(reader method).
(setf code)
(writer method).
(setf code)
(writer method).
control-uri
(reader method).
(setf control-uri)
(writer method).
created-at
(reader method).
(setf created-at)
(writer method).
data
(reader method).
(setf data)
(writer method).
event-access-revoked
(class).
event-block
(class).
event-favorite
(class).
event-follow
(class).
event-list-create
(class).
event-list-destroy
(class).
event-list-member-add
(class).
event-list-member-remove
(class).
event-list-update
(class).
event-list-user-subscribe
(class).
event-list-user-unsubscribe
(class).
event-unblock
(class).
event-unfavorite
(class).
event-unfollow
(class).
event-unknown
(class).
event-user-update
(class).
for-user
(reader method).
(setf for-user)
(writer method).
friends
(reader method).
(setf friends)
(writer method).
id
(reader method).
id
(reader method).
id
(reader method).
(setf id)
(writer method).
(setf id)
(writer method).
(setf id)
(writer method).
message
(reader method).
message
(reader method).
(setf message)
(writer method).
(setf message)
(writer method).
message
(class).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
print-object
(method).
reason
(reader method).
(setf reason)
(writer method).
source
(reader method).
(setf source)
(writer method).
stream-control
(class).
stream-delete
(class).
stream-disconnect
(class).
stream-envelope
(class).
stream-event
(class).
stream-friends
(class).
stream-limit
(class).
stream-name
(reader method).
(setf stream-name)
(writer method).
stream-scrub-geo
(class).
stream-status-withheld
(class).
stream-unknown
(class).
stream-user-withheld
(class).
stream-warning
(class).
stream/site
(function).
stream/statuses/filter
(function).
stream/statuses/firehose
(function).
stream/statuses/sample
(function).
stream/user
(function).
target
(reader method).
(setf target)
(writer method).
target-object
(reader method).
(setf target-object)
(writer method).
track
(reader method).
(setf track)
(writer method).
up-to-status-id
(reader method).
(setf up-to-status-id)
(writer method).
user-id
(reader method).
user-id
(reader method).
user-id
(reader method).
(setf user-id)
(writer method).
(setf user-id)
(writer method).
(setf user-id)
(writer method).
withheld-in-countries
(reader method).
withheld-in-countries
(reader method).
(setf withheld-in-countries)
(writer method).
(setf withheld-in-countries)
(writer method).
*event->class-map*
(special variable).
*stream/site*
(special variable).
*stream/statuses/filter*
(special variable).
*stream/statuses/firehose*
(special variable).
*stream/statuses/sample*
(special variable).
*stream/user*
(special variable).
make-stream-control
(function).
make-stream-delete
(function).
make-stream-disconnect
(function).
make-stream-envelope
(function).
make-stream-event
(function).
make-stream-friends
(function).
make-stream-limit
(function).
make-stream-object
(function).
make-stream-scrub-geo
(function).
make-stream-status-withheld
(function).
make-stream-user-withheld
(function).
make-stream-warning
(function).
parse-stream-line
(function).
process-stream-inner
(function).
read-line-bytes
(function).
trim-whitespace
(function).
chirp-core/generics.lisp
stream.lisp
(file).
chirp-core
(system).
block-user
(generic function).
delete-object
(generic function).
favorite
(generic function).
fetch-user
(generic function).
follow-user
(generic function).
list-user
(generic function).
map-timeline
(generic function).
mention-user
(generic function).
message-user
(generic function).
reply
(generic function).
reply-all
(generic function).
report-user
(generic function).
retweet
(generic function).
start-stream
(generic function).
subscribe-to-list
(generic function).
tweet
(generic function).
unblock-user
(generic function).
unfavorite
(generic function).
unfollow-user
(generic function).
unlist-user
(generic function).
unsubscribe-from-list
(generic function).
%map-timeline
(function).
chirp-core/collections.lisp
generics.lisp
(file).
chirp-core
(system).
associated-url
(reader method).
(setf associated-url)
(writer method).
collection-type
(reader method).
(setf collection-type)
(writer method).
collections/add
(function).
collections/create
(function).
collections/curate
(function).
collections/destroy
(function).
collections/entries
(function).
collections/list
(function).
collections/move
(function).
collections/remove
(function).
collections/show
(function).
collections/update
(function).
id
(reader method).
(setf id)
(writer method).
name
(reader method).
(setf name)
(writer method).
order
(reader method).
(setf order)
(writer method).
print-object
(method).
tweets
(reader method).
(setf tweets)
(writer method).
url
(reader method).
(setf url)
(writer method).
user-id
(reader method).
(setf user-id)
(writer method).
users
(reader method).
(setf users)
(writer method).
visibility
(reader method).
(setf visibility)
(writer method).
%make-collection
(function).
*collections/create*
(special variable).
*collections/destroy*
(special variable).
*collections/entries*
(special variable).
*collections/entries/add*
(special variable).
*collections/entries/curate*
(special variable).
*collections/entries/move*
(special variable).
*collections/entries/remove*
(special variable).
*collections/list*
(special variable).
*collections/show*
(special variable).
*collections/update*
(special variable).
collection
(class).
make-collection
(function).
make-curate-request
(function).
Packages are listed by definition order.
chirp-objects
org.tymoonnext.chirp.objects
address
(generic reader).
(setf address)
(generic writer).
all-replies
(generic reader).
(setf all-replies)
(generic writer).
associated-url
(generic reader).
(setf associated-url)
(generic writer).
author-name
(generic reader).
(setf author-name)
(generic writer).
author-url
(generic reader).
(setf author-url)
(generic writer).
avatar
(generic reader).
(setf avatar)
(generic writer).
background
(generic reader).
(setf background)
(generic writer).
banner
(class).
blocking
(generic reader).
(setf blocking)
(generic writer).
bounding-box
(generic reader).
(setf bounding-box)
(generic writer).
cache-age
(generic reader).
(setf cache-age)
(generic writer).
can-dm
(generic reader).
(setf can-dm)
(generic writer).
characters-reserved-per-media
(generic reader).
(setf characters-reserved-per-media)
(generic writer).
code
(generic reader).
(setf code)
(generic writer).
collection-type
(generic reader).
(setf collection-type)
(generic writer).
colors
(generic reader).
(setf colors)
(generic writer).
completed-in
(generic reader).
(setf completed-in)
(generic writer).
configuration
(class).
connections
(generic reader).
(setf connections)
(generic writer).
contained-within
(generic reader).
(setf contained-within)
(generic writer).
contributors
(generic reader).
(setf contributors)
(generic writer).
control-uri
(generic reader).
(setf control-uri)
(generic writer).
cookie-personalization
(generic reader).
(setf cookie-personalization)
(generic writer).
coordinates
(generic reader).
(setf coordinates)
(generic writer).
country
(generic reader).
(setf country)
(generic writer).
country-code
(generic reader).
(setf country-code)
(generic writer).
country-name
(generic reader).
(setf country-name)
(generic writer).
counts
(generic reader).
(setf counts)
(generic writer).
created-at
(generic reader).
(setf created-at)
(generic writer).
cursor
(class).
data
(generic reader).
(setf data)
(generic writer).
default
(generic reader).
(setf default)
(generic writer).
description
(generic reader).
(setf description)
(generic writer).
direct-message
(class).
display-text-range
(generic reader).
(setf display-text-range)
(generic writer).
display-url
(generic reader).
(setf display-url)
(generic writer).
dm-text-character-limit
(generic reader).
(setf dm-text-character-limit)
(generic writer).
email-discoverable
(generic reader).
(setf email-discoverable)
(generic writer).
end
(generic reader).
(setf end)
(generic writer).
entities
(generic reader).
(setf entities)
(generic writer).
entity
(class).
event-access-revoked
(class).
event-block
(class).
event-favorite
(class).
event-follow
(class).
event-list-create
(class).
event-list-destroy
(class).
event-list-member-add
(class).
event-list-member-remove
(class).
event-list-update
(class).
event-list-user-subscribe
(class).
event-list-user-unsubscribe
(class).
event-unblock
(class).
event-unfavorite
(class).
event-unfollow
(class).
event-unknown
(class).
event-user-update
(class).
events
(generic reader).
(setf events)
(generic writer).
expanded-url
(generic reader).
(setf expanded-url)
(generic writer).
expires-after-secs
(generic reader).
(setf expires-after-secs)
(generic writer).
extended-entities
(generic reader).
(setf extended-entities)
(generic writer).
favorited
(generic reader).
(setf favorited)
(generic writer).
follow-request-sent
(generic reader).
(setf follow-request-sent)
(generic writer).
followed-by
(generic reader).
(setf followed-by)
(generic writer).
following
(generic reader).
(setf following)
(generic writer).
for-user
(generic reader).
(setf for-user)
(generic writer).
force-https
(generic reader).
(setf force-https)
(generic writer).
friends
(generic reader).
(setf friends)
(generic writer).
full-name
(generic reader).
(setf full-name)
(generic writer).
full-text
(generic reader).
(setf full-text)
(generic writer).
geo
(generic reader).
(setf geo)
(generic writer).
geometry
(class).
hashtag
(class).
height
(generic reader).
(setf height)
(generic writer).
html
(generic reader).
(setf html)
(generic writer).
http-body
(generic reader).
(setf http-body)
(generic writer).
http-headers
(generic reader).
(setf http-headers)
(generic writer).
http-status
(generic reader).
(setf http-status)
(generic writer).
id
(generic reader).
(setf id)
(generic writer).
id-string
(generic reader).
(setf id-string)
(generic writer).
image
(generic reader).
(setf image)
(generic writer).
in-reply-to
(generic reader).
(setf in-reply-to)
(generic writer).
language
(generic reader).
(setf language)
(generic writer).
language
(class).
latitude
(generic reader).
(setf latitude)
(generic writer).
limit
(generic reader).
(setf limit)
(generic writer).
location
(generic reader).
(setf location)
(generic writer).
location
(class).
location-type
(generic reader).
(setf location-type)
(generic writer).
longitude
(generic reader).
(setf longitude)
(generic writer).
marked-spam
(generic reader).
(setf marked-spam)
(generic writer).
max-id
(generic reader).
(setf max-id)
(generic writer).
max-media-per-upload
(generic reader).
(setf max-media-per-upload)
(generic writer).
media
(class).
media-type
(generic reader).
(setf media-type)
(generic writer).
media-url
(generic reader).
(setf media-url)
(generic writer).
media-url-https
(generic reader).
(setf media-url-https)
(generic writer).
mention
(class).
message
(generic reader).
(setf message)
(generic writer).
message
(class).
mode
(generic reader).
(setf mode)
(generic writer).
name
(generic reader).
(setf name)
(generic writer).
next-results
(generic reader).
(setf next-results)
(generic writer).
non-username-paths
(generic reader).
(setf non-username-paths)
(generic writer).
notifications
(generic reader).
(setf notifications)
(generic writer).
notifications-enabled
(generic reader).
(setf notifications-enabled)
(generic writer).
oauth-error
(condition).
oauth-parameter-missing
(condition).
oauth-request-error
(condition).
oembed
(class).
oembed-type
(generic reader).
(setf oembed-type)
(generic writer).
order
(generic reader).
(setf order)
(generic writer).
parameter
(generic reader).
(setf parameter)
(generic writer).
parameters
(generic reader).
(setf parameters)
(generic writer).
parent
(generic reader).
(setf parent)
(generic writer).
photo-size-limit
(generic reader).
(setf photo-size-limit)
(generic writer).
photo-sizes
(generic reader).
(setf photo-sizes)
(generic writer).
place
(generic reader).
(setf place)
(generic writer).
place-code
(generic reader).
(setf place-code)
(generic writer).
place-name
(generic reader).
(setf place-name)
(generic writer).
poly-lines
(generic reader).
(setf poly-lines)
(generic writer).
possibly-sensitive
(generic reader).
(setf possibly-sensitive)
(generic writer).
processing-info
(generic reader).
(setf processing-info)
(generic writer).
promoted-content
(generic reader).
(setf promoted-content)
(generic writer).
protected
(generic reader).
(setf protected)
(generic writer).
provider-name
(generic reader).
(setf provider-name)
(generic writer).
provider-url
(generic reader).
(setf provider-url)
(generic writer).
query
(generic reader).
(setf query)
(generic writer).
reason
(generic reader).
(setf reason)
(generic writer).
recipient
(generic reader).
(setf recipient)
(generic writer).
refresh-url
(generic reader).
(setf refresh-url)
(generic writer).
relationship
(class).
remaining
(generic reader).
(setf remaining)
(generic writer).
request-method
(generic reader).
(setf request-method)
(generic writer).
reset
(generic reader).
(setf reset)
(generic writer).
resize-method
(generic reader).
(setf resize-method)
(generic writer).
resource
(class).
result-count
(generic reader).
(setf result-count)
(generic writer).
retweeted
(generic reader).
(setf retweeted)
(generic writer).
retweeted-status
(generic reader).
(setf retweeted-status)
(generic writer).
saved-search
(class).
screen-name
(generic reader).
(setf screen-name)
(generic writer).
search-metadata
(class).
search-position
(generic reader).
(setf search-position)
(generic writer).
sender
(generic reader).
(setf sender)
(generic writer).
settings
(class).
shape
(generic reader).
(setf shape)
(generic writer).
short-url-length
(generic reader).
(setf short-url-length)
(generic writer).
short-url-length-https
(generic reader).
(setf short-url-length-https)
(generic writer).
show-inline-media
(generic reader).
(setf show-inline-media)
(generic writer).
since-id
(generic reader).
(setf since-id)
(generic writer).
size
(generic reader).
(setf size)
(generic writer).
size
(class).
sizes
(generic reader).
(setf sizes)
(generic writer).
sleep-time
(generic reader).
(setf sleep-time)
(generic writer).
sleep-time-end
(generic reader).
(setf sleep-time-end)
(generic writer).
sleep-time-start
(generic reader).
(setf sleep-time-start)
(generic writer).
slug
(generic reader).
(setf slug)
(generic writer).
slug
(class).
source
(generic reader).
(setf source)
(generic writer).
source-status
(generic reader).
(setf source-status)
(generic writer).
start
(generic reader).
(setf start)
(generic writer).
status
(generic reader).
(setf status)
(generic writer).
status
(class).
stream-control
(class).
stream-delete
(class).
stream-disconnect
(class).
stream-envelope
(class).
stream-event
(class).
stream-friends
(class).
stream-limit
(class).
stream-name
(generic reader).
(setf stream-name)
(generic writer).
stream-scrub-geo
(class).
stream-status-withheld
(class).
stream-unknown
(class).
stream-user-withheld
(class).
stream-warning
(class).
t-symbol
(class).
target
(generic reader).
(setf target)
(generic writer).
target-headers
(generic reader).
(setf target-headers)
(generic writer).
target-method
(generic reader).
(setf target-method)
(generic writer).
target-object
(generic reader).
(setf target-object)
(generic writer).
target-parameters
(generic reader).
(setf target-parameters)
(generic writer).
target-url
(generic reader).
(setf target-url)
(generic writer).
text
(generic reader).
(setf text)
(generic writer).
time-zone
(generic reader).
(setf time-zone)
(generic writer).
time-zone-info
(generic reader).
(setf time-zone-info)
(generic writer).
time-zone-name
(generic reader).
(setf time-zone-name)
(generic writer).
time-zone-offset
(generic reader).
(setf time-zone-offset)
(generic writer).
track
(generic reader).
(setf track)
(generic writer).
translator
(generic reader).
(setf translator)
(generic writer).
trend
(generic reader).
(setf trend)
(generic writer).
trend
(class).
trend-location
(class).
truncated
(generic reader).
(setf truncated)
(generic writer).
tweets
(generic reader).
(setf tweets)
(generic writer).
up-to-status-id
(generic reader).
(setf up-to-status-id)
(generic writer).
uri
(generic reader).
(setf uri)
(generic writer).
url
(generic reader).
(setf url)
(generic writer).
url
(class).
user
(generic reader).
(setf user)
(generic writer).
user
(class).
user-id
(generic reader).
(setf user-id)
(generic writer).
user-list
(class).
users
(generic reader).
(setf users)
(generic writer).
utc-offset
(generic reader).
(setf utc-offset)
(generic writer).
verified
(generic reader).
(setf verified)
(generic writer).
version
(generic reader).
(setf version)
(generic writer).
video
(generic reader).
(setf video)
(generic writer).
visibility
(generic reader).
(setf visibility)
(generic writer).
want-retweets
(generic reader).
(setf want-retweets)
(generic writer).
width
(generic reader).
(setf width)
(generic writer).
withheld-in-countries
(generic reader).
(setf withheld-in-countries)
(generic writer).
woeid
(generic reader).
(setf woeid)
(generic writer).
chirp
org.tymoonnext.chirp
alexandria
.
chirp-api
.
chirp-extra
.
chirp-objects
.
common-lisp
.
split-sequence
.
%address
(slot).
%all-replies
(slot).
%attributes
(slot).
%author-name
(slot).
%author-url
(slot).
%avatar
(slot).
%background
(slot).
%blocking
(slot).
%bounding-box
(slot).
%cache-age
(slot).
%can-dm
(slot).
%characters-reserved-per-media
(slot).
%code
(slot).
%code
(slot).
%code
(slot).
%colors
(slot).
%completed-in
(slot).
%connections
(slot).
%contained-within
(slot).
%contributors
(slot).
%contributors
(slot).
%contributors-enabled
(slot).
%control-uri
(slot).
%cookie-personalization
(slot).
%coordinates
(slot).
%coordinates
(slot).
%country
(slot).
%country-code
(slot).
%country-code
(slot).
%country-name
(slot).
%counts
(slot).
%counts
(slot).
%counts
(slot).
%created-at
(slot).
%created-at
(slot).
%created-at
(slot).
%created-at
(slot).
%created-at
(slot).
%created-at
(slot).
%data
(slot).
%data
(slot).
%default
(slot).
%description
(slot).
%description
(slot).
%display-text-range
(slot).
%display-url
(slot).
%display-url
(slot).
%dm-text-character-limit
(slot).
%email-discoverable
(slot).
%end
(slot).
%end
(slot).
%end
(slot).
%end
(slot).
%end
(slot).
%entities
(slot).
%entities
(slot).
%entities
(slot).
%events
(slot).
%expanded-url
(slot).
%expanded-url
(slot).
%extended-entities
(slot).
%favorited
(slot).
%filter-level
(slot).
%follow-request-sent
(slot).
%followed-by
(slot).
%following
(slot).
%following
(slot).
%following
(slot).
%for-user
(slot).
%force-https
(slot).
%friends
(slot).
%full-name
(slot).
%full-name
(slot).
%full-text
(slot).
%geo
(slot).
%geo-enabled
(slot).
%height
(slot).
%height
(slot).
%height
(slot).
%html
(slot).
%http-body
(slot).
%http-headers
(slot).
%http-status
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%id
(slot).
%in-reply-to
(slot).
%language
(slot).
%language
(slot).
%latitude
(slot).
%limit
(slot).
%location
(slot).
%location-type
(slot).
%longitude
(slot).
%make-collection
(function).
%map-timeline
(function).
%marked-spam
(slot).
%max-id
(slot).
%max-media-per-upload
(slot).
%media-type
(slot).
%media-url
(slot).
%media-url-https
(slot).
%message
(slot).
%message
(slot).
%mode
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%name
(slot).
%next-results
(slot).
%non-username-paths
(slot).
%notifications
(slot).
%notifications-enabled
(slot).
%oembed-type
(slot).
%parameter
(slot).
%parameters
(slot).
%parent
(slot).
%photo-size-limit
(slot).
%photo-sizes
(slot).
%place
(slot).
%place-code
(slot).
%place-name
(slot).
%poly-lines
(slot).
%possibly-sensitive
(slot).
%promoted-content
(slot).
%protected
(slot).
%protected
(slot).
%provider-name
(slot).
%provider-url
(slot).
%query
(slot).
%query
(slot).
%query
(slot).
%reason
(slot).
%recipient
(slot).
%refresh-url
(slot).
%remaining
(slot).
%request-method
(slot).
%reset
(slot).
%resize-method
(slot).
%result-count
(slot).
%retweeted
(slot).
%retweeted-status
(slot).
%scopes
(slot).
%screen-name
(slot).
%screen-name
(slot).
%screen-name
(slot).
%screen-name
(slot).
%search-position
(slot).
%sender
(slot).
%shape
(slot).
%short-url-length
(slot).
%short-url-length-https
(slot).
%show-inline-media
(slot).
%show-inline-media
(slot).
%since-id
(slot).
%size
(slot).
%size
(slot).
%size
(slot).
%sizes
(slot).
%sleep-time
(slot).
%sleep-time-end
(slot).
%sleep-time-start
(slot).
%slug
(slot).
%slug
(slot).
%source
(slot).
%source
(slot).
%source-status
(slot).
%start
(slot).
%start
(slot).
%start
(slot).
%start
(slot).
%start
(slot).
%status
(slot).
%status
(slot).
%stream-name
(slot).
%target
(slot).
%target-headers
(slot).
%target-method
(slot).
%target-object
(slot).
%target-parameters
(slot).
%target-url
(slot).
%text
(slot).
%text
(slot).
%text
(slot).
%text
(slot).
%time-zone
(slot).
%time-zone-info
(slot).
%time-zone-name
(slot).
%time-zone-offset
(slot).
%track
(slot).
%translator
(slot).
%trend
(slot).
%truncated
(slot).
%up-to-status-id
(slot).
%uri
(slot).
%url
(slot).
%url
(slot).
%url
(slot).
%url
(slot).
%url
(slot).
%url
(slot).
%url
(slot).
%url
(slot).
%url
(slot).
%user
(slot).
%user
(slot).
%user-id
(slot).
%user-id
(slot).
%user-id
(slot).
%users
(slot).
%utc-offset
(slot).
%verified
(slot).
%version
(slot).
%want-retweets
(slot).
%width
(slot).
%width
(slot).
%width
(slot).
%withheld-copyright
(slot).
%withheld-in-countries
(slot).
%withheld-in-countries
(slot).
%withheld-in-countries
(slot).
%withheld-in-countries
(slot).
%withheld-scope
(slot).
%withheld-scope
(slot).
%woeid
(slot).
*account/remove-profile-banner*
(special variable).
*account/settings*
(special variable).
*account/update-profile*
(special variable).
*account/update-profile-background-image*
(special variable).
*account/update-profile-banner*
(special variable).
*account/update-profile-colors*
(special variable).
*account/update-profile-image*
(special variable).
*account/verify-credentials*
(special variable).
*application/rate-limit-status*
(special variable).
*blocks/create*
(special variable).
*blocks/destroy*
(special variable).
*blocks/ids*
(special variable).
*blocks/list*
(special variable).
*collections/create*
(special variable).
*collections/destroy*
(special variable).
*collections/entries*
(special variable).
*collections/entries/add*
(special variable).
*collections/entries/curate*
(special variable).
*collections/entries/move*
(special variable).
*collections/entries/remove*
(special variable).
*collections/list*
(special variable).
*collections/show*
(special variable).
*collections/update*
(special variable).
*direct-messages/*
(special variable).
*direct-messages/destroy*
(special variable).
*direct-messages/new*
(special variable).
*direct-messages/sent*
(special variable).
*direct-messages/show*
(special variable).
*event->class-map*
(special variable).
*external-format*
(special variable).
*favorites/create*
(special variable).
*favorites/destroy*
(special variable).
*favorites/list*
(special variable).
*followers/ids*
(special variable).
*followers/list*
(special variable).
*friends/ids*
(special variable).
*friends/list*
(special variable).
*friendships/create*
(special variable).
*friendships/destroy*
(special variable).
*friendships/incoming*
(special variable).
*friendships/lookup*
(special variable).
*friendships/no-retweets/ids*
(special variable).
*friendships/outgoing*
(special variable).
*friendships/show*
(special variable).
*friendships/update*
(special variable).
*geo/id*
(special variable).
*geo/reverse-geocode*
(special variable).
*geo/search*
(special variable).
*geo/similar-places*
(special variable).
*help/configuration*
(special variable).
*help/languages*
(special variable).
*help/privacy*
(special variable).
*help/tos*
(special variable).
*http-url-regex*
(special variable).
*https-url-regex*
(special variable).
*indentation-hints*
(special variable).
*lists/create*
(special variable).
*lists/destroy*
(special variable).
*lists/list*
(special variable).
*lists/members*
(special variable).
*lists/members/create*
(special variable).
*lists/members/create-all*
(special variable).
*lists/members/destroy*
(special variable).
*lists/members/destroy-all*
(special variable).
*lists/members/show*
(special variable).
*lists/memberships*
(special variable).
*lists/ownerships*
(special variable).
*lists/show*
(special variable).
*lists/statuses*
(special variable).
*lists/subscribers*
(special variable).
*lists/subscribers/create*
(special variable).
*lists/subscribers/destroy*
(special variable).
*lists/subscribers/show*
(special variable).
*lists/subscriptions*
(special variable).
*lists/update*
(special variable).
*media/metadata/create*
(special variable).
*media/subtitles/create*
(special variable).
*media/subtitles/delete*
(special variable).
*media/upload*
(special variable).
*month->int-map*
(special variable).
*oauth/access-token*
(special variable).
*oauth/authenticate*
(special variable).
*oauth/authorize*
(special variable).
*oauth/request-token*
(special variable).
*saved-searches/create*
(special variable).
*saved-searches/destroy/id*
(special variable).
*saved-searches/list*
(special variable).
*saved-searches/show/id*
(special variable).
*search/tweets*
(special variable).
*statuses/destroy*
(special variable).
*statuses/home-timeline*
(special variable).
*statuses/mentions-timeline*
(special variable).
*statuses/oembed*
(special variable).
*statuses/retweet*
(special variable).
*statuses/retweeters/ids*
(special variable).
*statuses/retweets*
(special variable).
*statuses/retweets-of-me*
(special variable).
*statuses/show*
(special variable).
*statuses/update*
(special variable).
*statuses/update-with-media*
(special variable).
*statuses/user-timeline*
(special variable).
*stream/site*
(special variable).
*stream/statuses/filter*
(special variable).
*stream/statuses/firehose*
(special variable).
*stream/statuses/sample*
(special variable).
*stream/user*
(special variable).
*trends/available*
(special variable).
*trends/closest*
(special variable).
*trends/place*
(special variable).
*users/contributees*
(special variable).
*users/contributors*
(special variable).
*users/lookup*
(special variable).
*users/profile-banner*
(special variable).
*users/report-spam*
(special variable).
*users/search*
(special variable).
*users/show*
(special variable).
*users/suggestions*
(special variable).
*users/suggestions/slug*
(special variable).
*users/suggestions/slug/members*
(special variable).
+unix-epoch-difference+
(constant).
account/settings/post
(function).
attributes
(generic reader).
(setf attributes)
(generic writer).
authorization-format-parameter
(function).
closest-trend-locations
(generic function).
closest-trends
(generic function).
collection
(class).
contributors-enabled
(generic reader).
(setf contributors-enabled)
(generic writer).
create-authorization-header
(function).
create-authorization-header-value
(function).
create-signature
(function).
defclass*
(macro).
define-indentation
(function).
define-make-*
(macro).
filter-level
(generic reader).
(setf filter-level)
(generic writer).
flatten-sublists
(function).
geo-enabled
(generic reader).
(setf geo-enabled)
(generic writer).
get-unix-time
(function).
initialize-slime
(function).
initiate-server-authentication
(function).
make-banner
(function).
make-collection
(function).
make-configuration
(function).
make-curate-request
(function).
make-direct-message
(function).
make-entities
(function).
make-entity
(generic function).
make-geometry
(function).
make-language
(function).
make-location
(function).
make-media-object
(function).
make-oembed
(function).
make-relationship
(function).
make-resource
(function).
make-saved-search
(function).
make-search-metadata
(function).
make-settings
(function).
make-signed
(function).
make-slug
(function).
make-status
(function).
make-stream-control
(function).
make-stream-delete
(function).
make-stream-disconnect
(function).
make-stream-envelope
(function).
make-stream-event
(function).
make-stream-friends
(function).
make-stream-limit
(function).
make-stream-object
(function).
make-stream-scrub-geo
(function).
make-stream-status-withheld
(function).
make-stream-user-withheld
(function).
make-stream-warning
(function).
make-trend
(function).
make-trend-location
(function).
make-user
(function).
make-user-list
(function).
media-category
(function).
media-object
(class).
oauth-reset
(function).
oauth-response->alist
(function).
open-request
(function).
parse-body
(function).
parse-geo-attributes
(function).
parse-stream-line
(function).
parse-when-param
(macro).
pathname-media-type
(function).
perform-request
(function).
prepare-data-parameters
(function).
process-stream-inner
(function).
read-line-bytes
(function).
request-wrapper
(function).
scopes
(generic reader).
(setf scopes)
(generic writer).
signature-format-parameter
(function).
similar-locations
(generic function).
trim-whitespace
(function).
withheld-copyright
(generic reader).
(setf withheld-copyright)
(generic writer).
withheld-scope
(generic reader).
(setf withheld-scope)
(generic writer).
chirp-api
org.tymoonnext.chirp.api
account/remove-profile-banner
(function).
account/self
(function).
account/settings
(function).
account/update-profile
(function).
account/update-profile-background-image
(function).
account/update-profile-banner
(function).
account/update-profile-colors
(function).
account/update-profile-image
(function).
account/verify-credentials
(function).
application/rate-limit-status
(function).
blocks/create
(function).
blocks/destroy
(function).
blocks/ids
(function).
blocks/list
(function).
collections/add
(function).
collections/create
(function).
collections/curate
(function).
collections/destroy
(function).
collections/entries
(function).
collections/list
(function).
collections/move
(function).
collections/remove
(function).
collections/show
(function).
collections/update
(function).
direct-messages
(function).
direct-messages/destroy
(function).
direct-messages/new
(function).
direct-messages/sent
(function).
direct-messages/show
(function).
favorites/create
(function).
favorites/destroy
(function).
favorites/list
(function).
followers/ids
(function).
followers/list
(function).
friends/ids
(function).
friends/list
(function).
friendships/create
(function).
friendships/destroy
(function).
friendships/incoming
(function).
friendships/lookup
(function).
friendships/no-retweets/ids
(function).
friendships/outgoing
(function).
friendships/show
(function).
friendships/update
(function).
geo/id
(function).
geo/reverse-geocode
(function).
geo/search
(function).
geo/similar-places
(function).
help/configuration
(function).
help/languages
(function).
help/privacy
(function).
help/tos
(function).
lists/create
(function).
lists/destroy
(function).
lists/list
(function).
lists/members
(function).
lists/members/create
(function).
lists/members/create-all
(function).
lists/members/destroy
(function).
lists/members/destroy-all
(function).
lists/members/show
(function).
lists/memberships
(function).
lists/ownerships
(function).
lists/show
(function).
lists/statuses
(function).
lists/subscribers
(function).
lists/subscribers/create
(function).
lists/subscribers/destroy
(function).
lists/subscribers/show
(function).
lists/subscriptions
(function).
lists/update
(function).
media/upload
(function).
media/upload/append
(function).
media/upload/finalize
(function).
media/upload/init
(function).
media/upload/status
(function).
oauth/access-token
(function).
oauth/authenticate
(function).
oauth/authorize
(function).
oauth/request-token
(function).
saved-searches/create
(function).
saved-searches/destroy/id
(function).
saved-searches/list
(function).
saved-searches/show/id
(function).
search/tweets
(function).
statuses/destroy
(function).
statuses/home-timeline
(function).
statuses/mentions-timeline
(function).
statuses/oembed
(function).
statuses/retweet
(function).
statuses/retweeters/ids
(function).
statuses/retweets
(function).
statuses/retweets-of-me
(function).
statuses/show
(function).
statuses/update
(function).
statuses/update-with-media
(function).
statuses/user-timeline
(function).
stream/site
(function).
stream/statuses/filter
(function).
stream/statuses/firehose
(function).
stream/statuses/sample
(function).
stream/user
(function).
trends/available
(function).
trends/closest
(function).
trends/place
(function).
users/contributees
(function).
users/contributors
(function).
users/lookup
(function).
users/profile-banner
(function).
users/report-spam
(function).
users/search
(function).
users/show
(function).
users/suggestions
(function).
users/suggestions/slug
(function).
users/suggestions/slug/members
(function).
chirp-extra
org.tymoonnext.chirp.extra
*access-levels*
(special variable).
*cached-access*
(special variable).
*cached-configuration*
(special variable).
*cached-languages*
(special variable).
*cached-self*
(special variable).
*connection-values*
(special variable).
*oauth-access-secret*
(special variable).
*oauth-access-token*
(special variable).
*oauth-api-key*
(special variable).
*oauth-api-secret*
(special variable).
*oauth-signature-method*
(special variable).
*oauth-version*
(special variable).
*server-port*
(special variable).
access-level
(function).
block-user
(generic function).
complete-authentication
(function).
compute-status-length
(function).
cursor-collect
(function).
cursor-next
(generic function).
cursor-previous
(generic function).
cursor-request
(generic function).
cursored-request
(function).
delete-object
(generic function).
direct-mention-p
(function).
do-cursor
(macro).
favorite
(generic function).
fetch-user
(generic function).
file-to-base64-string
(function).
follow-user
(generic function).
from-keyword
(function).
generate-nonce
(function).
hmac
(function).
initiate-authentication
(function).
list-user
(generic function).
map-cursor
(function).
map-timeline
(generic function).
mention-p
(function).
mention-user
(generic function).
message-user
(generic function).
parse-boolean
(function).
parse-month
(function).
parse-twitter-time
(function).
pin-request-token
(function).
prepare
(function).
prepare*
(macro).
replace-entities
(function).
replace-entity
(function).
reply
(generic function).
reply-all
(generic function).
report-user
(generic function).
retweet
(generic function).
retweet-p
(function).
serialize-object
(function).
signed-data-request
(function).
signed-request
(function).
signed-stream-request
(function).
start-stream
(generic function).
subscribe-to-list
(generic function).
text-with-expanded-urls
(function).
text-with-markup
(function).
to-keyword
(function).
tweet
(generic function).
unblock-user
(generic function).
unfavorite
(generic function).
unfollow-user
(generic function).
unlist-user
(generic function).
unsubscribe-from-list
(generic function).
url-encode
(function).
valid-language-p
(function).
with-replaced-entities
(macro).
xml-decode
(function).
xml-encode
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Possible values for the connections field in a relationship object.
Iterates over all data sets of a cursor, binding the request data to DATA-VAR on each iteration. Returns the cursor at its end position.
Creates a PREPARE statement out of the provided variables.
Shorthand macro for replacing multiple entities.
STATUS — A status object or any object with entities, or a list of entities.
ENTITYVAR — The variable to use in the replacement functions.
TEXT — The text to pass to REPLACE-ENTITIES
REPLACEMENTS ::= (TYPE FORM*)*
TYPE — An entity type. Should be one of :USER-MENTIONS :URLS :SYMBOLS :HASHTAGS :MEDIA.
Returns :READ, :READ-WRITE, :READ-WRITE-DIRECTMESSAGES or NIL indicating the current access level.
Removes the uploaded profile banner for the authenticating user. Returns T on success.
According to spec https://dev.twitter.com/docs/api/1.1/post/account/remove_profile_banner
Alias for ACCOUNT/VERIFY-CREDENTIALS, using caching.
Returns settings (including current trend, geo and sleep time information) for the authenticating user.
According to spec https://dev.twitter.com/docs/api/1.1/get/account/settings
Sets values that users are able to set under the "Account" tab of their settings page. Only the parameters specified will be updated.
According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile
Updates the authenticating user’s profile background image. This method can also be used to enable or disable the profile background image.
According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_background_image
Uploads a profile banner on behalf of the authenticating user. For best results, upload an <3MB image that is exactly 1252px by 626px. Returns T on success.
According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_banner
Sets one or more hex values that control the color scheme of the authenticating user’s profile page on twitter.com. Each parameter’s value must be a valid hexidecimal value, and may be either three or six characters (ex: #fff or #ffffff).
According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_colors
Updates the authenticating user’s profile image. Note that this method expects raw multipart data, not a URL to an image.
According to spec https://dev.twitter.com/docs/api/1.1/post/account/update_profile_image
Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. Use this method to test if supplied user credentials are valid.
According to spec https://dev.twitter.com/docs/api/1.1/get/account/verify_credentials
Returns the current rate limits for methods belonging to the specified resource families.
According to spec https://dev.twitter.com/docs/api/1.1/get/application/rate_limit_status
Blocks the specified user from following the authenticating user. In addition the blocked user will not show in the authenticating users mentions or timeline (unless retweeted by another user). If a follow or friend relationship exists it is destroyed.
According to spec https://dev.twitter.com/docs/api/1.1/post/blocks/create
Un-blocks the user specified in the ID parameter for the authenticating user. Returns the un-blocked user in the requested format when successful. If relationships existed before the block was instated, they will not be restored.
According to spec https://dev.twitter.com/docs/api/1.1/post/blocks/destroy
Returns a list of numeric user ids the authenticating user is blocking.
According to spec https://dev.twitter.com/docs/api/1.1/get/blocks/ids
Returns a list of user objects that the authenticating user is blocking.
According to spec https://dev.twitter.com/docs/api/1.1/get/blocks/list
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-add
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-create
timeline-order:
curation_reverse_chron : order added (default)
tweet_chron : oldest first
tweet_reverse_chron : most recent first
Curate tweets with alist that consisted of operations and tweet-id.
Example:
(defparameter *col* (collection/show "custom-123456789"))
(collections/curate *col*
’((:add 1234)
(:add 4321)
(:remove 1111)
(:add 2222)))
; => DONE
According to spec https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-curate
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-destroy
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/get-collections-entries
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/get-collections-list
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-move
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-entries-remove
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/get-collections-show
https://developer.twitter.com/en/docs/tweets/curate-a-collection/api-reference/post-collections-update
Finishes the authentication procedure by retrieving the access token. Sets the *OAUTH-TOKEN* and *OAUTH-TOKEN-SECRET* to their respective values.
Computes the final status length by shortening the URLs within the tweet according to twitter’s current URL shortening configurations. If the configuration has not been fetched before, this function call will result in an api call.
Collects the given parameter into one list by APPEND.
Performs a signed-request returning a cursor instance tailored for it.
Returns T if the status is a direct mention of the currently identified user.
To qualify as a direct mention, the mention has to appear before any other text in the tweet.
Returns the 20 most recent direct messages sent to the authenticating user. Includes detailed information about the sender and recipient user. You can request up to 200 direct messages per call, up to a maximum of 800 incoming DMs.
According to spec https://dev.twitter.com/docs/api/1.1/get/direct_messages
Destroys the direct message specified in the required ID parameter. The authenticating user must be the recipient of the specified direct message.
According to spec https://dev.twitter.com/docs/api/1.1/post/direct_messages/destroy
Sends a new direct message to the specified user from the authenticating user. Requires both the user and text parameters and must be a POST. Returns the sent message in the requested format if successful.
According to spec https://dev.twitter.com/docs/api/1.1/post/direct_messages/new
Returns the 20 most recent direct messages sent by the authenticating user. Includes detailed information about the sender and recipient user. You can request up to 200 direct messages per call, up to a maximum of 800 outgoing DMs.
According to spec https://dev.twitter.com/docs/api/1.1/get/direct_messages/sent
Returns a single direct message, specified by an id parameter. Like the direct-messages request, this method will include the user objects of the sender and recipient.
According to spec https://dev.twitter.com/docs/api/1.1/get/direct_messages/show
Favorites the status specified in the ID parameter as the authenticating user. Returns the favorite status when successful.
According to spec https://dev.twitter.com/docs/api/1.1/post/favorites/create
Un-favorites the status specified in the ID parameter as the authenticating user. Returns the un-favorited status in the requested format when successful.
According to spec https://dev.twitter.com/docs/api/1.1/post/favorites/destroy
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
According to spec https://dev.twitter.com/docs/api/1.1/get/favorites/list
Returns a list of user IDs for every user following the specified user.
According to spec https://dev.twitter.com/docs/api/1.1/get/followers/ids
Returns a list of user objects for users following the specified user.
According to spec https://dev.twitter.com/docs/api/1.1/get/followers/list
Returns a list of user IDs for every user the specified user is following (otherwise known as their "friends").
According to spec https://dev.twitter.com/docs/api/1.1/get/friends/ids
Returns a list of user objects for every user the specified user is following (otherwise known as their "friends").
According to spec https://dev.twitter.com/docs/api/1.1/get/friends/list
Allows the authenticating users to follow the user specified in the ID parameter.
According to spec https://dev.twitter.com/docs/api/1.1/post/friendships/create
Allows the authenticating user to unfollow the user specified in the ID parameter.
According to spec https://dev.twitter.com/docs/api/1.1/post/friendships/destroy
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/incoming
Returns the relationships of the authenticating user to the list of up to 100 screen-names or user-ids provided.
According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/lookup
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/no_retweets/ids
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/outgoing
Returns detailed information about the relationship between two arbitrary users. The first return value is the relationship object "target", the second "source".
According to spec https://dev.twitter.com/docs/api/1.1/get/friendships/show
Allows one to enable or disable retweets and device notifications from the specified user.
The first return value is the relationship object "target", the second "source".
According to spec https://dev.twitter.com/docs/api/1.1/post/friendships/update
Turns a keyword into a key.
Replaces - with _ and downcases the keyword as a string.
This is useful to parse the request parameters from the
lisp representation into the api representation.
Generate a NONCE to use for requests. Currently this simply uses a v4-UUID.
Returns a location object containing all the information about a known place.
According to spec https://dev.twitter.com/docs/api/1.1/param/geo/id/%3Aplace_id
Given a latitude and a longitude, searches for up to 20 places that can be used as a place_id when updating a status.
According to spec https://dev.twitter.com/docs/api/1.1/get/geo/reverse_geocode
Search for places that can be attached to a statuses/update. Given a latitude and a longitude pair, an IP address, or a name, this request will return a list of all the valid places that can be used as the place_id when updating a status.
According to spec https://dev.twitter.com/docs/api/1.1/get/geo/search
Locates places near the given coordinates which are similar in name.
According to spec https://dev.twitter.com/docs/api/1.1/get/geo/similar_places
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
According to spec https://dev.twitter.com/docs/api/1.1/get/help/configuration
Returns the list of languages supported by Twitter along with their ISO 639-1 code. The ISO 639-1 code is the two letter value to use if you include lang with any of your requests.
According to spec https://dev.twitter.com/docs/api/1.1/get/help/languages
Returns Twitter’s Privacy Policy.
According to spec https://dev.twitter.com/docs/api/1.1/get/help/privacy
Returns the Twitter Terms of Service in the requested format. These are not the same as the Developer Rules of the Road.
According to spec https://dev.twitter.com/docs/api/1.1/get/help/tos
Returns a base-64 encoded string of the HMAC digest of the given STRING using the KEYSTRING as HMAC key. The encoding of *external-format* is used throughout.
Starts the authentication process and returns an URL that the user has to visit.
METHOD can be one of :PIN :SERVER or a string designating a callback URL.
See OAUTH/AUTHORIZE, INITIATE-SERVER-AUTHENTICATION and OAUTH/AUTHENTICATE respectively.
Creates a new list for the authenticated user. Note that you can’t create more than 20 lists per account.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/create
Deletes the specified list. The authenticated user must own the list to be able to destroy it.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/destroy
Returns all lists the authenticating or specified user subscribes to, including their own. The user is specified using the user_id or screen_name parameters. If no user is given, the authenticating user is used.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/list
Returns the members of the specified list. Private list members will only be shown if the authenticated user owns the specified list.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/members
Add a member to a list. The authenticated user must own the list to be able to add members to it. Note that lists can’t have more than 500 members.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/create
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to add members to it. Note that lists can’t have more than 5,000 members, and you are limited to adding up to 100 members to a list at a time with this method.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/create_all
Removes the specified member from the list. The authenticated user must be the list’s owner to remove members from the list.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/destroy
Removes multiple members from a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to remove members from it. Note that lists can’t have more than 500 members, and you are limited to removing up to 100 members to a list at a time with this method.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/members/destroy_all
Check if the specified user is a member of the specified list.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/members/show
Returns the lists the specified user has been added to. If user_id or screen_name are not provided the memberships for the authenticating user are returned.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/memberships
Returns the lists owned by the specified Twitter user. Private lists will only be shown if the authenticated user is also the owner of the lists.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/ownerships
Returns the specified list. Private lists will only be shown if the authenticated user owns the specified list.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/show
Returns a timeline of tweets authored by members of the specified list. Retweets are included by default. Use the include_rts=false parameter to omit retweets.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/statuses
Returns the subscribers of the specified list. Private list subscribers will only be shown if the authenticated user owns the specified list.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/subscribers
Subscribes the authenticated user to the specified list.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/subscribers/create
Unsubscribes the authenticated user from the specified list.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/subscribers/destroy
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/subscribers/show
Obtain a collection of the lists the specified user is subscribed to, 20 lists per page by default. Does not include the user’s own lists.
According to spec https://dev.twitter.com/docs/api/1.1/get/lists/subscriptions
Updates the specified list. The authenticated user must own the list to be able to update it.
According to spec https://dev.twitter.com/docs/api/1.1/post/lists/update
Applies FUNCTION to each element of the designated parameter while going through the cursor. Returns the collected return values of the FUNCTION calls.
Returns T if the status is mentioning the currently identified user.
Simply checks the status entities for a user-mention that matches to the currently identified user.
Turn the tokens received through the authentication into an access token.
According to spec https://dev.twitter.com/docs/auth/implementing-sign-twitter
Initiate the authentication through the redirect mechanism.
Returns an URL that the user has to open in the browser.
Upon successful authentication, the page should redirect back
to the specified callback url. This callback endpoint should then
pass the proper parameters to COMPLETE-AUTHENTICATION.
According to spec https://dev.twitter.com/docs/auth/implementing-sign-twitter
Initiate the authentication through the PIN mechanism.
Returns an URL that the user has to open in the browser.
This page should, upon successful authentication, return a PIN
that has to be initialized by passing it to COMPLETE-AUTHENTICATION.
According to spec https://dev.twitter.com/docs/auth/pin-based-authorization
Query for a request token using the specified callback.
Returns an ALIST containing :OAUTH-TOKEN, :OAUTH-TOKEN-SECRET and
:OAUTH-CALLBACK-CONFIRMED, the first two being strings and the last a boolean.
According to spec https://dev.twitter.com/docs/auth/implementing-sign-twitter
Parses a string boolean. If the string is one of (T, true, 1), then T is returned, otherwise NIL. The check is case-insensitive.
Parse a string returned by the twitter API that is of the form "Fri Mar 26 15:36:12 +0000 2010" to a local-time timestamp.
Query for a PIN based request token.
See CALLBACK-REQUEST-TOKEN.
According to spec https://dev.twitter.com/docs/auth/pin-based-authorization
Filters out empty key-value pairs and turns all values into strings, ready to be sent out as request parameters. This function is DESTRUCTIVE.
Replaces the regions as marked by the entities with the result of the replacement function.
STATUS — A status object or any object with entities, or a list of entities.
REPLACEMENT-FUNCTIONS — A plist of entity-types as keys and functions with one argument as the value. Keys should
be one of :USER-MENTIONS :URLS :SYMBOLS :HASHTAGS :MEDIA. Functions should take one argument,
the entity to replace and return a string value to replace it with.
TEXT — The text to replace in. The sequence is not modified.
Replaces the regions as marked by the entities with the result of the replacement function.
STATUS — A status object or any object with entities.
ENTITY-TYPE — A keyword for the entity to replace. Either :USER-MENTIONS :URLS :SYMBOLS :HASHTAGS :MEDIA
REPLACEMENT-FUNCTION — A function with one argument; the entity object currently being replaced.
TEXT — The text to replace in. The sequence is not modified.
Returns T if the status is a retweet.
To qualify as a retweet, the tweet has to either contain a RETWEETED-STATUS, or start with "RT".
Create a new saved search for the authenticated user. A user may only have 25 saved searches.
According to spec https://dev.twitter.com/docs/api/1.1/post/saved_searches/create
Destroys a saved search for the authenticating user. The authenticating user must be the owner of saved search id being destroyed.
According to spec https://dev.twitter.com/docs/api/1.1/post/saved_searches/destroy/%3Aid
Returns the authenticated user’s saved search queries.
According to spec https://dev.twitter.com/docs/api/1.1/get/saved_searches/list
Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested.
According to spec https://dev.twitter.com/docs/api/1.1/get/saved_searches/show/%3Aid
Returns a collection of relevant Tweets matching a specified query and some search metadata as a second value.
According to spec https://dev.twitter.com/docs/api/1.1/get/search/tweets
Turns all object slots into an ALIST. Requires CLOSER-MOP to be installed.
Issue a signed data request against the API.
See SIGNED-REQUEST.
According to spec https://dev.twitter.com/docs/uploading-media
Issue a signed request against the API.
This requires the *oauth-api-key*, *oauth-signature-method*,
*oauth-version* and at least *oauth-api-secret* to be set.
See CREATE-SIGNATURE.
For return values see DRAKMA:HTTP-REQUEST
According to spec https://dev.twitter.com/docs/auth/authorizing-request
Issue a signed data request against the API.
See SIGNED-REQUEST. Returns values according to DRAKMA:HTTP-REQUEST with :WANT-STREAM T
Destroys the status specified by the required ID parameter. The authenticating user must be the author of the specified status. Returns the destroyed status if successful.
According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/destroy/%3Aid
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow. The home timeline is central to how most users interact with the Twitter service.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/home_timeline
Returns the 20 most recent mentions (tweets containing a users’s @screen_name) for the authenticating user.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/mentions_timeline
Returns information allowing the creation of an embedded representation of a Tweet on third party sites. See the oEmbed specification for information about the response format.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/oembed
Retweets a tweet. Returns the original tweet with retweet details embedded.
According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/retweet/%3Aid
Returns a collection of up to 100 user IDs belonging to users who have retweeted the tweet specified by the id parameter.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/retweeters/ids
Returns a collection of the 100 most recent retweets of the tweet specified by the id parameter.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/retweets/%3Aid
Returns the most recent tweets authored by the authenticating user that have been retweeted by others. This timeline is a subset of the user’s GET statuses/user_timeline.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/retweets_of_me
Returns a single Tweet, specified by the id parameter. The Tweet’s author will also be embedded within the tweet.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/show/%3Aid
Updates the authenticating user’s current status, also known as tweeting.
According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/update
Updates the authenticating user’s current status and attaches media for upload. In other words, it creates a Tweet with a picture attached. MEDIA is either a pathname, usb-8 array or a base64-encoded string, or a list thereof.
This endpoint is deprecated. Please use statuses/update with the :media argument, instead.
According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/update_with_media
Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline
Streams messages for a set of users, as described in Site streams.
See STREAM/USER.
According to spec https://dev.twitter.com/docs/api/1.1/get/site https://dev.twitter.com/docs/streaming-apis/streams/site https://dev.twitter.com/docs/streaming-apis/messages
Returns public statuses that match one or more filter predicates. Multiple parameters may be specified which allows most clients to use a single connection to the Streaming API. Both GET and POST requests are supported, but GET requests with too many parameters may cause the request to be rejected for excessive URL length. Use a POST request to avoid long URLs.
See STREAM/USER.
According to spec https://dev.twitter.com/docs/api/1.1/post/statuses/filter
https://dev.twitter.com/docs/streaming-apis/messages
Returns all public statuses. Few applications require this level of access. Creative use of a combination of other resources and various access levels can satisfy nearly every application use case.
This endpoint requires special permission to access.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/firehose
https://dev.twitter.com/docs/streaming-apis/messages
Returns a small random sample of all public statuses. The Tweets returned by the default access level are the same, so if two different clients connect to this endpoint, they will see the same Tweets.
According to spec https://dev.twitter.com/docs/api/1.1/get/statuses/sample
https://dev.twitter.com/docs/streaming-apis/messages
Streams messages for a single user, as described in User streams.
Each line is parsed into an appropriate object (NIL for empty lines) and passed to the handler function.
This is done as long as the handler function returns a non-NIL value. Once the handler returns NIL,
the loop is stopped and the stream is closed.
According to spec https://dev.twitter.com/docs/api/1.1/get/user https://dev.twitter.com/docs/streaming-apis/streams/user https://dev.twitter.com/docs/streaming-apis/messages
Replaces the shortened links with the resolved entity urls if possible.
Transforms the text into a HTML-ready form.
This includes the following changes related to entities:
URLS -> <a href="URL" title="EXPANDED-URL">DISPLAY-URL</a>
USER-MENTIONS -> <a href="http://twitter.com/SCREEN-NAME" title="NAME">@SCREEN-NAME</a>
HASHTAGS -> <a href="http://twitter.com/search?q=%23HASHTAG">#HASHTAG</a>
MEDIA -> <a href="URL" title="EXPANDED-URL">DISPLAY-URL</a>
The tweet status text is also correctly escaped with entities for <, >, &.
If APPEND-MEDIA is non-NIL, an <img> tag with the related SRC and ALT attributes is appended to the text if a media entity exists.
APPEND-MEDIA can be one of :LARGE :MEDIUM :SMALL :THUMB, which sets the proper width and height attributes and loads the respective image.
The size defaults to :THUMB.
Turns a key into a keyword.
Replaces _ with - and uppercases the string, then interns it
into the keyword package. This is useful to parse the request
responses into an alist.
Returns the locations that Twitter has trending topic information for.
According to spec https://api.twitter.com/1.1/trends/available.json
Returns the locations that Twitter has trending topic information for, closest to a specified location.
According to spec https://dev.twitter.com/docs/api/1.1/get/trends/closest
Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
According to spec https://api.twitter.com/1.1/trends/place.json
Returns a URL-encoded version of the string STRING using the external format EXTERNAL-FORMAT.
According to spec https://dev.twitter.com/docs/auth/percent-encoding-parameters
Returns a list of users that the specified user can "contribute" to.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/contributees
Returns a list of users who can contribute to the specified account.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/contributors
Returns fully-hydrated user objects for up to 100 users per request, as specified by the lists passed to the user_id and/or screen_name parameters.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/lookup
Returns a map of the available size variations of the specified user’s profile banner. If the user has not uploaded a profile banner, a HTTP 404 will be served instead. This method can be used instead of string manipulation on the profile_banner_url returned in user objects as described in User Profile Images and Banners.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/profile_banner
Report the specified user as a spam account to Twitter. Additionally performs the equivalent of POST blocks/create on behalf of the authenticated user.
According to spec https://dev.twitter.com/docs/api/1.1/post/users/report_spam
Provides a simple, relevance-based search interface to public user accounts on Twitter. Try querying by topical interest, full name, company name, location, or other criteria. Exact match searches are not supported.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/search
Returns a variety of information about the user specified by the required user_id or screen_name parameter. The author’s most recent Tweet will be returned inline when possible.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/show
Access to Twitter’s suggested user list. This returns the list of suggested user categories. The category can be used in GET users/suggestions/:slug to get the users in that category.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/suggestions
Access the users in a given category of the Twitter suggested user list.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/suggestions/%3Aslug
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
According to spec https://dev.twitter.com/docs/api/1.1/get/users/suggestions/%3Aslug/members
Returns T if the given language code is a language covered by twitter.
See HELP/LANGUAGES.
Transforms < > & into their proper characters.
Transforms & < > into their proper entities.
relationship
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
collection
)) ¶automatically generated reader method
collection
)) ¶automatically generated writer method
Blocks the given user as per BLOCKS/CREATE. Returns a new user object.
relationship
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
relationship
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
stream-warning
)) ¶automatically generated reader method
stream-disconnect
)) ¶automatically generated reader method
stream-warning
)) ¶automatically generated writer method
stream-disconnect
)) ¶automatically generated writer method
collection
)) ¶automatically generated reader method
collection
)) ¶automatically generated writer method
search-metadata
)) ¶automatically generated reader method
search-metadata
)) ¶automatically generated writer method
relationship
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
stream-control
)) ¶automatically generated reader method
stream-control
)) ¶automatically generated writer method
trend-location
)) ¶automatically generated reader method
trend-location
)) ¶automatically generated writer method
trend-location
)) ¶automatically generated reader method
trend-location
)) ¶automatically generated writer method
stream-event
)) ¶automatically generated reader method
user-list
)) ¶automatically generated reader method
saved-search
)) ¶automatically generated reader method
direct-message
)) ¶automatically generated reader method
status
)) ¶automatically generated reader method
stream-event
)) ¶automatically generated writer method
user-list
)) ¶automatically generated writer method
saved-search
)) ¶automatically generated writer method
direct-message
)) ¶automatically generated writer method
status
)) ¶automatically generated writer method
Moves the cursor to the next iteration if possible and saves the data in the cursor object. If no additional data is available, NIL is returned instead.
Moves the cursor to the previous iteration if possible and saves the data in the cursor object. If no additional data is available, NIL is returned instead.
Perform the currently stored cursor request and save the data in the cursor object.
stream-unknown
)) ¶automatically generated reader method
stream-unknown
)) ¶automatically generated writer method
Deletes the given object.
status
)) ¶Deletes the given STATUS as per STATUSES/DESTROY. Returns a new STATUS object.
direct-message
)) ¶Deletes the given DIRECT-MESSAGE as per DIRECT-MESSAGES/DESTROY. Returns a new DIRECT-MESSAGE object.
user-list
)) ¶Deletes the given USER-LIST as per LISTS/DESTROY. Returns a new USER-LIST object.
saved-search
)) ¶Deltes the given SAVED-SEARCH as per SAVED-SEARCHES/DESTROY/ID. Returns a new SAVED-SEARCH object.
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
t-symbol
)) ¶automatically generated reader method
%end
.
mention
)) ¶automatically generated reader method
%end
.
t-symbol
)) ¶automatically generated writer method
%end
.
mention
)) ¶automatically generated writer method
%end
.
url
)) ¶automatically generated writer method
%end
.
media
)) ¶automatically generated writer method
%end
.
direct-message
)) ¶automatically generated reader method
direct-message
)) ¶automatically generated writer method
media-object
)) ¶automatically generated reader method
media-object
)) ¶automatically generated writer method
Favorites the given status as per FAVORITES/CREATE. Returns a new STATUS object.
Fetches the user object associated with the given object.
This always returns a fresh object and always results in a server call.
fixnum
)) ¶Fetches the user associated with the given ID.
string
)) ¶Fetches the user associated with the given screen name.
list
)) ¶Fetches all users in the list. A list of IDs or screen names will be fetched through USERS/LOOKUP and is thus faster.
null
)) ¶Fetches the authenticated user object (ACCOUNT/SELF).
direct-message
)) ¶Fetches the user associated with the direct-message.
relationship
)) ¶Fetches the user associated with the relationship.
Follows the given user as per FRIENDSHIPS/CREATE. Returns a new user object.
relationship
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
user-list
)) ¶automatically generated reader method
relationship
)) ¶automatically generated reader method
user-list
)) ¶automatically generated writer method
relationship
)) ¶automatically generated writer method
stream-envelope
)) ¶automatically generated reader method
stream-envelope
)) ¶automatically generated writer method
stream-friends
)) ¶automatically generated reader method
stream-friends
)) ¶automatically generated writer method
oembed
)) ¶automatically generated writer method
oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶collection
)) ¶automatically generated reader method
%id
.
stream-user-withheld
)) ¶automatically generated reader method
%id
.
stream-status-withheld
)) ¶automatically generated reader method
%id
.
stream-delete
)) ¶automatically generated reader method
%id
.
user-list
)) ¶automatically generated reader method
%id
.
saved-search
)) ¶automatically generated reader method
%id
.
relationship
)) ¶automatically generated reader method
%id
.
direct-message
)) ¶automatically generated reader method
%id
.
media-object
)) ¶automatically generated reader method
%id
.
mention
)) ¶automatically generated reader method
%id
.
collection
)) ¶automatically generated writer method
%id
.
stream-user-withheld
)) ¶automatically generated writer method
%id
.
stream-status-withheld
)) ¶automatically generated writer method
%id
.
stream-delete
)) ¶automatically generated writer method
%id
.
user-list
)) ¶automatically generated writer method
%id
.
saved-search
)) ¶automatically generated writer method
%id
.
relationship
)) ¶automatically generated writer method
%id
.
direct-message
)) ¶automatically generated writer method
%id
.
status
)) ¶automatically generated writer method
%id
.
media-object
)) ¶automatically generated writer method
%id
.
cursor
)) ¶automatically generated writer method
%id
.
mention
)) ¶automatically generated writer method
%id
.
media
)) ¶automatically generated writer method
%id
.
media-object
)) ¶automatically generated reader method
media-object
)) ¶automatically generated writer method
media-object
)) ¶automatically generated reader method
media-object
)) ¶automatically generated writer method
Adds the given user to the given list as per LISTS/MEMBERS/CREATE. Returns the given USER identifying object.
Continuously apply HANDLER-FUNCTION to each STATUS appearing in the given TIMELINE.
Before fetching new tweets, a COOLDOWN amount of seconds are slept to avoid spamming.
Each time after a fetch, HANDLER-FUNCTION is applied to each status returned by the fetch.
Internally, the :SINCE-ID argument is supplied to each subsequent request to assure that only
new statuses are fetched on every iteration.
Depending on which timeline is requested, additional keyword arguments may be supplied.
See the individual STATUSES/* functions for further reference.
(eql :mentions)
) handler-function &rest args &key cooldown count trim-user include-entities contributor-details) ¶(eql :user)
) handler-function &rest args &key cooldown count trim-user include-entities contributor-details include-rts exclude-replies) ¶(eql :home)
) handler-function &rest args &key cooldown count trim-user include-entities contributor-details exclude-replies) ¶(eql :retweets)
) handler-function &rest args &key cooldown count trim-user include-entities include-user-entities) ¶relationship
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
search-metadata
)) ¶automatically generated reader method
search-metadata
)) ¶automatically generated writer method
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
Creates a new mentioning status (@user ..) as per TWEET!. Returns the new STATUS object.
stream-envelope
)) ¶automatically generated reader method
stream-warning
)) ¶automatically generated reader method
stream-envelope
)) ¶automatically generated writer method
stream-warning
)) ¶automatically generated writer method
Sends a direct message to the given user as per DIRECT-MESSAGES/NEW. Returns the new DIRECT-MESSAGE Object.
collection
)) ¶automatically generated reader method
user-list
)) ¶automatically generated reader method
saved-search
)) ¶automatically generated reader method
relationship
)) ¶automatically generated reader method
trend-location
)) ¶automatically generated reader method
collection
)) ¶automatically generated writer method
user-list
)) ¶automatically generated writer method
saved-search
)) ¶automatically generated writer method
relationship
)) ¶automatically generated writer method
mention
)) ¶automatically generated writer method
trend-location
)) ¶automatically generated writer method
trend
)) ¶automatically generated writer method
search-metadata
)) ¶automatically generated reader method
search-metadata
)) ¶automatically generated writer method
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
relationship
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
collection
)) ¶automatically generated reader method
collection
)) ¶automatically generated writer method
oauth-parameter-missing
)) ¶oauth-parameter-missing
)) ¶trend-location
)) ¶automatically generated reader method
trend-location
)) ¶automatically generated writer method
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
trend-location
)) ¶automatically generated reader method
trend-location
)) ¶automatically generated writer method
trend-location
)) ¶automatically generated reader method
trend-location
)) ¶automatically generated writer method
media-object
)) ¶automatically generated reader method
media-object
)) ¶automatically generated writer method
search-metadata
)) ¶automatically generated reader method
saved-search
)) ¶automatically generated reader method
search-metadata
)) ¶automatically generated writer method
saved-search
)) ¶automatically generated writer method
stream-disconnect
)) ¶automatically generated reader method
stream-disconnect
)) ¶automatically generated writer method
direct-message
)) ¶automatically generated reader method
direct-message
)) ¶automatically generated writer method
search-metadata
)) ¶automatically generated reader method
search-metadata
)) ¶automatically generated writer method
Replies to the given status, mentioning only the status’ owner (@user ..) as per TWEET!. Returns the new STATUS object.
Replies to all mentioned users in the tweet as per TWEET!. Returns the new STATUS object.
Reports the given user for spam and blocks it as per USERS/REPORT-SPAM. Returns a new user object.
search-metadata
)) ¶automatically generated reader method
search-metadata
)) ¶automatically generated writer method
Retweets the given status as per STATUSES/RETWEET. Returns the new STATUS object.
relationship
)) ¶automatically generated reader method
settings
)) ¶automatically generated reader method
relationship
)) ¶automatically generated writer method
settings
)) ¶automatically generated writer method
user
)) ¶automatically generated writer method
saved-search
)) ¶automatically generated reader method
saved-search
)) ¶automatically generated writer method
direct-message
)) ¶automatically generated reader method
direct-message
)) ¶automatically generated writer method
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
configuration
)) ¶automatically generated reader method
configuration
)) ¶automatically generated writer method
search-metadata
)) ¶automatically generated reader method
search-metadata
)) ¶automatically generated writer method
media-object
)) ¶automatically generated reader method
media-object
)) ¶automatically generated writer method
stream-event
)) ¶automatically generated reader method
stream-event
)) ¶automatically generated writer method
t-symbol
)) ¶automatically generated reader method
t-symbol
)) ¶automatically generated writer method
mention
)) ¶automatically generated writer method
media
)) ¶automatically generated writer method
Starts the streaming process as per the STREAM/ functions. Depending on the filter, a different stream is started. FILTER can be of type USER, LOCATION, GEOMETRY, STRING, NULL or :USER, :SITE, :SAMPLE, :FILTER or :FIREHOSE.
user
) handler-function &rest args &key stall-warnings filter-level language count) ¶location
) handler-function &rest args &key stall-warnings filter-level language count) ¶geometry
) handler-function &rest args &key stall-warnings filter-level language count) ¶string
) handler-function &rest args &key stall-warnings filter-level language count) ¶null
) handler-function &rest args &key stall-warnings filter-level language count) ¶(eql :user)
) handler-function &rest args &key stall-warnings filter-level language with replies count) ¶(eql :site)
) handler-function &rest args &key stall-warnings filter-level language with replies count) ¶(eql :sample)
) handler-function &rest args &key stall-warnings filter-level language count) ¶(eql :filter)
) handler-function &rest args &key follow track locations stall-warnings filter-level language count) ¶(eql :firehose)
) handler-function &rest args &key stall-warnings filter-level language count) ¶stream-disconnect
)) ¶automatically generated reader method
stream-disconnect
)) ¶automatically generated writer method
Subscribes to the given list as per LISTS/SUBSCRIBERS/CREATE. Returns a new USER-LIST object.
stream-event
)) ¶automatically generated reader method
stream-event
)) ¶automatically generated writer method
oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶stream-event
)) ¶automatically generated reader method
stream-event
)) ¶automatically generated writer method
oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶oauth-request-error
)) ¶direct-message
)) ¶automatically generated reader method
t-symbol
)) ¶automatically generated reader method
direct-message
)) ¶automatically generated writer method
status
)) ¶automatically generated writer method
t-symbol
)) ¶automatically generated writer method