Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junkichi/botpublisher
twitter bot to publish the update of the site and tweets of hash tags.
https://github.com/junkichi/botpublisher
chromedp go golang golang-application mogodb rss twitter-api twitter-bot twitterbot
Last synced: 9 days ago
JSON representation
twitter bot to publish the update of the site and tweets of hash tags.
- Host: GitHub
- URL: https://github.com/junkichi/botpublisher
- Owner: junkichi
- License: mit
- Created: 2020-06-02T12:45:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T13:27:10.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T14:06:41.276Z (3 months ago)
- Topics: chromedp, go, golang, golang-application, mogodb, rss, twitter-api, twitter-bot, twitterbot
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# botpublisher
[![Go Report Card](https://goreportcard.com/badge/github.com/junkichi/botpublisher)](https://goreportcard.com/report/github.com/junkichi/botpublisher) [![](https://godoc.org/github.com/junkichi/botpublisher?status.svg)](http://godoc.org/github.com/junkichi/botpublisher) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)`botpublisher` is twitter bot to publish the update of the site and tweets of hash tags.
## Requirements
- [MongoDB](https://www.mongodb.com/)
- [Google Chrome](https://www.google.co.jp/chrome/)## Features
- collect the update of the site by RSS
- collect tweets of hash tags
- publish tweet of collections
- take screen shots of the site## Dependencies
- [gofeed](https://github.com/mmcdole/gofeed) Parse RSS and Atom feeds in Go
- [Anaconda](https://github.com/ChimeraCoder/anaconda) A Go client library for the Twitter 1.1 API
- [chromedp](https://github.com/chromedp/chromedp) A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol
- [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) The Go driver for MongoDB## License
- This project is licensed under the [MIT License](https://github.com/junkichi/botpublisher/blob/master/LICENSE)