Twivatar

Alternatives To Twivatar
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Bp Rest157
21 days ago6PHP
A RESTful API, for BuddyPress
Twivatar73
6 months ago2HTML
Twitter RESTful avatar API
Silhouette Rest Seed58
7 years ago5otherScala
Example for use play Silhouette module with HttpHeaderAuthenticator
Rest Api Boilerplate6
5 years agoJavaScript
A simple rest api to start with, built with express and mongoose.
Fakedata Api4
3 years agomitJavaScript
A Simple Restful API for Fake Data made using Express and Nodejs
Thedragonofthe.rest2
a year agomitElixir
REST API that returns Uncle Iroh quotes from Avatar: The Last Airbender and The Legend of Korra
Alternatives To Twivatar
Select To Compare


Alternative Project Comparisons
Readme

No longer works

Twitter has managed to finally kill this (and related) projects. Sorry, I've looked and I can't see a solution.

Twivatar

Twivatar is a RESTful API to a Twitter user's avatar built out of frustration of external Twitter apps breaking when the avatar url is stored, and then changed by that user later on Twitter - the result is a broken image on that app unless they constantly check for profile changes.

Usage

<img src="https://twivatar.glitch.me/[screen_name]" />

Alternatively you can specify the size image you want from:

  • mini (24x24)
  • normal (48x48 - default)
  • bigger (73x73)
  • original

<img src="https://twivatar.glitch.me/[screen_name]/[size]" />

Behind the scenes

This is a simple one script app that stores the url of the avatar. When the avatar is requested for x user, it runs the following logic:

  1. Get the mobile HTML from twitter
  2. Run the HTML through cheerio and find the .Avatar element
  3. Request the image URL and pipe to the response
  4. All requests also include CORS headers so you can manipulate in a canvas

License

MIT: http://rem.mit-license.org

Popular Avatar Projects
Popular Rest Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html
Restful
Twitter
Avatar