Launch on Twitter
Developer Setup Instructions
Last updated
Developer Setup Instructions
Last updated
- Download and install Miniconda by following the instructions here:
- Create and activate a Conda environment for Python 3.10.0:
- Install the required Python packages using pip
.
.env
File:- In the root of your repository, create a .env
file to store your environment variables.
.env
File:- Open your .env
file and insert your Twitter API key and inference API key in the following format:
- Execute the main script to start the application:
- Visit to connect your Twitter account and authorize it to generate your Twitter API key.
- Go to to retrieve your inference API key.
- You can customize your dagent's personality by editing the config/eternal.json
file according to your preferences. .