New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/jiko/cyborgmanifesto

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jiko/cyborgmanifesto

  • v0.0.0-20140612020006-a0a63073d336
  • Source
  • Go
  • Socket score

Version published
Created
Source

An Ironic Dream

A Twitter bot, @anironicdream, based on Donna Haraway's Cyborg Manifesto (alternate link).

Go code yanked from the Codewalk Markov chain example and the twittergo tweet example.

To use this bot, you need a four-line file called CREDS in the directory where you run the bot. CREDS must contain your Consumer Key, Consumer Secret, Access Token, and Access Token Secret, in that order, separated by new lines. To get those visit https://dev.twitter.com. To run the bot, use standard in, so on a Unix system:

cyborgmanifesto < aCyborgManifesto.txt

I'm new to Go, but I think if you clone this repo, cd into it, and run go install you should get an executable with the name of this repository, unless you changed the name when you cloned it. If you go get github.com/jiko/cyborgmanifesto and then go install github.com/jiko/cyborgmanifesto you should have a cyborgmanifesto executable in $GOPATH/bin. How to Write Go Code, and the Go documentation in general, clarify matters well.

FAQs

Package last updated on 12 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc