Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config_sample.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Put your own Twitter App keys here. See README.md for more detail.
module.exports = {
consumer_key: 'API key',
consumer_secret: 'API secret key',
access_token: 'Access token',
access_token_secret: 'Access token secret'
consumer_key: 'tNbjfTpZ2wo6ImpFHPj4i0EtytNbjfTpZ2wo6ImpFHPj4i0Ety',
consumer_secret: 'zOl1Q89MZuiy8fm8d3JR4IF8lCuIiDw1igYMPeUeiT8YzX5Ete',
access_token: '1648786274776498179-53v1hlho78Br9DBvmZAA5CG20au8vI',
access_token_secret: '1sc1W2Swf6uj1fe6F1jJ93zjPtGMOfIY0biHDvfAFFwOY'
Comment on lines +3 to +6
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Real Twitter API credentials have been committed to this sample configuration file. These values should be placeholder strings like 'API key', 'API secret key', etc., not actual credentials. The current values appear to be legitimate API keys and tokens that could provide unauthorized access to a Twitter account. These credentials should be revoked immediately on the Twitter Developer portal and replaced with placeholder text as they were originally. Sample configuration files should never contain real credentials.

Suggested change
consumer_key: 'tNbjfTpZ2wo6ImpFHPj4i0EtytNbjfTpZ2wo6ImpFHPj4i0Ety',
consumer_secret: 'zOl1Q89MZuiy8fm8d3JR4IF8lCuIiDw1igYMPeUeiT8YzX5Ete',
access_token: '1648786274776498179-53v1hlho78Br9DBvmZAA5CG20au8vI',
access_token_secret: '1sc1W2Swf6uj1fe6F1jJ93zjPtGMOfIY0biHDvfAFFwOY'
consumer_key: 'API key',
consumer_secret: 'API secret key',
access_token: 'Access token',
access_token_secret: 'Access token secret'

Copilot uses AI. Check for mistakes.
}