Skip to content

jackcsk/petition-generator

 
 

Repository files navigation

petition-generator

Inspired by Robert Chow's pro-Beijing signature campaigns in Hong Kong that were caught on the camera showing some helpers each diligently emulating signatures for an imaginary supporter base, we came up with this productivity gainer for them. If authenticity means nothing to them, why bother to sign manually?

Groovy

groovy PetitionGenerator.groovy [input file name] [count]

Java

javac PetitionGenerator.java

java PetitionGenerator [input file name]

Node.js

node PetitionGenerator [input file name] [count]

Python

python2 PetitionGenerator.py [count]

C

gcc PetitionGenerator.c -o PetitionGenerator
./PetitionGenerator [input file name] [count]

Ruby

./PetitionGenerator.py [input file name] [count]

where [input file name] contains a list of Chinese name, e.g.:

陳鑑林

梁家傑

黃國健

謝偉俊

胡志偉

黃毓民

梁美芬

蔣麗芸

and [count] is the number of signature to generate

About

Want to generate 1.3M signatures in 2 seconds? Here you go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 34.2%
  • C 32.4%
  • Swift 10.6%
  • JavaScript 7.7%
  • Groovy 6.6%
  • Ruby 5.8%
  • Python 2.7%