All Projects → vzqzac → twgitbot

vzqzac / twgitbot

Licence: other
A node.js bot that checks a github repo changes and tweets it to your Twitter account

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to twgitbot

twitter-like-bot
This app allows you to automate Twitter liking for specific keywords, hashtags, or even full sentences. The bot uses streaming API which means that everything happens in real time.
Stars: ✭ 30 (+200%)
Mutual labels:  twitter-api, node-js
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (+150%)
Mutual labels:  github-api, node-js
larry
Larry 🐦 is a really simple Twitter bot generator that tweets random repositories from Github built in Go
Stars: ✭ 64 (+540%)
Mutual labels:  github-api, twitter-api
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (+340%)
Mutual labels:  github-api, node-js
node-github-publish
Publishes a file to a repository through the GitHub Contents API
Stars: ✭ 20 (+100%)
Mutual labels:  github-api, node-js
zulipbot
GitHub workflow-optimizing bot by @zulip
Stars: ✭ 70 (+600%)
Mutual labels:  github-api, node-js
2017-year-in-review
Year in Review with R Rmd Template
Stars: ✭ 34 (+240%)
Mutual labels:  github-api, twitter-api
Explorer-for-GitHub
📱An iOS app that lets you explore repositories on GitHub
Stars: ✭ 14 (+40%)
Mutual labels:  github-api
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (+120%)
Mutual labels:  node-js
cocoon-demo
Cocoon – a flow-based workflow automation, data mining and visual analytics tool.
Stars: ✭ 19 (+90%)
Mutual labels:  node-js
Smart-Bell
IoT based face recognition security system
Stars: ✭ 30 (+200%)
Mutual labels:  node-js
rustwasmc
Tool for building Rust functions for Node.js. Combine the performance of Rust, safety and portability of WebAssembly, and ease of use of JavaScript.
Stars: ✭ 97 (+870%)
Mutual labels:  node-js
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+410%)
Mutual labels:  node-js
webpack-aws-lambda
AWS Lambda that runs webpack and output the bundle.js file
Stars: ✭ 12 (+20%)
Mutual labels:  node-js
minesweeper-bot
I'm a Discord bot that can generate a random Minesweeper game using spoiler tags, for anyone to play!
Stars: ✭ 27 (+170%)
Mutual labels:  node-js
monkehTweets
A ColdFusion wrapper to interact with the Twitter API (with OAuth integration)
Stars: ✭ 52 (+420%)
Mutual labels:  twitter-api
commit-comment
A GitHub action to create a comment for a commit on GitHub
Stars: ✭ 62 (+520%)
Mutual labels:  github-api
DynamicsNode
Create simple scripts to interact with Dynamics CRM using Node.js
Stars: ✭ 27 (+170%)
Mutual labels:  node-js
fortnite-basic-api
Basic Fortnite API for stats with async/await, and basic communicator
Stars: ✭ 46 (+360%)
Mutual labels:  node-js
doctr-tfjs-demo
Javascript demo of docTR, powered by TensorFlowJS
Stars: ✭ 21 (+110%)
Mutual labels:  node-js

Twgitbot

A node.js bot that checks a github repo changes and tweets it to your Twitter account

Twgitbot does:

  • Checks for the 3 most used languages on the repo and constructs the twit making them #hashtags
  • Watches your repo with the help of the Github's api

Twgitbot doesn't:

  • Hack anything... Or does he? 😦
  • Make coffee, unfortunately

To try just:

git clone https://github.com/VzqzAc/twgitbot.git && cd twgitbot
npm install
# And to setup your custom config
npm run first-twgit
# Fill the prompted form to share your first Twgit

Twgitbot is Heroku ready, so if you want to deploy it there you should run:

heroku create <your twgitbot's name>
git push heroku master
# Wait for it

Aaaand done, visit <your twgitbot's name>.herokuapp.com or run heroku logs just to make sure. By the way, I will work on a script to automate a heroku deploy, contributions are welcome!

Special thanks to @bashz and @omarandstuff, David de Anda for contributing

Better code styling using:

JavaScript Style Guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].