当前位置:网站首页>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 .
边栏推荐
- Yocto Technology Sharing Phase 4: Custom add package support
- Serial communication based on 51 single chip microcomputer
- YOLO_ V1 summary
- 2. Elment UI date selector formatting problem
- There is no shortcut to learning and development, and there is almost no situation that you can learn faster by leading the way
- Design of charging pile mqtt transplantation based on 4G EC20 module
- SCM is now overwhelming, a wide variety, so that developers are overwhelmed
- getopt_ Typical use of long function
- Blue Bridge Cup for migrant workers majoring in electronic information engineering
- LeetCode - 706 设计哈希映射(设计) *
猜你喜欢
Assignment to '*' form incompatible pointer type 'linkstack' {aka '*'} problem solving
CV learning notes - camera model (Euclidean transformation and affine transformation)
Crash工具基本使用及实战分享
2.Elment Ui 日期选择器 格式化问题
[combinatorics] Introduction to Combinatorics (combinatorial idea 3: upper and lower bound approximation | upper and lower bound approximation example Remsey number)
openEuler kernel 技术分享 - 第1期 - kdump 基本原理、使用及案例介绍
el-table X轴方向(横向)滚动条默认滑到右边
Opencv gray histogram, histogram specification
Opencv notes 17 template matching
Uniapp realizes global sharing of wechat applet and custom sharing button style
随机推荐
(2)接口中新增的方法
Leetcode - 895 maximum frequency stack (Design - hash table + priority queue hash table + stack)*
Swing transformer details-2
Stm32 NVIC interrupt priority management
2020-08-23
Basic knowledge of communication interface
STM32 running lantern experiment - library function version
03 FastJson 解决循环引用
LeetCode - 933 最近的请求次数
My openwrt learning notes (V): choice of openwrt development hardware platform - mt7688
Opencv note 21 frequency domain filtering
My notes on intelligent charging pile development (II): overview of system hardware circuit design
The data read by pandas is saved to the MySQL database
Problems encountered when MySQL saves CSV files
Leetcode - 1670 conception de la file d'attente avant, moyenne et arrière (conception - deux files d'attente à double extrémité)
Pymssql controls SQL for Chinese queries
Opencv gray histogram, histogram specification
LeetCode - 919. 完全二叉树插入器 (数组)
yocto 技术分享第四期:自定义增加软件包支持
YOLO_ V1 summary