FeedHive/twitter-api-client

Store credentials per instance to allow multiple clients.

SimonHoiberg opened this issue ยท 2 comments

Description
Currently, you can only use a single set of Twitter API Credentials.
It's possible to create multiple instances of the Twitter API Client, but every time a new client is taking credentials (and options) in the constructor, the options are stored globally and will overwrite any previously set credentials (and options).

Currently
Once a client is instantiated, the Twitter API Credentials are set globally.

Desired
Being able to instantiate multiple clients with each of their own credentials.

This task is up for grabs during Hacktoberfest ๐Ÿ™Œ

If you want to work on this task, please claim it here in the comments.
Feel free to ask any questions here as well ๐Ÿ˜Š

Added in v. 1.0.1.
Thanks a lot, @iliran11 ๐Ÿ™Œ