AgenTweet is an automated tool designed to research the latest scientific papers and share them on Twitter (X).
- Automatically searches for recent scientific papers
- Analyzes and summarizes paper content
- Posts tweets with paper information and insights
- Customizable search parameters and posting frequency
- Clone the repository:
git clone https://github.com/yourusername/AgenTweet.git
cd AgenTweet
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables:
- Copy .env.example to .env
- Fill in the required API keys and other configuration details
- Run the app:
python main.py
- Build the Docker image:
docker build -t agentweet .
- Run the Docker image:
docker run -d --env-file .env agentweet
Contributions are welcome! Please feel free to submit a Pull Request.
If you encounter any problems or have any questions, please open an issue in the GitHub repository.
Take inspiration (and some code) from https://github.com/FrancescoSaverioZuppichini/LinkedInGPT