Skip to content

Releases: lewispour/Twitter-auto-Post-Bot---X.com---Tweepy-python-bot

v1.0.2 - Web UI, CLI Interface, and GPT-5-nano Integration

04 Dec 10:59

Choose a tag to compare

Description:

🎉 What's New in v1.0.2

✨ Major Features

🌐 Web User Interface

  • Browser-based dashboard for easy bot management
  • Intuitive UI for posting tweets (AI-generated, from file, or custom text)
  • Tweet library management with inline editing and deletion
  • Real-time scheduler monitoring with status updates
  • Credential testing directly from the dashboard
  • Access via python web.py at http://localhost:5000

💻 Command Line Interface (CLI)

  • Simple terminal commands for all bot operations
  • Quick posting with --ai, --file, or --text flags
  • Flexible scheduling with custom prompts and times
  • Tweet management commands for listing and adding tweets
  • Run with python cli.py --help for full command list

🤖 GPT-5-nano Model Integration

  • Upgraded default model from GPT-4 to GPT-5-nano for AI-generated tweets
  • Significantly reduced costs while maintaining quality
  • Faster response times for tweet generation
  • Model is still Configurable in src/functions.py:21

💰 Cost Savings

The switch to GPT-5-nano means lower API costs without sacrificing tweet quality!

V1.0.1 - Twitter Scheduler (Auto poster) and Instant tweeter - With OpenAI Support

05 Feb 15:24
9a8796a

Choose a tag to compare

Integrate OpenAI with Twitter-Auto-Post-Bot and Refactoring for Modularity

  • Integrated OpenAI API for generating tweet content.
  • Refactored code to enhance modularity, moving key functions to functions.py

This update integrates OpenAI to automatically generate tweet content, enhancing the Twitter auto-poster's capabilities. The refactoring effort makes the codebase more modular, easing future maintenance and upgrades. Users now have the flexibility to post tweets instantly or schedule them for daily automation using Open AI GPT4.

As well as the reviewing the currently implemented features:

  • Tweet from file
  • Tweet from string

Now we have added the option to tweet from openai.

v1.0.0 - Twitter Scheduler (Auto poster) and Instant tweeter

01 Feb 23:21
55de4de

Choose a tag to compare