Code Monkey home page Code Monkey logo

vtransfer's People

Contributors

bivis-s avatar

Watchers

 avatar

vtransfer's Issues

It is necessary to rewrite the bot and add the ability to send all types of attachments

Types of Attachments:

https://vk.com/dev/attachments_w

  1. Album photo (type = photo)
    Just a photo, it can send it using SendPhoto
    WARNING: if there is more than 1 photo, bot can send it using only SendMediaGroup
    It means that sending more than 1 photo needs to send 2 messages: with photos and with text
  2. Video (type = video)
    Almost of all videos in VK hosted on YouTube (but VK api returns only a VK video link)
    It needs to get YouTube URL by VK video link and send it (not the video itself)
  3. Audio (type = audio)
    Sending is impossible due to copyright, but it needs to try to print the audio titles or at least their number
  4. Document (type = doc)
    It doesn't need to send documents in Bot but needs to print the link or at least their names
  5. Link (type = link)
    Just print the URL
  6. Pull (type = poll)
    Print name and answers of pull
  7. Photo album (type=album)
    Send one title photo and number of contained photo
  8. Good (type = market)
    Print name, photo and price of product
  9. Selection of goods (type = market_album)
    Print name, photo and number of goods in selection

Other attachments:

  1. Directly uploaded photo (type = posted_photo) (legacy)
  2. Graffiti (type = graffiti) (legacy)
  3. Note (type = note)
  4. App's content (type = app)
  5. Wiki-page (type = page)
  6. Photo list (type=photos_list)
  7. Cards (type = pretty_cards)

Will not be displayed themselves, but their type

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.