An open API service indexing awesome lists of open source software.

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

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
```