|
@@ -0,0 +1,37 @@
|
|
|
+# telegram-creator
|
|
|
+
|
|
|
+[](https://git.yoqi.me/lyq/telagram_creator)
|
|
|
+[](https://git.yoqi.me/lyq/telagram_creator)
|
|
|
+
|
|
|
+[English](./README.md) | [中文](./README.zh-CN.md)
|
|
|
+
|
|
|
+telegram account creator
|
|
|
+
|
|
|
+## develop
|
|
|
+
|
|
|
+1、using smspva.com get phone number, and receive phone verification code. so you should register a account then own a `apikey`. input it into the file named api.py.
|
|
|
+
|
|
|
+2、using email-fake.com get email,and reveice email verification code.
|
|
|
+
|
|
|
+3、using namefake.com get nickname
|
|
|
+
|
|
|
+4、you should set a proxy if you live in china and run it:
|
|
|
+```
|
|
|
+virtualenv .venv
|
|
|
+.venv\scripts\activate
|
|
|
+pip install -r requirements.txt
|
|
|
+
|
|
|
+python main.py --proxy 127.0.0.1:1080
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+## Contributing
|
|
|
+
|
|
|
+* Submit [bugs and feature requests](https://git.yoqi.me/lyq/telagram_creator/issues), and help us verify as they are checked in
|
|
|
+* Review [source code changes](https://git.yoqi.me/lyq/telagram_creator/pulls)
|
|
|
+* Leave a message to us: liuyuqi.gov@msn.cn
|
|
|
+
|
|
|
+
|
|
|
+## License
|
|
|
+
|
|
|
+Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
|