Giter VIP home page Giter VIP logo

Comments (4)

pke avatar pke commented on June 9, 2024 2

I am currently writing myself a little tweet app and also will need media upload. I might provide the relevant code.
Not sure if it should be part of this lightweight lib though. Could be sort of a plugin/extension like:

import { fileUpload, urlUpload } from "twitter-lite-media"

const client = new Twitter(...)
// Upload a file
const uploadedMedia = await fileUpload(client, file, "image/gif")
// Upload from an URL
const uploadedUrlMedia = await urlUpload(client, "https://s3.amazon.com/9823423deadbead...")

What you think?

from twitter-lite.

dylanirlbeck avatar dylanirlbeck commented on June 9, 2024

Hi @fdebijl! Thanks for bringing up this issue. We don't currently support a postMediaChunked method in the same way that Twit does, however we do support POST endpoints.

We'll flag this as a new feature and we can try and get to it in the near future. In the meantime, though, PRs are welcome!! If you or someone else wants to contribute this, we can totally work with you to get support for chunked media uploads added.

from twitter-lite.

dylanirlbeck avatar dylanirlbeck commented on June 9, 2024

Relevant issue in twit that could be of use: ttezel/twit#496.

from twitter-lite.

peterpme avatar peterpme commented on June 9, 2024

Hey @pke,

Adding uploading media would be a great idea! We can keep the entry / exits separate when bundling 😄

Do you mind opening up a PR and we'll glady review

from twitter-lite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.