Skip to content

A set of tools used for automating some repetitive tasks in a twitter account.

Notifications You must be signed in to change notification settings

Kallbrig/Twitter-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TwitterBot

This project is no longer active due to twitter's API changes in 2022-2023py

Some Twitter tools using Python and tweepy

I use @Chase06437181 as a hybrid human/code twitter account

Capabilities

  • Follow everyone that follows you
  • Like/retweet tweets from a specific keyword or hashtag
  • Follow/unfollow everyone that someone else follows
  • Like/retweet a user's tweets
  • Record the number of followers/friends you have (CSV)
  • I'm adding things all the time, but this list is a good sample of features

What I Learned

  • The basics of working with .csv files in python
  • Simple error handling
  • I became familiar with tweepy's capabilities
  • Twitter's rate limits are super annoying  

How To Use

  • Visit https://developer.twitter.com/ and create a twitter app
  • Copy and paste your twitter api keys in the keys-template.csv file. Alternatively you can pass them in as arguments using the from_args method.
  • Open test.py and begin writing your code.

About

A set of tools used for automating some repetitive tasks in a twitter account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages