Skip to content

Migrate to environment variables for ThingSpeak API keys #4

Description

@utkarsh867

Reference to

# topic = "channels/"+ config.CHANNEL_ID +"/publish/"+ config.API_KEY

It is not feasible to store the API key on Clearbot, even as a python file.

The way forward could be to add it to the environment as an environment variable, or be able to fetch it on the go.

Personally, I prefer to just use environment variables at the current stage.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions