vinnypolston
Boot Camp
- Joined
- Oct 7, 2014
- Messages
- 124
- Likes
- 151
- Degree
- 1
Hey guys! Been a long time. I have been learning Python. I have built a script that will automatically log into my Facebook account(s) and browse to a list of Facebook groups I am a member of at random intervals; which then submits whatever post I have set, one by one. The process is slower but it is as if I am actually doing it manually. Did this to look natural.
The idea is automating traffic leaking from Facebook groups (that I am not an admin of). I've done this manually in the past and was able to get roughly 30k visitors to a website I was doing for testing social traffic; made about $100 from it. I proved the concept and was happy, learned a lot. I dropped that project because sitting there manually logging in and out of five Facebook accounts and posting to the 10 groups was mind-numbingly tedious; and to do it slow enough to not draw attention from Facebook took a couple hours. Decided to learn programming python so I could automate and then tackle it again.
Anyways. Obviously the message each day I post will be different. What I would like to do is just have the script pull what I want to post from a txt file instead of being within the actual script. Any ideas?
Thanks! Have googled it but for some reason my brain isn't getting it.
The idea is automating traffic leaking from Facebook groups (that I am not an admin of). I've done this manually in the past and was able to get roughly 30k visitors to a website I was doing for testing social traffic; made about $100 from it. I proved the concept and was happy, learned a lot. I dropped that project because sitting there manually logging in and out of five Facebook accounts and posting to the 10 groups was mind-numbingly tedious; and to do it slow enough to not draw attention from Facebook took a couple hours. Decided to learn programming python so I could automate and then tackle it again.
Anyways. Obviously the message each day I post will be different. What I would like to do is just have the script pull what I want to post from a txt file instead of being within the actual script. Any ideas?
Thanks! Have googled it but for some reason my brain isn't getting it.