当前位置:网站首页>One click generate traffic password (exaggerated advertisement title)
One click generate traffic password (exaggerated advertisement title)
2022-07-03 10:08:00 【Moresweet cat】
Generate traffic password with one click ( Exaggerated advertisement title )
1. introduction
I believe you will often see exaggerated drainage titles with high reading volume on wechat official account or a station , They are all marketing advertisements selling classes , I usually record them when I see them , I'm going to roast at a time when I'm not busy , Yesterday, the author shared the usual Title routines in the comment area of a post , Got some likes , Even got a response from bloggers , I thought it would take me a little time to make it into one click generated code , Just for fun , Don't care about the details .
2. Source code
import random
if __name__ == '__main__':
br_str_list = (
'$s Is dead ,$s It's cold ,$a To be king !',
' Today I have a $a The programmer , See the ceiling of the foundation ',
'$c Face the : Three non background 、 Six rounds of interviews 、 harvest 40k offer',
' bye ,$s! Now , He is the hottest direction ',
' It is said that ,$c Employees who don't receive a copy anymore ',
' The wind has changed ! Undergraduate programmers say cut ',
'offer Here comes the harvester ! It's been a week 20 A number of ',
' Finally someone put $a I got it ',
' Congratulations !$a I finally earned !',
'$a Want a raise , It never depends on effort !',
'B Stand crazy ,4 Hour deletion ',
'$c announce : Free training 8000 name $a developer ! Study for free ! Practice is free ! Coaching is free !',
'$a Congratulations ! Just officially announced !',
' Just use 3 year , Go all out in China 70% The software market ,$a Has become a climate !',
' I learned that $a, You're great !',
'35k The steady !$a Really? yyds!',
' I advise you not to study hard $a 了 !!! Please accept $a Learning route !',
' Three days ! Finish off $a System ( Source code ), Shuang !',
'$a Job hoppers can have a look ',
' Three big factories a week offer, What did I do right ?',
' I advise you not to $s Written on the resume !!!',
' Finally someone put $a I got it ',
' Set the ! Official notification of the state ,$a Congratulations , Have passed the examination comparable to civil servants ',
' From Xiaochang to Ali P7, I'm so penetrating $a Of !',
' No project experience , You can practice with this ',
' The latest data :84% Of $a The ability of engineers is weak ……',
' Industry reshuffle , A large number of programmers are going to lose their jobs ? How can we break the current workplace dilemma ......',
'$c、$c Announced the enrollment expansion of tens of thousands of people , The best chance to enter a big factory ?!',
' I don't recommend you to mix in the technical circle like this ......',
' Firmly push $a Landing enterprises ,70% Code efficiency doubled !'
)
while True:
ret = input(" Please enter the promotion direction , Input q sign out ")
number = random.randint(0, len(br_str_list) - 1)
if ret == 'q':
break
if number is None:
print(" Build error ")
continue
output = br_str_list[number]
index = output.find('$')
c_list = (' Baidu ',' tencent ',' Ali ',' NetEase ',' Big factory ',' Huawei ')
s_list = ('Spring','DDD',' Zhongtai ','Vue',' front end ','HTML','CSS',' Design patterns ','NLP')
while index != -1:
if output[index + 1] == 'c':
rand = random.randint(0, len(c_list) - 1)
output = output.replace("$c", c_list[rand], 1)
if output[index + 1] == 's':
rand = random.randint(0, len(s_list) - 1)
output = output.replace("$s", s_list[rand], 1)
if output[index + 1] == 'a':
output = output.replace("$a", ret, 1)
index = output.find('$')
print(output)
In fact, the procedure is very simple $
+ Letters indicate placeholders ,$a
Is the keyword you want to promote ,$c
It's the name of Dachang ,$s
It is used to show how strong your promotion technology is 、 Exaggeration 、 Eye catching . This program is just for fun , There is no need to pursue the details , It has no practical significance
3. effect
4. an account of happenings after the event being told
Although I really want to spit out these headline advertisements , But this is also the income of some bloggers , Bloggers also need some income to maintain their operations , After all, no input, no output , The exaggerated title will make readers directly see that this article is an advertisement for qiafan , This is actually a way to protect readers , If it is a normal Title , Attract most people to come in and watch some normal content suddenly turn into advertisements , That's really a waste of readers' time , Serious nonsense leads to advertisements , This kind of cold arrow is the most difficult to prevent , Exaggerated Title , Instead, it is the embodiment of the golden mean . But I still don't hope ,CSDN Such articles appear on , And there is a high degree of heat , These are just articles , It's better to put it in the non-technical community , Such as WeChat public number , If it destroys the atmosphere of the technology community , It may be a road of no return , The atmosphere will never come back . The above only represents personal opinions , No malice , Nor is it pure roast .
边栏推荐
- QT self drawing button with bubbles
- 2020-08-23
- openEuler kernel 技術分享 - 第1期 - kdump 基本原理、使用及案例介紹
- ADS simulation design of class AB RF power amplifier
- Simulate mouse click
- 03 fastjason solves circular references
- For new students, if you have no contact with single-chip microcomputer, it is recommended to get started with 51 single-chip microcomputer
- Basic knowledge of communication interface
- openEuler kernel 技术分享 - 第1期 - kdump 基本原理、使用及案例介绍
- Problems encountered when MySQL saves CSV files
猜你喜欢
2312、卖木头块 | 面试官与狂徒张三的那些事(leetcode,附思维导图 + 全部解法)
Leetcode - 933 number of recent requests
Opencv image rotation
el-table X轴方向(横向)滚动条默认滑到右边
CV learning notes - edge extraction
LeetCode - 933 最近的请求次数
Openeuler kernel technology sharing - Issue 1 - kdump basic principle, use and case introduction
Octave instructions
Leetcode - 1670 conception de la file d'attente avant, moyenne et arrière (conception - deux files d'attente à double extrémité)
I think all friends should know that the basic law of learning is: from easy to difficult
随机推荐
[keil5 debugging] warning:enumerated type mixed with other type
Window maximum and minimum settings
About windows and layout
byte alignment
STM32 general timer output PWM control steering gear
Do you understand automatic packing and unpacking? What is the principle?
My openwrt learning notes (V): choice of openwrt development hardware platform - mt7688
The new series of MCU also continues the two advantages of STM32 product family: low voltage and energy saving
I think all friends should know that the basic law of learning is: from easy to difficult
QT detection card reader analog keyboard input
Installation and removal of MySQL under Windows
LeetCode - 919. 完全二叉树插入器 (数组)
Opencv histogram equalization
Uniapp realizes global sharing of wechat applet and custom sharing button style
LeetCode - 1670 設計前中後隊列(設計 - 兩個雙端隊列)
Serial communication based on 51 single chip microcomputer
Leetcode interview question 17.20 Continuous median (large top pile + small top pile)
4G module IMEI of charging pile design
Of course, the most widely used 8-bit single chip microcomputer is also the single chip microcomputer that beginners are most easy to learn
Opencv gray histogram, histogram specification