easytarget2000 / MessageBot

Python3 Twitter bot with extended functionality

Home Page:https://twitter.com/vinpedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message Bot

A Python bot that randomly takes lines of text from a feed file. Currently only supports Twitter via Tweepy. Operates in non-repeating "regular" mode and in text-generating "poetry" mode.

Regular Process flow:

  1. Lines are added to a feed file.
  2. The feed file is copied and randomised into a temporary file.
  3. Lines are read and posted from the temporary file.
  4. Posted lines are deleted from the temporary file.
  5. Once the temporary file is empty, go back to step 2.

About

Python3 Twitter bot with extended functionality

https://twitter.com/vinpedia

License:MIT License


Languages

Language:Python 94.8%Language:Shell 5.2%