Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenp/stackexchange2twitter
Tweets the Top Questions from various StackExchange Q&A Sites
https://github.com/eugenp/stackexchange2twitter
Last synced: 3 days ago
JSON representation
Tweets the Top Questions from various StackExchange Q&A Sites
- Host: GitHub
- URL: https://github.com/eugenp/stackexchange2twitter
- Owner: eugenp
- Created: 2013-02-12T16:20:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-25T15:50:21.000Z (over 1 year ago)
- Last Synced: 2024-04-14T21:31:18.068Z (7 months ago)
- Language: Java
- Size: 5.95 MB
- Stars: 13
- Watchers: 4
- Forks: 18
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=====================
# Twitter Machine Learning Bot## Overview
**The Twitter Accounts managed by this project - [Twitter Accounts](https://github.com/eugenp/stackexchange2twitter/wiki/Twitter-Accounts)**.
**Twitter Bot** that tweets from the following sources:
- mostly the Top Questions **on StackOverflow** (and other [StackExchange Q&A Sites](http://stackexchange.com/sites#))
- Twitter #hashtags
- Google+## Technologies used and Dependencies
- [Spring Social](https://github.com/SpringSource/spring-social/wiki/Quick-Start) is used for integration with **Twitter**
- [**Apache Mahout**](http://mahout.apache.org/)
- the project is **not stand-alone** - it uses the [java-stackexchange](https://github.com/eugenp/java-stackexchange) project to consume the StackExchange REST API.## Other Resources
- [Deployment](https://github.com/eugenp/stackexchange2twitter/wiki/Deployment)
- [Process - New Account](https://github.com/eugenp/stackexchange2twitter/wiki/Process---New-Account)
- [Process - Setup](https://github.com/eugenp/stackexchange2twitter/wiki/Process---Setup)- [**the CI on cloudbees**](https://rest-security.ci.cloudbees.com/view/twitter/)
### Relevant Articles:
- [Tweeting StackExchange Questions with Spring Social](https://www.baeldung.com/2013/02/25/tweeting-stackexchange-with-spring-social-part-1)
- [Spring Social Twitter Setup](https://www.baeldung.com/spring-social-twitter-setup)