Skip to content

nikolmichaelidou/TumblrBot_Caitlyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caitlyn Kiramman Tumblr Bot

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.

Features

  • Automatically posts curated Caitlyn Kiramman content every 4 hours.
  • Fully automated workflow for consistent posting.
  • Configurable scheduling and content customization.

Setup Instructions

Prerequisites

Installation

  1. Clone this repository:
    git clone https://github.com/your-username/caitlyn-kiramman-tumblr-bot.git

Configuration

  1. Create a .env file 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
    
  2. Install required packages:

    pip install -r requirements.txt

Usage

  1. Start the bot:

    python bot.py
  2. The bot will automatically:

    • Post content every 4 hours
    • Log activities in bot.log
    • Handle rate limiting and errors

Custom Settings

Edit config.py to modify:

  • Posting frequency
  • Content filters
  • Image sources
  • Hashtag preferences

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Submit a Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages