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

https://github.com/hyper63/twitter-core

Twitter Core Team Repo for @_hyper_io account
https://github.com/hyper63/twitter-core

Last synced: about 1 month ago
JSON representation

Twitter Core Team Repo for @_hyper_io account

Awesome Lists containing this project

README

          

# Twitter Hyper Core Team Account

This twitter account is connected to @_hyper_io

## Usage

Create your tweet text file in the tweets folder and then commit and submit a PR
once approved the github action will send out the tweet

``` sh
git checkout -b [branch-name]
touch tweets/my-tweet.tweet
# edit tweet in editor
git add tweets
git commit -am "added new tweet...."
git push origin [branch-name]
```