├── requirements.txt ├── dark.pyc ├── 2019-08-17 (2).png ├── 2019-08-17 (1) (1).png ├── Screenshot_2019-06-12-07-44-38.png └── README.md /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | fbchat 3 | mechanize 4 | -------------------------------------------------------------------------------- /dark.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkfb/terbaru/HEAD/dark.pyc -------------------------------------------------------------------------------- /2019-08-17 (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkfb/terbaru/HEAD/2019-08-17 (2).png -------------------------------------------------------------------------------- /2019-08-17 (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkfb/terbaru/HEAD/2019-08-17 (1) (1).png -------------------------------------------------------------------------------- /Screenshot_2019-06-12-07-44-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkfb/terbaru/HEAD/Screenshot_2019-06-12-07-44-38.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # dark fb 2 | new dark FB 3 | 4 | Dark FB 5 | 6 | pkg install python2 7 | 8 | pkg install git 9 | 10 | pkg install curl 11 | 12 | git clone https://github.com/darkfb/terbaru 13 | 14 | cd terbaru 15 | 16 | pip2 install -r requirements.txt 17 | 18 | python2 dark.pyc 19 | --------------------------------------------------------------------------------