Skip to content

Twitter troll bot which uses cURL and python.

Notifications You must be signed in to change notification settings

git-sid/twitter-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Troll bot

Ever wanted to send a tweet to every person who tweeted about "Volk" and "Deutsch" to troll them? Too lazy to do that by hand? Too lazy to use the Twitter API? This script can log into your Twitter account and post a new tweet, all without the official API.

TODO

...uhhmmm test? I have to admit, i didn't test the whole script, only the every single method.

System requirements

  • Unix like OS (Linux, Mac OS X...)
  • curl
  • python2

Instructions

  1. apply executable permissions chmod +x ./tweet.sh
  2. enter username and password to tweet.sh
  3. change the tweet in tweet.sh (optional)
  4. change the twitterfeed/searchfeed in t.py (optional)
  5. usage: ./t.py or python t.py

Forked from:

Changelog

15.12.2011

  • The script now throws an error if there is no tweet text provided.

27.10.2012

  • The script is fixed now, fully supports SSL and logouts properly.

02.12.2014

  • Adjusted the script to twitter changes. Removed --sslv3 curl parameter, changed the way we parse authenticity token. Tested on OSX.

07.08.2015

  • Added trolling functions and fixed problems.

Known issues

  • Sometimes when Twitter updates their website the script stops working, so don't rely on it 100%.

License

CC-BY-NC, Luka Pusic

About

Twitter troll bot which uses cURL and python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.7%
  • Python 48.3%