https://github.com/bobbicodes/tegridy-farms
Farming with Tegridy
https://github.com/bobbicodes/tegridy-farms
Last synced: 8 months ago
JSON representation
Farming with Tegridy
- Host: GitHub
- URL: https://github.com/bobbicodes/tegridy-farms
- Owner: bobbicodes
- Created: 2019-11-27T07:42:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T23:12:51.000Z (over 6 years ago)
- Last Synced: 2025-03-26T05:08:50.170Z (about 1 year ago)
- Language: Clojure
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tegridy-farms
HTTP Integration with GitHub and Twitter
## Usage
[Sync tweets now](https://tegridy-farms.herokuapp.com/)
Upon execution, pull requests to this repo will be posted to the [TegridyFarms2](https://twitter.com/TegridyFarms2) twitter account.
## Local configuration
You must supply your Github and Twitter credentials in a file named `config.edn`:
```edn
{:github {:oauth-token "oauth token"}
:twitter {:api-key "api key"
:api-secret-key "api secret key"
:access-token "access token"
:access-token-secret "access token secret"}}
```
## Usage
* Make sure you have the Clojure [CLI tools](https://clojure.org/guides/deps_and_cli) installed, and run:
```bash
clj -m tegridy-farms.core
```