Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ankitjain28may/FbPostUsingPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dibyasonu/FbPostUsingPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 22, 2017

  1. Fb.py fixed

    Scraping actual Facebook site is a little problematic as getting its relative xpath is difficult. So we are using (https://mbasic.facebook.com/) which has simple HTML format and loads up quickly. Only thing is that after login the URL changes, so redirecting it again to previous URL is required or else it throws element not found error. 
    It's now complete
    dibyasonu authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    fff43f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467f1fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4a0bb6 View commit details
    Browse the repository at this point in the history
  4. bleh

    SubhrajitPrusty committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    9849726 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from SubhrajitPrusty/master

    Error fixes for unicode, updated README
    dibyasonu authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    9e2e000 View commit details
    Browse the repository at this point in the history
Loading