Development process #selfdevelopmentclub - 11/02

How to overcome stagnation an (2).png

Knowledge is power.

The purpose of the selfdevelopmentclub is to create additional motivation for the participant to study the hosts of materials accumulated by mankind.

If you open Wikipedia, then I find out that Imam Ali, the first imam of Shia Islam, in his book "The Way of Eloquence" mentioned the phrase "Knowledge is power" (7th century).

Knowledge is power, and it can command. A man of knowledge during his life can make people obey and follow him, and is praised and honored after his death. Remember that knowledge is the ruler and wealth is its subordinate.

And selfdevelopmentclub is designed to motivate a person to study materials. The project combines the task of writing materials for his STEEMIT blog and the incredible benefits of self-education.

Some participants are wondering what to write about in their blog. Whereas by studying the materials, a person receives an unlimited number of possible topics for writing his posts.

There is a combination of two important tasks - filling the blog with quality content - and self-education! Wonderful!

In addition, selfdevelopmentclub provides auxiliary tools, as it structures a person and helps to organize. How often does a person want to post? Once a day? selfdevelopmentclub will remind and promote this.

In addition to posts, selfdevelopmentclub also motivates people to comment and upvote, since all these actions acquire additional motivations in addition to the main one. An additional motivation is internal ratings, increasing mutual support for comments.

Also for Promo, I will be organizing contests in the near future with small, rather symbolic rewards.

And now you need to move on to continue developing the bot. What do you need? You need to save the link to the database.

Adding a post link to the database

@bot.message_handler(content_types=['text'])
def func(message):
con = lite.connect('selfdevelopmentclub.db')
with con:
cur = con.cursor()
ser = message.chat.id
link = message.text
cur.execute (f'INSERT INTO q1102 (name,link) VALUES ({ser}, "{link}")')
print ('sdfsdf')
bot.send_message(message.chat.id, 'Thank you')

Thank you for your attention!
In the near future there will be a new post with a continuation of the description of the development of the project.
Right now I'm doing this.

Have a nice day!

Coin Marketplace

STEEM 0.18
TRX 0.15
JST 0.029
BTC 61796.23
ETH 2480.79
USDT 1.00
SBD 2.64