https://github.com/hkalexling/kona_bot
:bird: A twitter bot that tweet a random image from konachan.net
https://github.com/hkalexling/kona_bot
Last synced: about 2 months ago
JSON representation
:bird: A twitter bot that tweet a random image from konachan.net
- Host: GitHub
- URL: https://github.com/hkalexling/kona_bot
- Owner: hkalexling
- License: wtfpl
- Created: 2015-10-24T15:18:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T15:30:16.000Z (over 9 years ago)
- Last Synced: 2025-04-11T18:04:39.075Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kona_bot
A twitter bot that post KonaChan images under my own Twitter account [@hkalexling](https://twitter.com/hkalexling) with tag `#KonaBot`[Check out its tweets](https://twitter.com/hashtag/konabot?f=images&vertical=default&src=hash)
It's currently living on a VPS
### Main features
- Tweet a random image from [KonaChan](https://konachan.net) every X hours ( X can be changed by changing the variable `hourGap` in [kona_bot.py](https://github.com/hkalexling/Kona_bot/blob/master/kona_bot.py). The default vault is 2)
- Auto reply all Chinese mentions under tweets with `#KonaBot` tag ( powered by [SimSimi](http://developer.simsimi.com) )### ToDo
- Auto reply direct messages### Ackonwledgement
This bot used the following third party packages:
- [Twython](https://github.com/ryanmcgrath/twython)
- [Python_SimSimi](https://github.com/six519/python-simsimi)
- [Beautiful Soup](http://www.crummy.com/software/BeautifulSoup/)