Skip to content

Znach-Co/Simple-Twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Twitter-bot

A simple Twitter bot for daily use, to like, follow, unfollow, retweet and automate your Twitter actions. Ready to use!

Twitter credentials (go to https://developer.twitter.com/).

Feel free to maintain and help good tools grow. 👇

Buy Me A Coffee

How to use:

To run bot:

  • open cmd
  • cd path_to_unzip_folder/TwtBot
  • python main.py

For pro users:

  • update config.json
  • python main.py

Config.json

Example:

    {
      "credentials": {
        "consumer_key":"consumer_key",
        "consumer_secret":"consumer_secret",
        "access_token_key":"access_token_key",
        "access_token_secret":"access_token_secret"
      },
      "limitsPerHour": {
        "follow": 15,
        "unfollow": 15,
        "like": 30,
        "retweet": 10
      },
      "hashtags": ["digitalmarketing", "socialmediamarketing", "seo", "socialmedia", "marketing", "branding"], /*any kind of texts, even "a b c" or "#a b" and etc., max = 180*/
      "process": "Like-and-follow", /*Like-follow-retweet, Like-and-follow, Like-and-retweet, Like*/
      "duration": {
        "type": "by_time", /*by_users, by_time*/
        "value": 1
      },
      "whiteList": ["@freddy_johnson", "johnlock"]
    }
    
    Explanation:
    If "process":"Like-and-follow"/"Like-follow-retweet", 
        "duration": "by_users" or "by_time"
        "value": "X" users or "X" hrs
                                  
    If "process":"Like"/"Like-and-retweet", 
        "duration": "by_likes" or "by_time"
        "value": "X" likes or "X" hrs                                

About

A simple Twitter bot for daily use, to like, follow, unfollow, retweet and automate your Twitter actions. Ready to use!

Topics

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors