Skip to content

Migrate to environment variables for ThingSpeak API keys #4

@utkarsh867

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.

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