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
- Host: GitHub
- URL: https://github.com/hyper63/twitter-core
- Owner: hyper63
- Created: 2022-01-07T14:46:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T16:58:32.000Z (about 4 years ago)
- Last Synced: 2025-01-13T05:41:35.676Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```