Logo
develop

Notes

  • All about me
  • Configuration
    • Configuration file
    • Database configuration
    • Update e-mail configuration
    • Scheduler configuration
    • Hashtags
    • Twitter
    • Friends settings
  • Installation
    • Getting started
      • Prerequisites
    • Installation
    • Authors
    • License

Package Reference

  • pyTweetBot.config package
    • How to use the config package
      • Required fields
      • Default configuration
      • Construction
    • BotConfig class
  • pyTweetBot.db.obj package
    • Submodules
    • pyTweetBot.db.obj.Action module
    • pyTweetBot.db.obj.Base module
    • pyTweetBot.db.obj.Follower module
    • pyTweetBot.db.obj.Following module
    • pyTweetBot.db.obj.Friend module
    • pyTweetBot.db.obj.ImpactStatistics module
    • pyTweetBot.db.obj.Model module
    • pyTweetBot.db.obj.ModelTokens module
    • pyTweetBot.db.obj.Statistic module
    • pyTweetBot.db.obj.Tweeted module
    • Module contents
  • pyTweetBot.db package
    • Subpackages
      • pyTweetBot.db.obj package
        • Submodules
        • pyTweetBot.db.obj.Action module
        • pyTweetBot.db.obj.Base module
        • pyTweetBot.db.obj.Follower module
        • pyTweetBot.db.obj.Following module
        • pyTweetBot.db.obj.Friend module
        • pyTweetBot.db.obj.ImpactStatistics module
        • pyTweetBot.db.obj.Model module
        • pyTweetBot.db.obj.ModelTokens module
        • pyTweetBot.db.obj.Statistic module
        • pyTweetBot.db.obj.Tweeted module
        • Module contents
    • Submodules
    • pyTweetBot.db.DBConnector module
    • Module contents
  • pyTweetBot.directmessages package
    • Submodules
    • pyTweetBot.directmessages.directmessages module
    • pyTweetBot.directmessages.pyTweetBotDirectMessageAction module
    • pyTweetBot.directmessages.pyTweetBotDirectMessager module
    • Module contents
  • pyTweetBot.executor package
    • Submodules
    • pyTweetBot.executor.ActionScheduler module
    • pyTweetBot.executor.ExecutorThread module
    • Module contents
  • pyTweetBot.friends package
    • Submodules
    • pyTweetBot.friends.FriendsManager module
    • Module contents
  • pyTweetBot.learning.features package
    • Submodules
    • pyTweetBot.learning.features.BagOf2Grams module
    • pyTweetBot.learning.features.BagOf3Grams module
    • pyTweetBot.learning.features.BagOfGrams module
    • pyTweetBot.learning.features.BagOfWords module
    • Module contents
  • pyTweetBot.learning package
    • Subpackages
      • pyTweetBot.learning.features package
        • Submodules
        • pyTweetBot.learning.features.BagOf2Grams module
        • pyTweetBot.learning.features.BagOf3Grams module
        • pyTweetBot.learning.features.BagOfGrams module
        • pyTweetBot.learning.features.BagOfWords module
        • Module contents
    • Submodules
    • pyTweetBot.learning.CensorModel module
    • pyTweetBot.learning.Classifier module
    • pyTweetBot.learning.Dataset module
    • pyTweetBot.learning.DecisionTree module
    • pyTweetBot.learning.Model module
    • pyTweetBot.learning.NaiveBayesClassifier module
    • Module contents
  • pyTweetBot.mail package
    • Submodules
    • pyTweetBot.mail.MailBuilder module
    • pyTweetBot.mail.MailSender module
    • Module contents
  • pyTweetBot.news package
    • Submodules
    • pyTweetBot.news.GoogleNewsClient module
    • pyTweetBot.news.NewsParser module
    • Module contents
  • pyTweetBot.patterns package
    • Submodules
    • pyTweetBot.patterns.singleton module
    • Module contents
  • pyTweetBot.retweet package
    • Submodules
    • pyTweetBot.retweet.RetweetFinder module
    • Module contents
  • pyTweetBot.stats package
    • Submodules
    • pyTweetBot.stats.TweetStatistics module
    • pyTweetBot.stats.UserStatistics module
    • Module contents
  • pyTweetBot.templates package
    • Module contents
  • pyTweetBot.tools package
    • Submodules
    • pyTweetBot.tools.PageParser module
    • pyTweetBot.tools.strings module
    • Module contents
  • pyTweetBot.tweet package
    • Submodules
    • pyTweetBot.tweet.GoogleNewsHunter module
    • pyTweetBot.tweet.Hunter module
    • pyTweetBot.tweet.RSSHunter module
    • pyTweetBot.tweet.Tweet module
    • pyTweetBot.tweet.TweetFactory module
    • pyTweetBot.tweet.TweetFinder module
    • pyTweetBot.tweet.TweetPreparator module
    • pyTweetBot.tweet.TwitterHunter module
    • Module contents
  • pyTweetBot.twitter package
    • Submodules
    • pyTweetBot.twitter.TweetBotConnect module
    • Module contents

Submodules

  • pyTweetBot.convert_dataset
  • pyTweetBot.create_database
    • pyTweetBot.create_database module
  • pyTweetBot.direct_messages
    • pyTweetBot.direct_messages module
  • pyTweetBot.execute_actions
    • pyTweetBot.execute_actions module
  • pyTweetBot.export_database
    • pyTweetBot.export_database module
  • pyTweetBot.find_follows
    • pyTweetBot.find_follows module
  • pyTweetBot.find_github_tweets
    • pyTweetBot.find_github_tweets module
  • pyTweetBot.find_retweets
    • pyTweetBot.find_retweets module
  • pyTweetBot.find_tweets
    • pyTweetBot.find_tweets module
  • pyTweetBot.find_unfollows
    • pyTweetBot.find_unfollows module

Modules

  • pyTweetBot
    • pyTweetBot submodules
      • Submodules
      • pyTweetBot.execute_actions module
      • pyTweetBot.export_database module
      • pyTweetBot.find_follows module
      • pyTweetBot.find_github_tweets module
      • pyTweetBot.find_retweets module
      • pyTweetBot.find_tweets module
      • pyTweetBot.find_unfollows module
      • pyTweetBot.follower_dataset module
      • pyTweetBot.import_database module
      • pyTweetBot.list_actions module
      • pyTweetBot.model_testing module
      • pyTweetBot.model_training module
      • pyTweetBot.retweet_dataset module
      • pyTweetBot.statistics_generator module
      • pyTweetBot.tweet_dataset module
      • pyTweetBot.tweet_training module
      • pyTweetBot.unfollow_dataset module
      • pyTweetBot.update_statistics module
      • Module contents
pyTweetBot
  • Docs »
  • pyTweetBot documentation
  • Edit on GitHub

pyTweetBot documentation¶

Notes

  • All about me
  • Configuration
  • Installation

Package Reference

  • pyTweetBot.config package
  • pyTweetBot.db.obj package
  • pyTweetBot.db package
  • pyTweetBot.directmessages package
  • pyTweetBot.executor package
  • pyTweetBot.friends package
  • pyTweetBot.learning.features package
  • pyTweetBot.learning package
  • pyTweetBot.mail package
  • pyTweetBot.news package
  • pyTweetBot.patterns package
  • pyTweetBot.retweet package
  • pyTweetBot.stats package
  • pyTweetBot.templates package
  • pyTweetBot.tools package
  • pyTweetBot.tweet package
  • pyTweetBot.twitter package

Submodules

  • pyTweetBot.convert_dataset
  • pyTweetBot.create_database
  • pyTweetBot.direct_messages
  • pyTweetBot.execute_actions
  • pyTweetBot.export_database
  • pyTweetBot.find_follows
  • pyTweetBot.find_github_tweets
  • pyTweetBot.find_retweets
  • pyTweetBot.find_tweets
  • pyTweetBot.find_unfollows

Modules

  • pyTweetBot

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2018, Nils Schaetti. Revision df80cf9d.

Built with Sphinx using a theme provided by Read the Docs.