Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phocks/twitter-action-hero
Do cool things with the Twitter API
https://github.com/phocks/twitter-action-hero
api twitter
Last synced: 29 days ago
JSON representation
Do cool things with the Twitter API
- Host: GitHub
- URL: https://github.com/phocks/twitter-action-hero
- Owner: phocks
- Created: 2020-07-23T13:09:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T00:05:36.000Z (over 1 year ago)
- Last Synced: 2024-11-16T07:09:37.884Z (3 months ago)
- Topics: api, twitter
- Language: TypeScript
- Homepage: https://twitter.com/phocks
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Twitter Action Hero
Use the Twitter API to do things.
*(A work in progress...)*
## Install and dev
Clone this repo and run `npm install` then edit the code and run `npm run dev`.
Use `dotenv` to set up twitter keys, importing them in index.ts and sending them to various actions as necessary.
Pull requests for different and interesting actions welcome.
## Build and use
Run `npm run build` to transpile the TypeScript into a build dir.
Use [cron](https://en.wikipedia.org/wiki/Cron) to run periodically on your system.
---
Follow me [on Twitter](https://twitter.com/phocks) to see this in action.