├── .env ├── .gitignore ├── package.json └── server.js /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coopercodes/ChatGPTTradingBot/HEAD/.env -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coopercodes/ChatGPTTradingBot/HEAD/package.json -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coopercodes/ChatGPTTradingBot/HEAD/server.js --------------------------------------------------------------------------------