Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.61 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.61 KB

Telegram Bot for React.js Group

Build Status https://telegram.me/reactjs_bot https://telegram.me/react_js

  • Welcome message and brief for new users
  • Silent-mode to avoid "flood"
  • Reposts from React.js and Relay blogs
  • Retweets 3 times per days - last tweets from Dan Abramov and React.js Team
  • 1 times per day - short React.js digest?
  • Watch for MoscowJS meetups
  • Statistic and metrics for admins
  • Highlight code as Inline Bot
  • Digest from related Gitter rooms (chat-ua/reactjs, chat-rooms/reactjs, etc)

Let's discuss about that: https://telegram.me/react_js

How to make Pull Requests?

  1. Fork this repo
  2. Checkout your copy:
git clone [email protected]:YourAccount/telegram-reactjs-bot.git
  1. Create your feature (or issue) branch:
git checkout -b my-new-feature
  1. Commit your changes:
git commit -am 'Add some changes'
  1. Push your changes to remote branch:
git push origin my-new-feature
  1. Create new pull request

Resources

Bot Libraries

Bot Examples