https://github.com/bbqsrc/tsirc
Twitter Search IRC bot returns query results to an IRC channel!
https://github.com/bbqsrc/tsirc
Last synced: 12 months ago
JSON representation
Twitter Search IRC bot returns query results to an IRC channel!
- Host: GitHub
- URL: https://github.com/bbqsrc/tsirc
- Owner: bbqsrc
- Created: 2012-01-26T04:32:50.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-09T06:15:57.000Z (almost 14 years ago)
- Last Synced: 2024-12-31T21:11:56.921Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Search IRC Bot - tsirc.py
A bot to show search results for a query in an IRC channel.
## Usage
$ python3 tsirc.py irc.server.tld "some query" "#hashtag"
The quotes are important. Don't forget the quotes. The resulting channels from these two queries would be #some+query and ##hashtag.
Happy twitter mining!