SlackUpload icon indicating copy to clipboard operation
SlackUpload copied to clipboard

Use a crawler to get token

Open brunodles opened this issue 8 years ago • 0 comments

I found a tool that works as a client to installs emojis on slack, we can do the same using Java/Groovy, but to get/generate the tokens.

https://github.com/lambtron/emojipacks

Possible Crawlers

  • http://htmlparser.sourceforge.net/
  • http://j-spider.sourceforge.net/#
  • https://jsoup.org/
  • https://github.com/yasserg/crawler4j
  • https://java-source.net/open-source/crawlers
  • http://nutch.apache.org/

brunodles avatar Oct 16 '16 21:10 brunodles