update bots
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
from faker.utils.decorators import slugify
|
||||
|
||||
from .. import Provider as InternetProvider
|
||||
|
||||
|
||||
class Provider(InternetProvider):
|
||||
user_name_formats = (
|
||||
"{{last_romanized_name}}.{{first_romanized_name}}",
|
||||
"{{first_romanized_name}}.{{last_romanized_name}}",
|
||||
"{{first_romanized_name}}##",
|
||||
"?{{last_romanized_name}}",
|
||||
)
|
||||
tlds = ("com", "com", "com", "net", "org", "tw", "tw", "tw")
|
||||
|
||||
@slugify
|
||||
def domain_word(self):
|
||||
return self.generator.format("last_romanized_name")
|
||||
Binary file not shown.
Reference in New Issue
Block a user