self - hosted usenet poster with python

2020-01-14 Thread aa
#!/usr/bin/envpython3 # torsocks import nntplib s= nntplib.NNTP( 'news.samoylyk.net') hh = nntplib.decode_header("=?ISO-8859-15?Q?D=E9buter_Py?=") print(hh) #resp, count, first, last, name = s.group( 'free.willey') #print('Group'

Re: self - hosted usenet poster with python

2020-01-14 Thread Chris Angelico
On Tue, Jan 14, 2020 at 7:01 PM aa wrote: > Content-Type: text/plain; charset=ISO-8859-1 Why? ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: Problem using pip

2020-01-14 Thread Julie
not allowed to > install webbrowsing and OS module it show the error that it does not found > any matching distributor and does not fount the version which can fulfill > the requirement. usually the py2 and py3 repos get mixed up make sure you know whether u handle py2 or py3 case retry until

self - hosted usenet poster py script - pretty cool, 20 lines only

2020-01-14 Thread aa
#!/usr/bin/envpython3 # torsocks import nntplib s= nntplib.NNTP( 'news.samoylyk.net') hh = nntplib.decode_header("=?ISO-8859-15?Q?D=E9buter_Py?=") print(hh) #resp, count, first, last, name = s.group( 'free.willey') #print('Group'

self - hosted usenet poster py script - pretty cool, 20 lines only

2020-01-14 Thread aa
#!/usr/bin/envpython3 # torsocks import nntplib s= nntplib.NNTP( 'news.samoylyk.net') hh = nntplib.decode_header("=?ISO-8859-15?Q?D=E9buter_Py?=") print(hh) #resp, count, first, last, name = s.group( 'free.willey') #print('Group'

self - hosted usenet poster py script - pretty cool, 20 lines only

2020-01-14 Thread aa
#!/usr/bin/envpython3 # torsocks import nntplib s= nntplib.NNTP( 'news.samoylyk.net') hh = nntplib.decode_header("=?ISO-8859-15?Q?D=E9buter_Py?=") print(hh) #resp, count, first, last, name = s.group( 'free.willey') #print('Group'

Re: self - hosted usenet poster py script - pretty cool, 20 lines only

2020-01-14 Thread Chris Angelico
On Tue, Jan 14, 2020 at 7:31 PM aa wrote: > X-User-Signature: python spam now comes to comp lang py as well > Can you post to a test newsgroup instead? Please? ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: NNTPlib apps work like a charm

2020-01-14 Thread 황병희
Julie writes: > why is anybody using anything else than Py for usenet ? Only i use Python3 making Message-ID within Gnus. https://gitlab.com/soyeomul/Gnus/raw/master/thanks-mid.py Sincerely, -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: self - hosted usenet poster py script - pretty cool, 20 lines only

2020-01-14 Thread 황병희
Chris Angelico writes: > On Tue, Jan 14, 2020 at 7:31 PM aa wrote: >> X-User-Signature: python spam now comes to comp lang py as well >> > > Can you post to a test newsgroup instead? Please? By the way, he is trying new experimental thing. Actually i like his trying and NNTP. Sincerely, NNTP f

Re: How to compare in python an input value with an hashed value in mysql table?

2020-01-14 Thread Pieter van Oostrum
ad...@formationgrowthhacking.com writes: > I have a wordpress 5.3 websites which sell a software with license key. > > The license key is encrypted and stored in Mysql table. there are 2 columns > "license" and "hash": > > license_key > def50200352f5dc4b

Re: Problem using pip

2020-01-14 Thread Jerry Hill
On Tue, Jan 14, 2020 at 2:18 AM proplayer raj wrote: > > dear team > I have encountered a problem while using pip , that it did not allowed to > install webbrowsing and OS module it show the error that it does not found > any matching distributor and does not fount the version which can fulfill >

Re: Problem using pip

2020-01-14 Thread proplayer raj
Yes, that's it. Thanks for your help On Tue, Jan 14, 2020, 7:47 PM Jerry Hill wrote: > On Tue, Jan 14, 2020 at 2:18 AM proplayer raj > wrote: > > > > dear team > > I have encountered a problem while using pip , that it did not allowed to > > install webbrowsing and OS module it show the error t

Re: How to compare in python an input value with an hashed value in mysql table?

2020-01-14 Thread dieter
ad...@formationgrowthhacking.com writes: > I have a wordpress 5.3 websites which sell a software with license key. > > The license key is encrypted and stored in Mysql table. there are 2 columns > "license" and "hash": > > license_key > def50200352f5dc4bd

Re: How to compare in python an input value with an hashed value in mysql table?

2020-01-14 Thread Growth Hacking Formation
Thanks for your help. Litle details, the license key is goldQ3T8-1QRD-5QBI-9F22 and it is stored in database already encrypted. License key is not saved in database with clear text. It is already encrypted. I am not sure what is this hash column for? License key => def50200962018b6bbed50fc53a

Re: 1 line demo

2020-01-14 Thread songbird
Sam Olyk wrote: ... while all of this is interesting to a point please use a suitable nntp test group available instead of spamming this group. optimally the best would be to set up your own local server and then test using that. thanks songbird -- https://mail.python.org/mailman/li

Re: How to compare in python an input value with an hashed value in mysql table?

2020-01-14 Thread Chris Angelico
On Wed, Jan 15, 2020 at 10:54 AM Dennis Lee Bieber wrote: > > On Tue, 14 Jan 2020 10:02:08 -0800 (PST), Growth Hacking Formation > declaimed the following: > > > > > >Hello @formationgrowthhacking, > >thank you for your message and for using my plugin. > >For license key hashi

pretty cool way of posting

2020-01-14 Thread me
30 lines of bash with 1 py3 line. all u need for usenet ! -- https://mail.python.org/mailman/listinfo/python-list

pretty cool way of posting 2

2020-01-14 Thread me
30 lines of bash with 1 py3 line. all u need for usenet ! -- https://mail.python.org/mailman/listinfo/python-list

Re: 1 line demo

2020-01-14 Thread 황병희
> suitable nntp test group available ... There is one suitable group: gmane.test Plus somebody already know. Gmane NNTP address changed since 2020-01-06. news.gmane.org ===> news.gmane.io [*] Sincerely, NNTP fan Byung-Hee [*] https://lars.ingebrigtsen.no/2020/01/06/whatever-happened-to-news-gm

Help

2020-01-14 Thread kiran chawan
Whenever Iam trying to run this 'New latest version python software 3.8.4 python ' but it doesn't show any install option and it say ' modify set up ' So tell what to do sir plz help me out. -- https://mail.python.org/mailman/listinfo/python-list

Re: Help

2020-01-14 Thread Igor Korot
Hi, On Tue, Jan 14, 2020 at 10:46 PM kiran chawan wrote: > > Whenever Iam trying to run this 'New latest version python software 3.8.4 > python ' but it doesn't show any install option and it say ' modify set up > ' So tell what to do sir plz help me out. Please explain why are you trying to in

Re: How to compare in python an input value with an hashed value in mysql table?

2020-01-14 Thread Growth Hacking Formation
Thanks for helping. That is what I thought. Lets say it is the case and I get the key. We know it uses sha256 and it apply to the ascii code. What should be the python code in this scenario? I am novice and the hash python module is a bit too complex for me. I read the doc. Thanks. -- https://m

Re: How to compare in python an input value with an hashed value in mysql table?

2020-01-14 Thread Chris Angelico
On Wed, Jan 15, 2020 at 5:41 PM Growth Hacking Formation wrote: > > Thanks for helping. That is what I thought. > Lets say it is the case and I get the key. We know it uses sha256 and it > apply to the ascii code. > What should be the python code in this scenario? > I am novice and the hash pytho