Skip to content

DeprecatedNether/Twitter-IRC-Bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-IRC-Bridge

Want to get the bot to follow a list? Try blha303/Twitter-IRC-lists

Usage

  • Passively posts tweets from a twitter account
  • !twitter posts the twitter url associated with a channel
  • !add <#channel> adds a channel association
  • !del <#channel> deletes the channel association
  • Please set the owner var to the nickname of the bot's owner to add channel associations.

Installation

  • Get the latest release from here
  • Get Virtualenv
  • Use virtualenv venv -p python2.7
  • Use venv/bin/pip install -r requirements.txt
  • Copy configsample.yml to config.yml
  • Create a new Twitter application at https://dev.twitter.com/apps/new
  • Click on Create Access Token at the bottom of the app summary page and refresh every five seconds until the Access Token comes up
  • Copy the Access Token and Consumer keys (above) into config.yml
  • Change the network/channel/screen_name options
  • Use venv/bin/twistd -y run.py
  • Let me know if there's any problems (or irc.freenode.net #blha303)

About

Python bot that passively posts tweets to an IRC channel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%