codenamefrog
Junior Member
- Dec 26, 2012
- 142
- 72
Yeah it's been so much easier using python.Thanks bro, you are so sweet.
So you basically prefer python over bas right??
Also, do you use selenium and make your scripts from scratch or just use the repositories from GitHub and tweak then?
- My first option is to use the official api if there is one. for example my twitter posting bot uses the official twitter api to post my scraped content.
- My second option is to use an unofficial api or github repositories and tweak them to do what i need.
- If i can't find anything else that will fit what I need then I'll build it from scratch using selenium or similar tools.
but honestly with enough googling there's usually someone else that has already written scripts that have 85% of the programming done already and I usually just take that and tweak it how i need to. I just learned python recently but I've been a web developer for a while and most other programmers I've worked with will tell you it's insane to try and start every project from scratch.