https://github.com/quan-nh/fortune-vn-twit
Twitter Bot for fortune-vn
https://github.com/quan-nh/fortune-vn-twit
fortune twitter vietnam
Last synced: 4 months ago
JSON representation
Twitter Bot for fortune-vn
- Host: GitHub
- URL: https://github.com/quan-nh/fortune-vn-twit
- Owner: quan-nh
- Created: 2017-10-13T15:05:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T07:07:01.000Z (almost 8 years ago)
- Last Synced: 2025-02-22T21:26:11.539Z (8 months ago)
- Topics: fortune, twitter, vietnam
- Language: Clojure
- Homepage: https://twitter.com/fortune_vn
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fortune-vn-twit
Twitter Bot for https://github.com/icy/fortune-vn
## CLI tools
- Run on JVM w/ [Clojure scripts](https://clojure.org/guides/deps_and_cli): `clj fortune.cljc`
- Run on Node.js w/ [Lumo](https://github.com/anmonteiro/lumo): `lumo fortune.cljc`
- [Twurl](https://github.com/twitter/twurl)
- [jq](https://stedolan.github.io/jq/)
## Deps
- [twitter-text](https://github.com/twitter/twitter-text/)
** notes: Twitter API return large integers IDs, neither [jq](https://github.com/stedolan/jq/issues/369) nor [js](https://developer.twitter.com/en/docs/basics/twitter-ids) could handle it (too bad 🙈). Clj to the Rescue!