Giter VIP home page Giter VIP logo

Comments (3)

kubk avatar kubk commented on June 30, 2024

I think it is not available out of the box. Botman uses curl_* functions for sending HTTP requests: https://github.com/botman/botman/blob/2.0/src/Http/Curl.php#L8

It is possible to extend BotMan\BotMan\Http\Curl and add something like curl_setopt($ch, CURLOPT_PROXY, 'socks5://bob:marley@ip:port'); to prepareRequest method here: https://github.com/botman/botman/blob/2.0/src/Http/Curl.php#L56

@mpociot My suggestion is to add an optional Guzzle adapter for BotMan\BotMan\Interfaces\HttpInterface: https://github.com/botman/botman/blob/2.0/src/Interfaces/HttpInterface.php

Guzzle already supports proxy (can be configured using constructor). It also has many useful middlewares for caching, testing, logging.

So this functionality can be delegated to a vendor library.

from driver-telegram.

decadence avatar decadence commented on June 30, 2024

@kubk thanks. I hope @mpociot will consider this necessity because extending core classes is not very convenient way for such small task. Moreover you're right that underlying tools support proxy.

from driver-telegram.

barryvdh avatar barryvdh commented on June 30, 2024

Well there is an interface, so you could just create your own local client and use that?

from driver-telegram.

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.