An autonomous bot designed for Tumblr, posting Caitlyn Kiramman content every 4 hours. This project aims to keep fans engaged with regular updates featuring Caitlyn Kiramman.
- Automatically posts curated Caitlyn Kiramman content every 4 hours.
- Fully automated workflow for consistent posting.
- Configurable scheduling and content customization.
- Python
- A Tumblr account
- Tumblr API Key
- Clone this repository:
git clone https://github.com/your-username/caitlyn-kiramman-tumblr-bot.git
-
Create a
.envfile in the root directory:TUMBLR_CONSUMER_KEY=your_consumer_key TUMBLR_CONSUMER_SECRET=your_consumer_secret TUMBLR_TOKEN_KEY=your_token_key TUMBLR_TOKEN_SECRET=your_token_secret -
Install required packages:
pip install -r requirements.txt
-
Start the bot:
python bot.py
-
The bot will automatically:
- Post content every 4 hours
- Log activities in
bot.log - Handle rate limiting and errors
Edit config.py to modify:
- Posting frequency
- Content filters
- Image sources
- Hashtag preferences
- Fork the repository
- Create a feature branch
- Submit a Pull Request