Recent content by FB-sell

  1. FB-sell

    [JV] My 15k sim cards, 4G proxies, coding skills + you

    I advise you to work yourself and not take anyone with your arsenal of knowledge and resources. Someone can always let you down. And you will never let yourself down. It is better to spend more time learning something than to hope for someone in such a business.
  2. FB-sell

    Cheapest way to convert BTC to USD?

    the most profitable way will always be an offline exchange, you can always agree. It depends on what goals.
  3. FB-sell

    Will BTC hit 12000$ soon? or dump waiting?

    Yes, it's all a scam, it's silly to believe in some kind of mining there. What are they mining? Decryption of tasks is artificially all designed so that people buy video cards and computer spare parts. There is a website, for example blockchain, there is a website database, that’s all. They can...
  4. FB-sell

    How can you use programming knowledge to make money from home that's not freelancing?

    I think that programming must be more hobby then thoughts on monetization. It is not optional to earn money doing projects. Programming can help you in your main work, for example, solving routine tasks and saving time. Saved time is also part of the earnings ;)
  5. FB-sell

    c# checker, how ?

    Hello bro. It easy to start. I am not very good known c# , but i make this scripts on python. Let's try to figure it out. If you want to read email you must use IMAP protocol, if you want send emails you must use SMTP protocol. Not all services allow autorize with imap without prescribed access...
  6. FB-sell

    Landing page creation tutorial

    If you are know Wordpress it's maybe easier to you. But i very rarely to see people who known wordpress but not known html + css for a minimum level. Wordpress it's content manager system, it's always more difficult.
  7. FB-sell

    Spoofing Browser Fingerprint in Selenium?

    You can make separate files with different useragents from different operating systems and call the desired user-agent if necessary. It depends on what the task is? Oh, sorry for my language, i'm trying to teach English ))
  8. FB-sell

    Will BTC hit 12000$ soon? or dump waiting?

    while exchanges have money in bitcoin, this pyramid will not close and and will artificially raise the price ))
  9. FB-sell

    Spoofing Browser Fingerprint in Selenium?

    i wrote a universal function to your projects to change random useragent in selenium. Create file useragents.txt and put different useragents in the column. Forum hasn't function to add python code, so i add this code to php quote from random import choice useragents =...
  10. FB-sell

    Wordpress / Ad inserter, change link parameters depending on post

    hi. If my memory service me, go to admin panel --> Settings --> Permalinks --> click to Arbitrarily and put your link
  11. FB-sell

    How to start with Python

    i recommend you codecademy free python cource, it's very good and understandable.
  12. FB-sell

    Landing page creation tutorial

    It depends on what knowledge you have. I would not recommend you use the constructors to create landing pages, if you mean it. I advise you learn html + css , especially this is not programming language, this is hypertext markup and styles. Javascript for a perfect level no need to know. You...
  13. FB-sell

    [python3]remove whitespaces from json requests post body?

    its the standart python whitespaces. This is what the list looks like in python. You can check it easily. Create a list , example list = [1,2,3,4] print(list) , and you will see the same whitespaces between the elements as your situation. If you want to delete whitespaces from that string use...
  14. FB-sell

    In which technology web bots are made today

    If you mean automation of routine tasks , then selenium or zennoposter. But if u mean for example search bots which uses google, then http protocol requests. Regarding the automation of routine tasks, - selenium + python is a perfect tool and the syntax is simple. Everything is built on teams...
Back
Top